|
Geant4
10.03.p02
|
Public Member Functions | |
| G4XPDGTotal () | |
| virtual | ~G4XPDGTotal () |
| G4bool | operator== (const G4XPDGTotal &right) const |
| G4bool | operator!= (const G4XPDGTotal &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 | |
| G4double | PDGTotal (G4double coeff, G4double ecm) const |
| G4XPDGTotal (const G4XPDGTotal &right) | |
| const G4XPDGTotal & | operator= (const G4XPDGTotal &right) |
Private Attributes | |
| std::map< G4pDefPair, std::vector< G4double > , std::less< G4pDefPair > > | xMap |
Static Private Attributes | |
| static const G4double | _lowLimit |
| static const G4double | _highLimit |
| static const G4int | nFit |
| static const G4double | ppPDGFit [5] |
| static const G4double | npPDGFit [5] |
| static const G4double | pipPDGFit [5] |
| static const G4double | KpPDGFit [5] |
| static const G4double | KnPDGFit [5] |
| static const G4double | gammapPDGFit [5] |
| static const G4double | gammagammaPDGFit [5] |
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 |
|
private |
| G4XPDGTotal | ( | ) |
|
virtual |
|
private |
| G4bool operator== | ( | const G4XPDGTotal & | right | ) | const |
| G4bool operator!= | ( | const G4XPDGTotal & | right | ) | const |
|
virtual |
Implements G4VCrossSectionSource.
|
virtual |
Implements G4VCrossSectionSource.
|
virtual |
Implements G4VCrossSectionSource.
Reimplemented from G4VCrossSectionSource.
|
virtual |
Reimplemented from G4VCrossSectionSource.
References _lowLimit.
|
private |
Referenced by LowLimit().
|
private |