Geant4-11
|
#include <G4CrossSectionComposite.hh>
Protected Member Functions | |
G4double | FcrossX (G4double e, G4double e0, G4double sigma, G4double eParam, G4double power) const |
const G4ParticleDefinition * | FindKeyParticle (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
const G4ParticleDefinition * | FindLightParticle (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
G4bool | InLimits (G4double e, G4double eLow, G4double eHigh) const |
Protected Attributes | |
G4CrossSectionVector * | _components |
Private Member Functions | |
G4CrossSectionComposite (const G4CrossSectionComposite &right) | |
G4CrossSectionComposite & | operator= (const G4CrossSectionComposite &right) |
Definition at line 50 of file G4CrossSectionComposite.hh.
G4CrossSectionComposite::G4CrossSectionComposite | ( | ) |
Definition at line 48 of file G4CrossSectionComposite.cc.
|
virtual |
Definition at line 52 of file G4CrossSectionComposite.cc.
|
private |
G4CrossSectionComposite::G4CrossSectionComposite | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements G4VCrossSectionSource.
Definition at line 68 of file G4CrossSectionComposite.cc.
References G4VCrossSectionSource::CrossSection(), G4KineticTrack::Get4Momentum(), GetComponents(), and G4VCrossSectionSource::IsValid().
|
protectedinherited |
Definition at line 174 of file G4VCrossSectionSource.cc.
References G4Pow::GetInstance(), G4INCL::Math::max(), and G4Pow::powA().
|
protectedinherited |
Definition at line 49 of file G4VCrossSectionSource.cc.
References G4KineticTrack::GetDefinition(), G4Neutron::Neutron(), and G4Proton::Proton().
Referenced by G4XNNElasticLowE::CrossSection(), and G4XNNTotalLowE::CrossSection().
|
protectedinherited |
Definition at line 158 of file G4VCrossSectionSource.cc.
References G4KineticTrack::GetDefinition(), and G4ParticleDefinition::GetPDGMass().
Referenced by G4XMesonBaryonElastic::CrossSection().
|
pure virtual |
Implements G4VCrossSectionSource.
Referenced by CrossSection(), and IsValid().
|
virtualinherited |
Reimplemented in G4XNNElasticLowE, G4XNNTotalLowE, G4XnpElasticLowE, and G4XnpTotalLowE.
Definition at line 146 of file G4VCrossSectionSource.cc.
References DBL_MAX.
Referenced by G4CrossSectionPatch::CrossSection(), G4VCrossSectionSource::IsValid(), and G4CrossSectionPatch::Transition().
|
protectedinherited |
Definition at line 133 of file G4VCrossSectionSource.cc.
Referenced by G4XAnnihilationChannel::IsValid(), G4XAqmElastic::IsValid(), G4XAqmTotal::IsValid(), G4XMesonBaryonElastic::IsValid(), G4XNNElasticLowE::IsValid(), G4XnpElasticLowE::IsValid(), G4XnpTotalLowE::IsValid(), G4XPDGElastic::IsValid(), and G4XPDGTotal::IsValid().
Reimplemented from G4VCrossSectionSource.
Definition at line 98 of file G4CrossSectionComposite.cc.
References GetComponents(), G4VCrossSectionSource::IsValid(), and CLHEP::detail::n.
|
virtualinherited |
Reimplemented in G4XPDGElastic, and G4XPDGTotal.
Definition at line 140 of file G4VCrossSectionSource.cc.
Referenced by G4CrossSectionPatch::CrossSection(), G4VCrossSectionSource::IsValid(), and G4CrossSectionPatch::Transition().
|
pure virtualinherited |
Implemented in G4XAnnihilationChannel, G4XAqmElastic, G4XAqmTotal, G4XMesonBaryonElastic, G4XNNElastic, G4XNNElasticLowE, G4XNNTotal, G4XNNTotalLowE, G4XnpElastic, G4XnpElasticLowE, G4XnpTotal, G4XnpTotalLowE, G4XPDGElastic, G4XPDGTotal, G4XpimNTotal, G4XpipNTotal, and G4XResonance.
Referenced by G4VCrossSectionSource::Print(), and G4VCrossSectionSource::PrintAll().
G4bool G4CrossSectionComposite::operator!= | ( | const G4CrossSectionComposite & | right | ) | const |
Definition at line 62 of file G4CrossSectionComposite.cc.
G4bool G4CrossSectionComposite::operator!= | ( | const G4CrossSectionComposite & | right | ) | const |
|
inherited |
Definition at line 80 of file G4VCrossSectionSource.cc.
|
private |
G4bool G4CrossSectionComposite::operator== | ( | const G4CrossSectionComposite & | right | ) | const |
Definition at line 56 of file G4CrossSectionComposite.cc.
G4bool G4CrossSectionComposite::operator== | ( | const G4CrossSectionComposite & | right | ) | const |
|
inherited |
Definition at line 74 of file G4VCrossSectionSource.cc.
|
virtualinherited |
Reimplemented in G4XNNElasticLowE, G4XnpElasticLowE, and G4XnpTotalLowE.
Definition at line 86 of file G4VCrossSectionSource.cc.
References G4cout, G4endl, G4VCrossSectionSource::GetComponents(), G4VCrossSectionSource::Name(), and G4VCrossSectionSource::Print().
Referenced by G4VCollision::Print(), G4VCrossSectionSource::Print(), G4XNNElasticLowE::Print(), G4XnpElasticLowE::Print(), and G4XnpTotalLowE::Print().
|
virtualinherited |
Definition at line 107 of file G4VCrossSectionSource.cc.
References G4VCrossSectionSource::CrossSection(), G4cout, G4endl, G4KineticTrack::Get4Momentum(), G4VCrossSectionSource::GetComponents(), GeV, millibarn, G4VCrossSectionSource::Name(), and G4VCrossSectionSource::PrintAll().
Referenced by G4VCrossSectionSource::PrintAll().
|
virtual |
|
protected |
Definition at line 69 of file G4VCrossSectionComposite.hh.