Geant4  10.00.p02
DMXPhysicsList Class Reference

#include <DMXPhysicsList.hh>

+ Inheritance diagram for DMXPhysicsList:
+ Collaboration diagram for DMXPhysicsList:

Public Member Functions

 DMXPhysicsList ()
 
 ~DMXPhysicsList ()
 
virtual void SetCuts ()
 
- Public Member Functions inherited from G4VUserPhysicsList
 G4VUserPhysicsList ()
 
virtual ~G4VUserPhysicsList ()
 
 G4VUserPhysicsList (const G4VUserPhysicsList &)
 
G4VUserPhysicsListoperator= (const G4VUserPhysicsList &)
 
void Construct ()
 
void UseCoupledTransportation (G4bool vl=true)
 
void SetDefaultCutValue (G4double newCutValue)
 
G4double GetDefaultCutValue () const
 
void BuildPhysicsTable ()
 
void PreparePhysicsTable (G4ParticleDefinition *)
 
void BuildPhysicsTable (G4ParticleDefinition *)
 
G4bool StorePhysicsTable (const G4String &directory=".")
 
G4bool IsPhysicsTableRetrieved () const
 
G4bool IsStoredInAscii () const
 
const G4StringGetPhysicsTableDirectory () const
 
void SetPhysicsTableRetrieved (const G4String &directory="")
 
void SetStoredInAscii ()
 
void ResetPhysicsTableRetrieved ()
 
void ResetStoredInAscii ()
 
void DumpList () const
 
void DumpCutValuesTable (G4int flag=1)
 
void DumpCutValuesTableIfRequested ()
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void SetCutsWithDefault ()
 
void SetCutValue (G4double aCut, const G4String &pname)
 
G4double GetCutValue (const G4String &pname) const
 
void SetCutValue (G4double aCut, const G4String &pname, const G4String &rname)
 
