ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DMXPhysicsList Class Reference

#include <geant4/tree/geant4-10.6-release/examples/advanced/underground_physics/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 ()
 
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
 
virtual void InitializeWorker ()
 
virtual void TerminateWorker ()
 

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 ()
 
G4ParticleTable::G4PTblDicIteratorGetParticleIterator () const
 

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.

View newest version in sPHENIX GitHub at line 56 of file DMXPhysicsList.hh

Constructor & Destructor Documentation

DMXPhysicsList::~DMXPhysicsList ( )

Definition at line 235 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 235 of file DMXPhysicsList.cc

Member Function Documentation

void DMXPhysicsList::AddTransportation ( )
protectedvirtual

Definition at line 320 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 320 of file DMXPhysicsList.cc

References G4ProcessManager::AddDiscreteProcess(), G4VUserPhysicsList::AddTransportation(), G4VUserPhysicsList::GetParticleIterator(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), and particle.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructEM ( )
protectedvirtual
void DMXPhysicsList::ConstructGeneral ( )
protectedvirtual

Definition at line 852 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 852 of file DMXPhysicsList.cc

References G4ProcessManager::AddProcess(), G4LossTableManager::AtomDeexcitation(), G4GenericIon::GenericIon(), G4VUserPhysicsList::GetParticleIterator(), G4PhysicsListHelper::GetPhysicsListHelper(), G4ParticleDefinition::GetProcessManager(), idxAtRest, idxPostStep, G4VAtomDeexcitation::InitialiseAtomicDeexcitation(), G4EmParameters::Instance(), G4LossTableManager::Instance(), G4Decay::IsApplicable(), G4ParticleDefinition::IsShortLived(), particle, G4VUserPhysicsList::RegisterProcess(), G4LossTableManager::SetAtomDeexcitation(), G4EmParameters::SetAugerCascade(), and G4ProcessManager::SetProcessOrdering().

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructHad ( )
protectedvirtual

Definition at line 560 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 560 of file DMXPhysicsList.cc

References G4HadronicProcess::AddDataSet(), G4ProcessManager::AddDiscreteProcess(), G4ProcessManager::AddRestProcess(), G4AntiNuclElastic::GetComponentCrossSection(), G4HadronicParameters::GetMaxEnergy(), G4VUserPhysicsList::GetParticleIterator(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), GeV, G4HadronicParameters::Instance(), MeV, ordDefault, particle, G4Proton::Proton(), G4HadronicProcess::RegisterMe(), G4VPartonStringModel::SetFragmentationModel(), G4TheoFSGenerator::SetHighEnergyGenerator(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), and G4TheoFSGenerator::SetTransport().

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 253 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 253 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 283 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 283 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 268 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 268 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 299 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 299 of file DMXPhysicsList.cc

References G4ShortLivedConstructor::ConstructParticle().

Referenced by ConstructParticle().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DMXPhysicsList::ConstructOp ( )
protectedvirtual

Definition at line 488 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 488 of file DMXPhysicsList.cc

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

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 239 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 239 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 306 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 306 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 887 of file DMXPhysicsList.cc.

View newest version in sPHENIX GitHub at line 887 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 85 of file DMXPhysicsList.hh.

View newest version in sPHENIX GitHub at line 85 of file DMXPhysicsList.hh

Referenced by DMXPhysicsList(), and SetCuts().

G4double DMXPhysicsList::cutForGamma
private

Definition at line 84 of file DMXPhysicsList.hh.

View newest version in sPHENIX GitHub at line 84 of file DMXPhysicsList.hh

Referenced by DMXPhysicsList(), and SetCuts().

G4double DMXPhysicsList::cutForPositron
private

Definition at line 86 of file DMXPhysicsList.hh.

View newest version in sPHENIX GitHub at line 86 of file DMXPhysicsList.hh

Referenced by DMXPhysicsList(), and SetCuts().

G4int DMXPhysicsList::OpVerbLevel
private

Definition at line 82 of file DMXPhysicsList.hh.

View newest version in sPHENIX GitHub at line 82 of file DMXPhysicsList.hh

Referenced by ConstructOp(), and DMXPhysicsList().

G4int DMXPhysicsList::VerboseLevel
private

Definition at line 81 of file DMXPhysicsList.hh.

View newest version in sPHENIX GitHub at line 81 of file DMXPhysicsList.hh

Referenced by DMXPhysicsList().


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