Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (16 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

Location:
trunk/source/processes/hadronic/models/im_r_matrix/include
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/im_r_matrix/include/G4CollisionInitialState.hh

    r1196 r1228  
    2626//
    2727// $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 $
    2929//
    3030// $Id: G4CollisionInitialState.hh,v 1.0 1998/06/30
  • trunk/source/processes/hadronic/models/im_r_matrix/include/G4ListOfCollisions.hh

    r1196 r1228  
    2626//
    2727// $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 $
    2929//
    3030// $Id: G4ListOfCollisions.hh,v 1.0 1998/06/30
  • trunk/source/processes/hadronic/models/im_r_matrix/include/G4VCrossSectionSource.hh

    r819 r1228  
    7676                   G4double eParam, G4double power) const;
    7777
    78   G4String FindKeyParticle(const G4KineticTrack& trk1,const G4KineticTrack& trk2) const;
     78  G4ParticleDefinition * FindKeyParticle(const G4KineticTrack& trk1,const G4KineticTrack& trk2) const;
    7979 
    8080  // Transverse pion mass
  • trunk/source/processes/hadronic/models/im_r_matrix/include/G4XNNElasticLowE.hh

    r819 r1228  
    7878  static const G4double _eStepLog;
    7979
    80   std::map <G4String, G4PhysicsVector*, std::less<G4String> > xMap;
     80  std::map <G4ParticleDefinition *, G4PhysicsVector*, std::less<G4ParticleDefinition *> > xMap;
    8181
    8282  G4double _eMin;
  • trunk/source/processes/hadronic/models/im_r_matrix/include/G4XNNTotalLowE.hh

    r819 r1228  
    6666  static const G4int tableSize;
    6767
    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;
    7071
    7172};
  • trunk/source/processes/hadronic/models/im_r_matrix/include/G4XPDGElastic.hh

    r819 r1228  
    2525//
    2626//
    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 $ //
    2828// ---------------------------------------------------------------
    2929//      GEANT4 Class file
     
    4848#include <map>
    4949
    50 typedef std::pair<G4String,G4String> G4StringPair;
     50typedef std::pair<G4ParticleDefinition *,G4ParticleDefinition *> G4pDefPair;
    5151
    5252class G4KineticTrack;
     
    9696  static const G4double npbarPDGFit[7];
    9797
    98   std::map <G4StringPair, std::vector<G4double>, std::less<G4StringPair> > xMap;
     98  std::map <G4pDefPair, std::vector<G4double>, std::less<G4pDefPair> > xMap;
    9999
    100   typedef std::map <G4StringPair, std::vector<G4double>, std::less<G4StringPair> > PairDoubleMap;
     100  typedef std::map <G4pDefPair, std::vector<G4double>, std::less<G4pDefPair> > PairDoubleMap;
    101101
    102102  //  G4double pMinFit;
  • trunk/source/processes/hadronic/models/im_r_matrix/include/G4XPDGTotal.hh

    r819 r1228  
    4848#include <vector>
    4949
    50 typedef std::pair<G4String,G4String> G4StringPair;
     50typedef std::pair<G4ParticleDefinition *,G4ParticleDefinition *> G4pDefPair;
    5151
    5252class G4KineticTrack;
     
    9797  static const G4double gammagammaPDGFit[5];
    9898
    99   std::map <G4StringPair, std::vector<G4double>, std::less<G4StringPair> > xMap;
    100   typedef std::map <G4StringPair, 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;
    101101
    102102  //  G4double eMinFit;
Note: See TracChangeset for help on using the changeset viewer.