Geant4
10.03
|
#include <G4RPGKLongInelastic.hh>
Public Member Functions | |
G4RPGKLongInelastic () | |
virtual | ~G4RPGKLongInelastic () |
G4HadFinalState * | ApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus) |
Public Member Functions inherited from G4RPGInelastic | |
G4RPGInelastic (const G4String &modelName="RPGInelastic") | |
virtual | ~G4RPGInelastic () |
Public Member Functions inherited from G4HadronicInteraction | |
G4HadronicInteraction (const G4String &modelName="HadronicModel") | |
virtual | ~G4HadronicInteraction () |
virtual G4double | SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A) |
virtual G4bool | IsApplicable (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus) |
G4double | GetMinEnergy () const |
G4double | GetMinEnergy (const G4Material *aMaterial, const G4Element *anElement) const |
void | SetMinEnergy (G4double anEnergy) |
void | SetMinEnergy (G4double anEnergy, const G4Element *anElement) |
void | SetMinEnergy (G4double anEnergy, const G4Material *aMaterial) |
G4double | GetMaxEnergy () const |
G4double | GetMaxEnergy (const G4Material *aMaterial, const G4Element *anElement) const |
void | SetMaxEnergy (const G4double anEnergy) |
void | SetMaxEnergy (G4double anEnergy, const G4Element *anElement) |
void | SetMaxEnergy (G4double anEnergy, const G4Material *aMaterial) |
G4int | GetVerboseLevel () const |
void | SetVerboseLevel (G4int value) |
const G4String & | GetModelName () const |
void | DeActivateFor (const G4Material *aMaterial) |
void | ActivateFor (const G4Material *aMaterial) |
void | DeActivateFor (const G4Element *anElement) |
void | ActivateFor (const G4Element *anElement) |
G4bool | IsBlocked (const G4Material *aMaterial) const |
G4bool | IsBlocked (const G4Element *anElement) const |
void | SetRecoilEnergyThreshold (G4double val) |
G4double | GetRecoilEnergyThreshold () const |
virtual const std::pair < G4double, G4double > | GetFatalEnergyCheckLevels () const |
virtual std::pair< G4double, G4double > | GetEnergyMomentumCheckLevels () const |
void | SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel) |
virtual void | ModelDescription (std::ostream &outFile) const |
virtual void | BuildPhysicsTable (const G4ParticleDefinition &) |
virtual void | InitialiseModel () |
Public Attributes | |
G4RPGKZeroInelastic | theKZeroInelastic |
G4RPGAntiKZeroInelastic | theAntiKZeroInelastic |
Definition at line 48 of file G4RPGKLongInelastic.hh.
|
inline |
Definition at line 51 of file G4RPGKLongInelastic.hh.
References GeV, G4HadronicInteraction::SetMaxEnergy(), and G4HadronicInteraction::SetMinEnergy().
|
inlinevirtual |
Definition at line 57 of file G4RPGKLongInelastic.hh.
|
inlinevirtual |
Implements G4HadronicInteraction.
Definition at line 59 of file G4RPGKLongInelastic.hh.
References G4RPGKZeroInelastic::ApplyYourself(), G4RPGAntiKZeroInelastic::ApplyYourself(), G4UniformRand, theAntiKZeroInelastic, and theKZeroInelastic.
G4RPGAntiKZeroInelastic G4RPGKLongInelastic::theAntiKZeroInelastic |
Definition at line 72 of file G4RPGKLongInelastic.hh.
Referenced by ApplyYourself().
G4RPGKZeroInelastic G4RPGKLongInelastic::theKZeroInelastic |
Definition at line 71 of file G4RPGKLongInelastic.hh.
Referenced by ApplyYourself().