| 
    Geant4
    10.02.p02
    
   | 
 
#include <G4XNNTotalLowE.hh>
 Inheritance diagram for G4XNNTotalLowE:
 Collaboration diagram for G4XNNTotalLowE:Public Member Functions | |
| G4XNNTotalLowE () | |
| virtual | ~G4XNNTotalLowE () | 
| virtual G4double | CrossSection (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const | 
| virtual const  G4CrossSectionVector *  | GetComponents () const | 
| virtual G4bool | IsValid (G4double e) const | 
| virtual G4String | Name () const | 
| virtual G4double | HighLimit () 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 | LowLimit () const | 
Private Types | |
| typedef std::map< const  G4ParticleDefinition *, G4LowEXsection *, std::less < const G4ParticleDefinition * > >  | LowEMap | 
Private Member Functions | |
| G4XNNTotalLowE (const G4XNNTotalLowE &right) | |
| const G4XNNTotalLowE & | operator= (const G4XNNTotalLowE &right) | 
Private Attributes | |
| std::map< const  G4ParticleDefinition *, G4LowEXsection *, std::less < const G4ParticleDefinition * > >  | theCrossSections | 
Static Private Attributes | |
| static const G4double | ppTot [29] | 
| static const G4double | ss [29] | 
| static const G4double | npTot [29] | 
| static const G4int | tableSize = 29 | 
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 | 
| const G4ParticleDefinition * | FindKeyParticle (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const | 
Definition at line 40 of file G4XNNTotalLowE.hh.
      
  | 
  private | 
Definition at line 72 of file G4XNNTotalLowE.hh.
| G4XNNTotalLowE::G4XNNTotalLowE | ( | ) | 
Definition at line 53 of file G4XNNTotalLowE.cc.
References G4Neutron::NeutronDefinition(), npTot, G4InuclParticleNames::pp, ppTot, G4Proton::ProtonDefinition(), ss, tableSize, and theCrossSections.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 72 of file G4XNNTotalLowE.cc.
References G4Neutron::NeutronDefinition(), G4Proton::ProtonDefinition(), and theCrossSections.
 Here is the call graph for this function:
      
  | 
  private | 
      
  | 
  virtual | 
Implements G4VCrossSectionSource.
Definition at line 79 of file G4XNNTotalLowE.cc.
References G4VCrossSectionSource::FindKeyParticle(), G4KineticTrack::Get4Momentum(), and theCrossSections.
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Implements G4VCrossSectionSource.
Definition at line 50 of file G4XNNTotalLowE.hh.
      
  | 
  inlinevirtual | 
Reimplemented from G4VCrossSectionSource.
Definition at line 54 of file G4XNNTotalLowE.hh.
References GeV.
Reimplemented from G4VCrossSectionSource.
Definition at line 111 of file G4XNNTotalLowE.cc.
References GeV.
      
  | 
  virtual | 
Implements G4VCrossSectionSource.
Definition at line 104 of file G4XNNTotalLowE.cc.
References name.
      
  | 
  private | 
      
  | 
  staticprivate | 
Definition at line 67 of file G4XNNTotalLowE.hh.
Referenced by G4XNNTotalLowE().
      
  | 
  staticprivate | 
Definition at line 65 of file G4XNNTotalLowE.hh.
Referenced by G4XNNTotalLowE().
      
  | 
  staticprivate | 
Definition at line 66 of file G4XNNTotalLowE.hh.
Referenced by G4XNNTotalLowE().
      
  | 
  staticprivate | 
Definition at line 68 of file G4XNNTotalLowE.hh.
Referenced by G4XNNTotalLowE().
      
  | 
  private | 
Definition at line 71 of file G4XNNTotalLowE.hh.
Referenced by CrossSection(), G4XNNTotalLowE(), and ~G4XNNTotalLowE().