void SetParticleCuts (G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
 
void SetParticleCuts (G4double cut, const G4String &particleName, G4Region *region=0)
 
void SetCutsForRegion (G4double aCut, const G4String &rname)
 
void ResetCuts ()
 obsolete methods More...
 
void SetApplyCuts (G4bool value, const G4String &name)
 
G4bool GetApplyCuts (const G4String &name) const
 
void RemoveProcessManager ()
 
void AddProcessManager (G4ParticleDefinition *newParticle, G4ProcessManager *newManager=0)
 
void CheckParticleList ()
 
void DisableCheckParticleList ()
 
G4int GetInstanceID () const
 
void InitializeWorker ()
 

Protected Member Functions

virtual void ConstructParticle ()
 
virtual void ConstructProcess ()
 
virtual void ConstructGeneral ()
 
virtual void ConstructEM ()
 
virtual void ConstructHad ()
 
virtual void ConstructOp ()
 
virtual void AddTransportation ()
 
- Protected Member Functions inherited from G4VUserPhysicsList
void AddTransportation ()
 
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
 
void BuildIntegralPhysicsTable (G4VProcess *, G4ParticleDefinition *)
 
virtual void RetrievePhysicsTable (G4ParticleDefinition *, const G4String &directory, G4bool ascii=false)
 
void InitializeProcessManager ()
 

Private Member Functions

void ConstructMyBosons ()
 
void ConstructMyLeptons ()
 
void ConstructMyHadrons ()
 
void ConstructMyShortLiveds ()
 

Private Attributes

G4int VerboseLevel
 
G4int OpVerbLevel
 
G4double cutForGamma
 
G4double cutForElectron
 
G4double cutForPositron
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VUserPhysicsList
static const G4VUPLManagerGetSubInstanceManager ()
 
- Protected Attributes inherited from G4VUserPhysicsList
G4ParticleTabletheParticleTable
 
G4int verboseLevel
 
G4double defaultCutValue
 
G4bool isSetDefaultCutValue
 
G4ProductionCutsTablefCutsTable
 
G4bool fRetrievePhysicsTable
 
G4bool fStoredInAscii
 
G4bool fIsCheckedForRetrievePhysicsTable
 
G4bool fIsRestoredCutValues
 
G4String directoryPhysicsTable
 
G4bool fDisableCheckParticleList
 
G4int g4vuplInstanceID
 
- Static Protected Attributes inherited from G4VUserPhysicsList
static G4RUN_DLL G4VUPLManager subInstanceManager
 

Detailed Description

Definition at line 56 of file DMXPhysicsList.hh.

Constructor & Destructor Documentation

DMXPhysicsList::DMXPhysicsList ( )

Definition at line 72 of file DMXPhysicsList.cc.

References cutForElectron, cutForGamma, cutForPositron, G4VUserPhysicsList::defaultCutValue, micrometer, nanometer, OpVerbLevel, G4VUserPhysicsList::SetVerboseLevel(), and VerboseLevel.

+ Here is the call graph for this function:

DMXPhysicsList::~DMXPhysicsList ( )

Definition at line 88 of file DMXPhysicsList.cc.

Member Function Documentation

void DMXPhysicsList::AddTransportation ( )
protectedvirtual

Definition at line 195 of file DMXPhysicsList.cc.

References G4ProcessManager::AddDiscreteProcess(), G4ProcessManager::AddProcess(), G4VUserPhysicsList::AddTransportation(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), and theParticleIterator.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructGeneral ( )
protectedvirtual

Definition at line 873 of file DMXPhysicsList.cc.

References G4ProcessManager::AddProcess(), G4IonTable::Entries(), G4ParticleTable::GetIonTable(), G4IonTable::GetParticle(), G4ParticleDefinition::GetParticleName(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetParticleType(), G4ParticleDefinition::GetProcessManager(), idxAtRest, idxPostStep, G4Decay::IsApplicable(), G4ParticleDefinition::IsShortLived(), G4ProcessManager::SetProcessOrdering(), G4ProcessManager::SetVerboseLevel(), theParticleIterator, and VerboseLevel.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructMyBosons ( )
private

Definition at line 110 of file DMXPhysicsList.cc.

References G4ChargedGeantino::ChargedGeantinoDefinition(), G4Gamma::GammaDefinition(), G4Geantino::GeantinoDefinition(), and G4OpticalPhoton::OpticalPhotonDefinition().

Referenced by ConstructParticle().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructMyHadrons ( )
private

Definition at line 146 of file DMXPhysicsList.cc.

References G4MesonConstructor::ConstructParticle(), G4IonConstructor::ConstructParticle(), and G4BaryonConstructor::ConstructParticle().

Referenced by ConstructParticle().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructMyLeptons ( )
private

Definition at line 126 of file DMXPhysicsList.cc.

References G4AntiNeutrinoE::AntiNeutrinoEDefinition(), G4AntiNeutrinoMu::AntiNeutrinoMuDefinition(), G4Electron::ElectronDefinition(), G4MuonMinus::MuonMinusDefinition(), G4MuonPlus::MuonPlusDefinition(), G4NeutrinoE::NeutrinoEDefinition(), G4NeutrinoMu::NeutrinoMuDefinition(), and G4Positron::PositronDefinition().

Referenced by ConstructParticle().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructMyShortLiveds ( )
private

Definition at line 164 of file DMXPhysicsList.cc.

Referenced by ConstructParticle().

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructOp ( )
protectedvirtual

Definition at line 432 of file DMXPhysicsList.cc.

References G4ProcessManager::AddDiscreteProcess(), G4ProcessManager::AddProcess(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), idxAtRest, idxPostStep, G4Scintillation::IsApplicable(), OpVerbLevel, G4ProcessManager::SetProcessOrderingToLast(), G4Scintillation::SetScintillationExcitationRatio(), G4Scintillation::SetScintillationYieldFactor(), G4Scintillation::SetTrackSecondariesFirst(), G4VProcess::SetVerboseLevel(), and theParticleIterator.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructParticle ( void  )
protectedvirtual

Implements G4VUserPhysicsList.

Definition at line 93 of file DMXPhysicsList.cc.

References ConstructMyBosons(), ConstructMyHadrons(), ConstructMyLeptons(), and ConstructMyShortLiveds().

+ Here is the call graph for this function:

void DMXPhysicsList::ConstructProcess ( void  )
protectedvirtual

Implements G4VUserPhysicsList.

Definition at line 174 of file DMXPhysicsList.cc.

References AddTransportation(), ConstructEM(), ConstructGeneral(), ConstructHad(), and ConstructOp().

+ Here is the call graph for this function:

void DMXPhysicsList::SetCuts ( )
virtual

Reimplemented from G4VUserPhysicsList.

Definition at line 915 of file DMXPhysicsList.cc.

References cutForElectron, cutForGamma, cutForPositron, G4VUserPhysicsList::defaultCutValue, G4VUserPhysicsList::DumpCutValuesTable(), eV, G4BestUnit, G4cout, G4endl, G4ProductionCutsTable::GetProductionCutsTable(), GeV, G4VUserPhysicsList::SetCutValue(), G4ProductionCutsTable::SetEnergyRange(), and G4VUserPhysicsList::verboseLevel.

+ Here is the call graph for this function:

Member Data Documentation

G4double DMXPhysicsList::cutForElectron
private

Definition at line 97 of file DMXPhysicsList.hh.

Referenced by DMXPhysicsList(), and SetCuts().

G4double DMXPhysicsList::cutForGamma
private

Definition at line 96 of file DMXPhysicsList.hh.

Referenced by DMXPhysicsList(), and SetCuts().

G4double DMXPhysicsList::cutForPositron
private

Definition at line 98 of file DMXPhysicsList.hh.

Referenced by DMXPhysicsList(), and SetCuts().

G4int DMXPhysicsList::OpVerbLevel
private

Definition at line 94 of file DMXPhysicsList.hh.

Referenced by ConstructOp(), and DMXPhysicsList().

G4int DMXPhysicsList::VerboseLevel
private

Definition at line 93 of file DMXPhysicsList.hh.

Referenced by ConstructGeneral(), and DMXPhysicsList().


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