Geant4  10.00.p02
XrayTelPhysicsList Class Reference

#include <XrayTelPhysicsList.hh>

+ Inheritance diagram for XrayTelPhysicsList:
+ Collaboration diagram for XrayTelPhysicsList:

Public Member Functions

 XrayTelPhysicsList ()
 
 ~XrayTelPhysicsList ()
 
void SetCutForGamma (G4double)
 
void SetCutForElectron (G4double)
 
G4double GetCutForGamma () const
 
G4double GetCutForElectron () const
 
- 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

void ConstructParticle ()
 
void ConstructProcess ()
 
void SetCuts ()
 
void ConstructBosons ()
 
void ConstructLeptons ()
 
void ConstructMesons ()
 
void ConstructBaryons ()
 
void ConstructIons ()
 
void ConstructAllShortLiveds ()
 
void ConstructGeneral ()
 
void ConstructEM ()
 
- 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 Attributes

G4double cutForGamma
 
G4double cutForElectron
 

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 57 of file XrayTelPhysicsList.hh.

Constructor & Destructor Documentation

XrayTelPhysicsList::XrayTelPhysicsList ( )

Definition at line 70 of file XrayTelPhysicsList.cc.

References cutForElectron, cutForGamma, G4VUserPhysicsList::defaultCutValue, m, mm, and G4VUserPhysicsList::SetVerboseLevel().

+ Here is the call graph for this function:

XrayTelPhysicsList::~XrayTelPhysicsList ( )

Definition at line 80 of file XrayTelPhysicsList.cc.

Member Function Documentation

void XrayTelPhysicsList::ConstructAllShortLiveds ( )
protected

Definition at line 137 of file XrayTelPhysicsList.cc.

Referenced by ConstructParticle().

+ Here is the caller graph for this function:

void XrayTelPhysicsList::ConstructBaryons ( )
protected

Definition at line 125 of file XrayTelPhysicsList.cc.

References G4BaryonConstructor::ConstructParticle().

Referenced by ConstructParticle().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void XrayTelPhysicsList::ConstructBosons ( )
protected

Definition at line 96 of file XrayTelPhysicsList.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 XrayTelPhysicsList::ConstructEM ( )
protected

Definition at line 171 of file XrayTelPhysicsList.cc.

References G4ProcessManager::AddDiscreteProcess(), G4ProcessManager::AddProcess(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetProcessManager(), G4ParticleDefinition::IsShortLived(), and theParticleIterator.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void XrayTelPhysicsList::ConstructGeneral ( )
protected

Definition at line 251 of file XrayTelPhysicsList.cc.

References G4ProcessManager::AddProcess(), G4ParticleDefinition::GetProcessManager(), idxAtRest, idxPostStep, G4Decay::IsApplicable(), G4ProcessManager::SetProcessOrdering(), and theParticleIterator.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void XrayTelPhysicsList::ConstructIons ( )
protected

Definition at line 131 of file XrayTelPhysicsList.cc.

References G4IonConstructor::ConstructParticle().

Referenced by ConstructParticle().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void XrayTelPhysicsList::ConstructLeptons ( )
protected

Definition at line 108 of file XrayTelPhysicsList.cc.

References G4AntiNeutrinoE::AntiNeutrinoEDefinition(), G4AntiNeutrinoMu::AntiNeutrinoMuDefinition(), G4Electron::ElectronDefinition(), 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 XrayTelPhysicsList::ConstructMesons ( )
protected

Definition at line 119 of file XrayTelPhysicsList.cc.

References G4MesonConstructor::ConstructParticle().

Referenced by ConstructParticle().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void XrayTelPhysicsList::ConstructParticle ( void  )
protectedvirtual

Implements G4VUserPhysicsList.

Definition at line 83 of file XrayTelPhysicsList.cc.

References ConstructAllShortLiveds(), ConstructBaryons(), ConstructBosons(), ConstructIons(), ConstructLeptons(), and ConstructMesons().

+ Here is the call graph for this function:

void XrayTelPhysicsList::ConstructProcess ( void  )
protectedvirtual

Implements G4VUserPhysicsList.

Definition at line 140 of file XrayTelPhysicsList.cc.

References G4VUserPhysicsList::AddTransportation(), ConstructEM(), and ConstructGeneral().

+ Here is the call graph for this function:

G4double XrayTelPhysicsList::GetCutForElectron ( ) const

Definition at line 303 of file XrayTelPhysicsList.cc.

References cutForElectron.

G4double XrayTelPhysicsList::GetCutForGamma ( ) const

Definition at line 298 of file XrayTelPhysicsList.cc.

References cutForGamma.

void XrayTelPhysicsList::SetCutForElectron ( G4double  cut)

Definition at line 292 of file XrayTelPhysicsList.cc.

References cutForElectron, and G4VUserPhysicsList::ResetCuts().

+ Here is the call graph for this function:

void XrayTelPhysicsList::SetCutForGamma ( G4double  cut)

Definition at line 286 of file XrayTelPhysicsList.cc.

References cutForGamma, and G4VUserPhysicsList::ResetCuts().

+ Here is the call graph for this function:

void XrayTelPhysicsList::SetCuts ( )
protectedvirtual

Reimplemented from G4VUserPhysicsList.

Definition at line 266 of file XrayTelPhysicsList.cc.

References cutForElectron, cutForGamma, G4VUserPhysicsList::DumpCutValuesTable(), G4cout, G4endl, G4VUserPhysicsList::SetCutValue(), and G4VUserPhysicsList::verboseLevel.

+ Here is the call graph for this function:

Member Data Documentation

G4double XrayTelPhysicsList::cutForElectron
private
G4double XrayTelPhysicsList::cutForGamma
private

Definition at line 91 of file XrayTelPhysicsList.hh.

Referenced by GetCutForGamma(), SetCutForGamma(), SetCuts(), and XrayTelPhysicsList().


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