|
Geant4
10.00.p02
|
#include <G4XAqmTotal.hh>
Inheritance diagram for G4XAqmTotal:
Collaboration diagram for G4XAqmTotal:Public Member Functions | |
| G4XAqmTotal () | |
| virtual | ~G4XAqmTotal () |
| G4bool | operator== (const G4XAqmTotal &right) const |
| G4bool | operator!= (const G4XAqmTotal &right) const |
| 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 |
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 |
| virtual G4double | LowLimit () const |
Private Member Functions | |
| G4XAqmTotal (const G4XAqmTotal &right) | |
| const G4XAqmTotal & | operator= (const G4XAqmTotal &right) |
Static Private Attributes | |
| static const G4double | _lowLimit = 0. |
| static const G4double | _highLimit = DBL_MAX |
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 37 of file G4XAqmTotal.hh.
| G4XAqmTotal::G4XAqmTotal | ( | ) |
Definition at line 57 of file G4XAqmTotal.cc.
|
virtual |
Definition at line 64 of file G4XAqmTotal.cc.
|
private |
|
virtual |
Implements G4VCrossSectionSource.
Definition at line 80 of file G4XAqmTotal.cc.
References G4ParticleDefinition::GetAntiQuarkContent(), G4KineticTrack::GetDefinition(), G4ParticleDefinition::GetQuarkContent(), and millibarn.
Referenced by G4XAqmElastic::CrossSection().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Implements G4VCrossSectionSource.
Definition at line 51 of file G4XAqmTotal.hh.
Reimplemented from G4VCrossSectionSource.
Definition at line 132 of file G4XAqmTotal.cc.
References _highLimit, _lowLimit, and G4VCrossSectionSource::InLimits().
Here is the call graph for this function:
|
virtual |
| G4bool G4XAqmTotal::operator!= | ( | const G4XAqmTotal & | right | ) | const |
Definition at line 74 of file G4XAqmTotal.cc.
|
private |
| G4bool G4XAqmTotal::operator== | ( | const G4XAqmTotal & | right | ) | const |
Definition at line 68 of file G4XAqmTotal.cc.
Definition at line 67 of file G4XAqmTotal.hh.
Referenced by IsValid().
|
staticprivate |
Definition at line 66 of file G4XAqmTotal.hh.
Referenced by IsValid().