- Timestamp:
- Jan 8, 2010, 11:56:51 AM (16 years ago)
- Location:
- trunk/source/processes/hadronic/models/im_r_matrix/include
- Files:
-
- 7 edited
-
G4CollisionInitialState.hh (modified) (1 diff)
-
G4ListOfCollisions.hh (modified) (1 diff)
-
G4VCrossSectionSource.hh (modified) (1 diff)
-
G4XNNElasticLowE.hh (modified) (1 diff)
-
G4XNNTotalLowE.hh (modified) (1 diff)
-
G4XPDGElastic.hh (modified) (3 diffs)
-
G4XPDGTotal.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/hadronic/models/im_r_matrix/include/G4CollisionInitialState.hh
r1196 r1228 26 26 // 27 27 // $Id: G4CollisionInitialState.hh,v 1.4.4.2 2006/06/29 20:31:14 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-03 -cand-01$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // $Id: G4CollisionInitialState.hh,v 1.0 1998/06/30 -
trunk/source/processes/hadronic/models/im_r_matrix/include/G4ListOfCollisions.hh
r1196 r1228 26 26 // 27 27 // $Id: G4ListOfCollisions.hh,v 1.1.4.2 2006/06/29 20:35:35 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-03 -cand-01$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // $Id: G4ListOfCollisions.hh,v 1.0 1998/06/30 -
trunk/source/processes/hadronic/models/im_r_matrix/include/G4VCrossSectionSource.hh
r819 r1228 76 76 G4double eParam, G4double power) const; 77 77 78 G4 StringFindKeyParticle(const G4KineticTrack& trk1,const G4KineticTrack& trk2) const;78 G4ParticleDefinition * FindKeyParticle(const G4KineticTrack& trk1,const G4KineticTrack& trk2) const; 79 79 80 80 // Transverse pion mass -
trunk/source/processes/hadronic/models/im_r_matrix/include/G4XNNElasticLowE.hh
r819 r1228 78 78 static const G4double _eStepLog; 79 79 80 std::map <G4 String, G4PhysicsVector*, std::less<G4String> > xMap;80 std::map <G4ParticleDefinition *, G4PhysicsVector*, std::less<G4ParticleDefinition *> > xMap; 81 81 82 82 G4double _eMin; -
trunk/source/processes/hadronic/models/im_r_matrix/include/G4XNNTotalLowE.hh
r819 r1228 66 66 static const G4int tableSize; 67 67 68 std::map <G4String, G4LowEXsection *, std::less<G4String> > theCrossSections; 69 typedef std::map <G4String, G4LowEXsection*, std::less<G4String> > LowEMap; 68 std::map <G4ParticleDefinition *, G4LowEXsection *, 69 std::less<G4ParticleDefinition *> > theCrossSections; 70 typedef std::map <G4ParticleDefinition *, G4LowEXsection*, std::less<G4ParticleDefinition *> > LowEMap; 70 71 71 72 }; -
trunk/source/processes/hadronic/models/im_r_matrix/include/G4XPDGElastic.hh
r819 r1228 25 25 // 26 26 // 27 // $Id: G4XPDGElastic.hh,v 1.2 2006/06/29 20:36:48 gunter Exp $ //27 // $Id: G4XPDGElastic.hh,v 1.2.2.1 2009/11/20 16:25:08 gunter Exp $ // 28 28 // --------------------------------------------------------------- 29 29 // GEANT4 Class file … … 48 48 #include <map> 49 49 50 typedef std::pair<G4 String,G4String> G4StringPair;50 typedef std::pair<G4ParticleDefinition *,G4ParticleDefinition *> G4pDefPair; 51 51 52 52 class G4KineticTrack; … … 96 96 static const G4double npbarPDGFit[7]; 97 97 98 std::map <G4 StringPair, std::vector<G4double>, std::less<G4StringPair> > xMap;98 std::map <G4pDefPair, std::vector<G4double>, std::less<G4pDefPair> > xMap; 99 99 100 typedef std::map <G4 StringPair, std::vector<G4double>, std::less<G4StringPair> > PairDoubleMap;100 typedef std::map <G4pDefPair, std::vector<G4double>, std::less<G4pDefPair> > PairDoubleMap; 101 101 102 102 // G4double pMinFit; -
trunk/source/processes/hadronic/models/im_r_matrix/include/G4XPDGTotal.hh
r819 r1228 48 48 #include <vector> 49 49 50 typedef std::pair<G4 String,G4String> G4StringPair;50 typedef std::pair<G4ParticleDefinition *,G4ParticleDefinition *> G4pDefPair; 51 51 52 52 class G4KineticTrack; … … 97 97 static const G4double gammagammaPDGFit[5]; 98 98 99 std::map <G4 StringPair, std::vector<G4double>, std::less<G4StringPair> > xMap;100 typedef std::map <G4 StringPair, std::vector<G4double>, std::less<G4StringPair> > PairDoubleMap;99 std::map <G4pDefPair, std::vector<G4double>, std::less<G4pDefPair> > xMap; 100 typedef std::map <G4pDefPair, std::vector<G4double>, std::less<G4pDefPair> > PairDoubleMap; 101 101 102 102 // G4double eMinFit;
Note:
See TracChangeset
for help on using the changeset viewer.
