Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4DPMJET2_5Model Class Reference

#include <G4DPMJET2_5Model.hh>

Inheritance diagram for G4DPMJET2_5Model:
G4HadronicInteraction

Public Member Functions

 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_5Modeloperator= (G4DPMJET2_5Model &right)
 
virtual G4bool IsApplicable (const G4HadProjectile &theTrack, G4Nucleus &theTarget)
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &, G4Nucleus &)
 
virtual const std::pair
< G4double, G4double
GetFatalEnergyCheckLevels () const
 
G4GlaubAADataSetHandlerGetGlauberDataSetHandler ()
 
void SetVerboseLevel (G4int)
 
void SetNoDeexcitation ()
 
void SetDefaultDeexcitation ()
 
void SetExcitationHandler (G4ExcitationHandler *)
 
G4ExcitationHandlerGetExcitationHandler () const
 
void SetNoPreCompoundModel ()
 
void SetDefaultPreCompoundModel ()
 
void SetPreCompoundModel (G4VPreCompoundModel *value)
 
G4VPreCompoundModelGetPreCompoundModel () 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)
 
- 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)
 
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 G4HadronicInteractionGetMyPointer () const
 
virtual G4int GetVerboseLevel () const
 
const G4StringGetModelName () 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
 

Additional Inherited Members

- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Detailed Description

Definition at line 89 of file G4DPMJET2_5Model.hh.

Constructor & Destructor Documentation

G4DPMJET2_5Model::G4DPMJET2_5Model ( )
G4DPMJET2_5Model::G4DPMJET2_5Model ( const G4DPMJET2_5InitialisationType  )
G4DPMJET2_5Model::G4DPMJET2_5Model ( G4ExcitationHandler ,
const G4DPMJET2_5InitialisationType  initType = DEFAULT 
)
G4DPMJET2_5Model::G4DPMJET2_5Model ( G4VPreCompoundModel ,
const G4DPMJET2_5InitialisationType  initType = DEFAULT 
)
virtual G4DPMJET2_5Model::~G4DPMJET2_5Model ( )
virtual
G4DPMJET2_5Model::G4DPMJET2_5Model ( const G4DPMJET2_5Model right)

Member Function Documentation

virtual G4HadFinalState* G4DPMJET2_5Model::ApplyYourself ( const G4HadProjectile ,
G4Nucleus  
)
virtual

Implements G4HadronicInteraction.

G4int G4DPMJET2_5Model::GetDPMInitialRandomSeeds ( const G4int  i) const
inline

Definition at line 272 of file G4DPMJET2_5Model.hh.

References rd2out_().

274 {
275  G4int seed1, seed2;
276  rd2out_ (&seed1, &seed2);
277  if (i == 0) return seed1;
278  else if (i == 2) return seed2;
279  else return 0;
280 }
int G4int
Definition: G4Types.hh:78
double rd2out_(int *, int *)
G4ExcitationHandler * G4DPMJET2_5Model::GetExcitationHandler ( ) const
inline

Definition at line 222 of file G4DPMJET2_5Model.hh.

223  {return theExcitationHandler;}
virtual const std::pair<G4double, G4double> G4DPMJET2_5Model::GetFatalEnergyCheckLevels ( ) const
virtual

Reimplemented from G4HadronicInteraction.

G4GlaubAADataSetHandler * G4DPMJET2_5Model::GetGlauberDataSetHandler ( )
inline

Definition at line 211 of file G4DPMJET2_5Model.hh.

212  {return theGlauberDataSetHandler;}
G4double G4DPMJET2_5Model::GetMaxEnergy ( const G4Material aMaterial,
const G4Element anElement 
) const
inline

Definition at line 249 of file G4DPMJET2_5Model.hh.

References G4HadronicInteraction::theMaxEnergy.

251  {return theMaxEnergy;}
G4double G4DPMJET2_5Model::GetMinEnergy ( const G4Material aMaterial,
const G4Element anElement 
) const
inline

Definition at line 243 of file G4DPMJET2_5Model.hh.

References G4HadronicInteraction::theMinEnergy.

245  {return theMinEnergy;}
G4VPreCompoundModel * G4DPMJET2_5Model::GetPreCompoundModel ( ) const
inline

Definition at line 233 of file G4DPMJET2_5Model.hh.

234  {return thePreComp;}
G4String G4DPMJET2_5Model::GetVerboseFortranOutput ( ) const
inline

Definition at line 257 of file G4DPMJET2_5Model.hh.

258  {return verboseFortranFile;}
virtual G4bool G4DPMJET2_5Model::IsApplicable ( const G4HadProjectile theTrack,
G4Nucleus theTarget 
)
virtual

Reimplemented from G4HadronicInteraction.

const G4DPMJET2_5Model& G4DPMJET2_5Model::operator= ( G4DPMJET2_5Model right)
void G4DPMJET2_5Model::SetDefaultDeexcitation ( )
void G4DPMJET2_5Model::SetDefaultPreCompoundModel ( )
void G4DPMJET2_5Model::SetDPMInitialRandomSeeds ( const G4int  seed1,
const G4int  seed2 
)
inline

Definition at line 262 of file G4DPMJET2_5Model.hh.

References rd2in_().

264 {
265  G4int s1 = seed1;
266  G4int s2 = seed2;
267  rd2in_ (&s1, &s2);
268 }
double rd2in_(int *, int *)
int G4int
Definition: G4Types.hh:78
void G4DPMJET2_5Model::SetDPMVariablesTAUFOR ( const G4double  TAUFOR_P,
const G4int  KTAUGE_P,
const G4int  ITAUVE_P 
)
inline

Definition at line 284 of file G4DPMJET2_5Model.hh.

References ccdpm25taufo::itauve, ccdpm25taufo::ktauge, taufo_, and ccdpm25taufo::taufor.

286 {
287  TAUFOR = TAUFOR_P;
288  KTAUGE = KTAUGE_P;
289  ITAUVE = ITAUVE_P;
290  taufo_.taufor = TAUFOR;
291  taufo_.ktauge = KTAUGE;
292  taufo_.itauve = ITAUVE;
293 }
struct ccdpm25taufo taufo_
void G4DPMJET2_5Model::SetExcitationHandler ( G4ExcitationHandler aExcitationHandler)
inline

Definition at line 217 of file G4DPMJET2_5Model.hh.

218  {theExcitationHandler = aExcitationHandler;}
void G4DPMJET2_5Model::SetNoDeexcitation ( )
void G4DPMJET2_5Model::SetNoPreCompoundModel ( )
void G4DPMJET2_5Model::SetPreCompoundModel ( G4VPreCompoundModel value)
inline

Definition at line 228 of file G4DPMJET2_5Model.hh.

229  {thePreComp = aPreCompoundModel;}
G4bool G4DPMJET2_5Model::SetVerboseFortranOutput ( const G4String  filename)
inline
void G4DPMJET2_5Model::SetVerboseLevel ( G4int  verboseLevel1)
inlinevirtual

Reimplemented from G4HadronicInteraction.

Definition at line 238 of file G4DPMJET2_5Model.hh.

References G4HadronicInteraction::verboseLevel.

239  {verboseLevel = verboseLevel1;}

The documentation for this class was generated from the following file: