Changeset 1315 for trunk/source/processes/hadronic/cross_sections/include
- Timestamp:
- Jun 18, 2010, 11:42:07 AM (15 years ago)
- Location:
- trunk/source/processes/hadronic/cross_sections/include
- Files:
-
- 3 edited
-
G4CrossSectionDataStore.hh (modified) (2 diffs)
-
G4HadronCrossSections.hh (modified) (3 diffs)
-
G4UPiNuclearCrossSection.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/hadronic/cross_sections/include/G4CrossSectionDataStore.hh
r1228 r1315 24 24 // ******************************************************************** 25 25 // 26 // $Id: G4CrossSectionDataStore.hh,v 1.1 4 2009/01/24 11:54:47 vnivanchExp $27 // GEANT4 tag $Name: geant4-09-0 3$26 // $Id: G4CrossSectionDataStore.hh,v 1.15 2010/04/29 14:46:08 gunter Exp $ 27 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $ 28 28 // 29 29 // ------------------------------------------------------------------- … … 77 77 G4double Z, G4double A, G4double aTemperature); 78 78 79 G4double GetCrossSection(const G4DynamicParticle*, 80 G4int Z, G4int A, G4double aTemperature); 81 79 82 // to replace GetMicroscopicCrossSection 80 83 G4double GetCrossSection(const G4DynamicParticle*, const G4Material*); -
trunk/source/processes/hadronic/cross_sections/include/G4HadronCrossSections.hh
r1228 r1315 25 25 // 26 26 // 27 // GEANT4 tag $Name: geant4-09-0 3$27 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $ 28 28 // 29 29 // … … 93 93 public: 94 94 95 G4HadronCrossSections() : prevParticleDefinition(0), verboseLevel(0) 95 G4HadronCrossSections() 96 : prevParticleDefinition(0), lastEkx(0.), lastEkxPower(0.), verboseLevel(0) 96 97 { 97 98 } … … 184 185 G4Element* prevElement; 185 186 G4double prevKineticEnergy; 187 G4double lastEkx, lastEkxPower; 186 188 187 189 static G4bool correctInelasticNearZero; -
trunk/source/processes/hadronic/cross_sections/include/G4UPiNuclearCrossSection.hh
r962 r1315 105 105 G4double elow; 106 106 G4double elowest; 107 G4double APower[9 2];107 G4double APower[93]; 108 108 109 109 const G4ParticleDefinition* piPlus;
Note:
See TracChangeset
for help on using the changeset viewer.
