| 
    Geant4
    10.00.p03
    
   | 
 
#include <G4XPDGElastic.hh>
 Inheritance diagram for G4XPDGElastic:
 Collaboration diagram for G4XPDGElastic:Public Member Functions | |
| G4XPDGElastic () | |
| virtual | ~G4XPDGElastic () | 
| G4bool | operator== (const G4XPDGElastic &right) const | 
| G4bool | operator!= (const G4XPDGElastic &right) const | 
| virtual G4double | CrossSection (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const | 
| virtual const  G4CrossSectionVector *  | GetComponents () const | 
| virtual G4String | Name () const | 
| virtual G4bool | IsValid (G4double e) const | 
| virtual G4double | LowLimit () const | 
  Public Member Functions inherited from G4VCrossSectionSource | |
| G4VCrossSectionSource () | |
| virtual | ~G4VCrossSectionSource () | 
| G4bool | operator== (const G4VCrossSectionSource &right) const | 
| G4bool | operator!= (const G4VCrossSectionSource &right) const | 
| virtual void | Print () const | 
| virtual void | PrintAll (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const | 
| virtual G4double | HighLimit () const | 
Private Types | |
| typedef std::map< G4pDefPair,  std::vector< G4double > , std::less< G4pDefPair > >  | PairDoubleMap | 
Private Member Functions | |
| G4XPDGElastic (const G4XPDGElastic &right) | |
| const G4XPDGElastic & | operator= (const G4XPDGElastic &right) | 
Private Attributes | |
| std::map< G4pDefPair,  std::vector< G4double > , std::less< G4pDefPair > >  | xMap | 
Static Private Attributes | |
| static const G4double | _lowLimit = 5. * GeV | 
| static const G4double | _highLimit = DBL_MAX | 
| static const G4int | nPar = 7 | 
| static const G4double | pPiPlusPDGFit [7] = { 2., 200., 0., 11.4, -0.4, 0.079, 0. } | 
| static const G4double | pPiMinusPDGFit [7] = { 2., 360., 1.76, 11.2, -0.64, 0.043, 0. } | 
| static const G4double | pKPlusPDGFit [7] = { 2., 175., 5.0, 8.1, -1.8, 0.16, -1.3 } | 
| static const G4double | pKMinusPDGFit [7] = { 2., 175., 7.3, 0., 0., 0.29, -2.40 } | 
| static const G4double | ppPDGFit [7] = { 2., 2100., 11.9, 26.9, -1.21, 0.169, -1.85 } | 
| static const G4double | ppbarPDGFit [7] = { 5., 1730000., 10.2, 52.7, -1.16, 0.125, -1.28 } | 
| static const G4double | npbarPDGFit [7] = { 1.1, 5.55, 36.5, 0., 0., 0., -11.9 } | 
Additional Inherited Members | |
  Protected Member Functions inherited from G4VCrossSectionSource | |
| G4bool | InLimits (G4double e, G4double eLow, G4double eHigh) const | 
| const G4ParticleDefinition * | FindLightParticle (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const | 
| G4double | FcrossX (G4double e, G4double e0, G4double sigma, G4double eParam, G4double power) const | 
| G4ParticleDefinition * | FindKeyParticle (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const | 
| G4double | GetTransversePionMass () const | 
| G4double | GetMinStringMass () const | 
Definition at line 55 of file G4XPDGElastic.hh.
      
  | 
  private | 
Definition at line 100 of file G4XPDGElastic.hh.
| G4XPDGElastic::G4XPDGElastic | ( | ) | 
Definition at line 75 of file G4XPDGElastic.cc.
References G4AntiProton::AntiProtonDefinition(), GeV, G4KaonMinus::KaonMinusDefinition(), G4KaonPlus::KaonPlusDefinition(), neutron, G4Neutron::NeutronDefinition(), G4InuclParticleNames::nn, nPar, npbarPDGFit, G4PionMinus::PionMinusDefinition(), G4PionPlus::PionPlusDefinition(), pKMinusPDGFit, pKPlusPDGFit, G4InuclParticleNames::pn, G4InuclParticleNames::pp, ppbarPDGFit, pPiMinusPDGFit, pPiPlusPDGFit, ppPDGFit, G4InuclParticleNames::proton, G4Proton::ProtonDefinition(), and xMap.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 138 of file G4XPDGElastic.cc.
      
  | 
  private | 
      
  | 
  virtual | 
Implements G4VCrossSectionSource.
Definition at line 154 of file G4XPDGElastic.cc.
References G4cout, G4endl, G4KineticTrack::Get4Momentum(), G4KineticTrack::GetDefinition(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGMass(), GeV, G4INCL::Math::max(), millibarn, and xMap.
Referenced by G4XMesonBaryonElastic::CrossSection().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Implements G4VCrossSectionSource.
Definition at line 69 of file G4XPDGElastic.hh.
Reimplemented from G4VCrossSectionSource.
Definition at line 259 of file G4XPDGElastic.cc.
References _highLimit, _lowLimit, and G4VCrossSectionSource::InLimits().
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented from G4VCrossSectionSource.
Definition at line 75 of file G4XPDGElastic.hh.
References _lowLimit.
      
  | 
  virtual | 
| G4bool G4XPDGElastic::operator!= | ( | const G4XPDGElastic & | right | ) | const | 
Definition at line 148 of file G4XPDGElastic.cc.
      
  | 
  private | 
| G4bool G4XPDGElastic::operator== | ( | const G4XPDGElastic & | right | ) | const | 
Definition at line 142 of file G4XPDGElastic.cc.
Definition at line 87 of file G4XPDGElastic.hh.
Referenced by IsValid().
Definition at line 86 of file G4XPDGElastic.hh.
Referenced by IsValid(), and LowLimit().
      
  | 
  staticprivate | 
Definition at line 89 of file G4XPDGElastic.hh.
Referenced by G4XPDGElastic().
      
  | 
  staticprivate | 
Definition at line 96 of file G4XPDGElastic.hh.
Referenced by G4XPDGElastic().
      
  | 
  staticprivate | 
Definition at line 93 of file G4XPDGElastic.hh.
Referenced by G4XPDGElastic().
      
  | 
  staticprivate | 
Definition at line 92 of file G4XPDGElastic.hh.
Referenced by G4XPDGElastic().
      
  | 
  staticprivate | 
Definition at line 95 of file G4XPDGElastic.hh.
Referenced by G4XPDGElastic().
      
  | 
  staticprivate | 
Definition at line 91 of file G4XPDGElastic.hh.
Referenced by G4XPDGElastic().
      
  | 
  staticprivate | 
Definition at line 90 of file G4XPDGElastic.hh.
Referenced by G4XPDGElastic().
      
  | 
  staticprivate | 
Definition at line 94 of file G4XPDGElastic.hh.
Referenced by G4XPDGElastic().
      
  | 
  private | 
Definition at line 98 of file G4XPDGElastic.hh.
Referenced by CrossSection(), and G4XPDGElastic().