|
| G4DPMJET2_5Model () |
|
| G4DPMJET2_5Model (const G4DPMJET2_5InitialisationType) |
|
| G4DPMJET2_5Model (G4ExcitationHandler *, const G4DPMJET2_5InitialisationType initType=DEFAULT) |
|
| G4DPMJET2_5Model (G4VPreCompoundModel *, const G4DPMJET2_5InitialisationType initType=DEFAULT) |
|
virtual | ~G4DPMJET2_5Model () |
|
| G4DPMJET2_5Model (const G4DPMJET2_5Model &right) |
|
const G4DPMJET2_5Model & | operator= (G4DPMJET2_5Model &right) |
|
virtual G4bool | IsApplicable (const G4HadProjectile &theTrack, G4Nucleus &theTarget) |
|
virtual G4HadFinalState * | ApplyYourself (const G4HadProjectile &, G4Nucleus &) |
|
virtual const std::pair
< G4double, G4double > | GetFatalEnergyCheckLevels () const |
|
G4GlaubAADataSetHandler * | GetGlauberDataSetHandler () |
|
void | SetVerboseLevel (G4int) |
|
void | SetNoDeexcitation () |
|
void | SetDefaultDeexcitation () |
|
void | SetExcitationHandler (G4ExcitationHandler *) |
|
G4ExcitationHandler * | GetExcitationHandler () const |
|
void | SetNoPreCompoundModel () |
|
void | SetDefaultPreCompoundModel () |
|
void | SetPreCompoundModel (G4VPreCompoundModel *value) |
|
G4VPreCompoundModel * | GetPreCompoundModel () const |
|
void | SetDPMInitialRandomSeeds (const G4int seed1, const G4int seed2) |
|
G4int | GetDPMInitialRandomSeeds (const G4int i) const |
|
G4double | GetMinEnergy (const G4Material *aMaterial, const G4Element *anElement) const |
|
G4double | GetMaxEnergy (const G4Material *aMaterial, const G4Element *anElement) const |
|
G4bool | SetVerboseFortranOutput (const G4String filename) |
|
G4String | GetVerboseFortranOutput () const |
|
void | SetDPMVariablesTAUFOR (const G4double TAUFOR_P, const G4int KTAUGE_P, const G4int ITAUVE_P) |
|
| G4HadronicInteraction (const G4String &modelName="HadronicModel") |
|
virtual | ~G4HadronicInteraction () |
|
virtual G4double | SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A) |
|
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) |
|
const G4HadronicInteraction * | GetMyPointer () const |
|
virtual G4int | GetVerboseLevel () const |
|
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 |
|
G4bool | operator== (const G4HadronicInteraction &right) const |
|
G4bool | operator!= (const G4HadronicInteraction &right) const |
|
virtual std::pair< G4double,
G4double > | GetEnergyMomentumCheckLevels () const |
|
void | SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel) |
|
virtual void | ModelDescription (std::ostream &outFile) const |
|
Definition at line 89 of file G4DPMJET2_5Model.hh.