Geant4  10.00.p02
exrdmPhysicsList Class Reference

#include <exrdmPhysicsList.hh>

+ Inheritance diagram for exrdmPhysicsList:
+ Collaboration diagram for exrdmPhysicsList:

Public Member Functions

 exrdmPhysicsList ()
 
virtual ~exrdmPhysicsList ()
 
virtual void ConstructParticle ()
 
virtual void SetCuts ()
 
void SetCutForGamma (G4double)
 
void SetCutForElectron (G4double)
 
void SetCutForPositron (G4double)
 
void SelectPhysicsList (const G4String &name)
 
virtual void ConstructProcess ()
 
void SetTargetCut (G4double val)
 
void SetDetectorCut (G4double val)
 
- Public Member Functions inherited from G4VModularPhysicsList
 G4VModularPhysicsList ()
 
virtual ~G4VModularPhysicsList ()
 
void RegisterPhysics (G4VPhysicsConstructor *)
 
const G4VPhysicsConstructorGetPhysics (G4int index) const
 
const G4VPhysicsConstructorGetPhysics (const G4String &name) const
 
const G4VPhysicsConstructorGetPhysicsWithType (G4int physics_type) const
 
void ReplacePhysics (G4VPhysicsConstructor *)
 
void RemovePhysics (G4VPhysicsConstructor *)
 
void RemovePhysics (G4int type)
 
void RemovePhysics (const G4String &name)
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
G4int GetInstanceID () 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 ()
 

Private Member Functions

void AddExtraBuilders (G4bool flagHP)
 
exrdmPhysicsListoperator= (const exrdmPhysicsList &right)
 
 exrdmPhysicsList (const exrdmPhysicsList &)
 

Private Attributes

G4double fCutForGamma
 
G4double fCutForElectron
 
G4double fCutForPositron
 
G4VPhysicsConstructorfEmPhysicsList
 
G4VPhysicsConstructorfRaddecayList
 
G4VPhysicsConstructorfParticleList
 
G4VPhysicsConstructorfHadPhysicsList
 
std::vector
< G4VPhysicsConstructor * > 
fHadronPhys
 
G4int fNhadcomp
 
exrdmPhysicsListMessengerfPMessenger
 
G4ProductionCutsfDetectorCuts
 
G4ProductionCutsfTargetCuts
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VModularPhysicsList
static const G4VMPLManagerGetSubInstanceManager ()
 
- Static Public Member Functions inherited from G4VUserPhysicsList
static const G4VUPLManagerGetSubInstanceManager ()
 
- Protected Types inherited from G4VModularPhysicsList
typedef
G4VMPLData::G4PhysConstVectorData 
G4PhysConstVector
 
- Protected Member Functions inherited from G4VModularPhysicsList
 G4VModularPhysicsList (const G4VModularPhysicsList &)
 
G4VModularPhysicsListoperator= (const G4VModularPhysicsList &)
 
- 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 ()
 
- Protected Attributes inherited from G4VModularPhysicsList
G4int verboseLevel
 
G4int g4vmplInstanceID
 
- 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 G4VModularPhysicsList
static G4RUN_DLL G4VMPLManager G4VMPLsubInstanceManager
 
- Static Protected Attributes inherited from G4VUserPhysicsList
static G4RUN_DLL G4VUPLManager subInstanceManager
 

Detailed Description

Definition at line 47 of file exrdmPhysicsList.hh.

Constructor & Destructor Documentation

exrdmPhysicsList::exrdmPhysicsList ( )

Definition at line 74 of file exrdmPhysicsList.cc.

References G4VUserPhysicsList::defaultCutValue, fEmPhysicsList, fParticleList, fPMessenger, fRaddecayList, G4LossTableManager::Instance(), mm, and G4VModularPhysicsList::SetVerboseLevel().

+ Here is the call graph for this function:

exrdmPhysicsList::~exrdmPhysicsList ( )
virtual
exrdmPhysicsList::exrdmPhysicsList ( const exrdmPhysicsList )
private

Member Function Documentation

void exrdmPhysicsList::AddExtraBuilders ( G4bool  flagHP)
private

Definition at line 187 of file exrdmPhysicsList.cc.

References fHadronPhys, fNhadcomp, and G4VModularPhysicsList::verboseLevel.

Referenced by SelectPhysicsList().

+ Here is the caller graph for this function:

void exrdmPhysicsList::ConstructParticle ( void  )
virtual

Reimplemented from G4VModularPhysicsList.

Definition at line 119 of file exrdmPhysicsList.cc.

References G4VPhysicsConstructor::ConstructParticle(), and fParticleList.

+ Here is the call graph for this function:

void exrdmPhysicsList::ConstructProcess ( void  )
virtual

Reimplemented from G4VModularPhysicsList.

Definition at line 126 of file exrdmPhysicsList.cc.

References G4VUserPhysicsList::AddTransportation(), G4VPhysicsConstructor::ConstructProcess(), fEmPhysicsList, fHadPhysicsList, fHadronPhys, fNhadcomp, fParticleList, fRaddecayList, G4cout, and G4endl.

+ Here is the call graph for this function:

exrdmPhysicsList& exrdmPhysicsList::operator= ( const exrdmPhysicsList right)
private
void exrdmPhysicsList::SelectPhysicsList ( const G4String name)

Definition at line 147 of file exrdmPhysicsList.cc.

References AddExtraBuilders(), fEmPhysicsList, fHadPhysicsList, G4cout, G4endl, and G4VModularPhysicsList::verboseLevel.

Referenced by exrdmPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void exrdmPhysicsList::SetCutForElectron ( G4double  cut)

Definition at line 233 of file exrdmPhysicsList.cc.

References G4Electron::Electron(), fCutForElectron, and G4VUserPhysicsList::SetParticleCuts().

Referenced by exrdmPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void exrdmPhysicsList::SetCutForGamma ( G4double  cut)

Definition at line 225 of file exrdmPhysicsList.cc.

References fCutForGamma, G4Gamma::Gamma(), and G4VUserPhysicsList::SetParticleCuts().

Referenced by exrdmPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void exrdmPhysicsList::SetCutForPositron ( G4double  cut)

Definition at line 241 of file exrdmPhysicsList.cc.

References fCutForPositron, G4Positron::Positron(), and G4VUserPhysicsList::SetParticleCuts().

Referenced by exrdmPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void exrdmPhysicsList::SetCuts ( )
virtual

Reimplemented from G4VUserPhysicsList.

Definition at line 203 of file exrdmPhysicsList.cc.

References G4VUserPhysicsList::DumpCutValuesTable(), fCutForElectron, fCutForGamma, fCutForPositron, fDetectorCuts, fTargetCuts, G4cout, G4endl, G4RegionStore::GetInstance(), G4VUserPhysicsList::SetCutValue(), SetDetectorCut(), G4Region::SetProductionCuts(), SetTargetCut(), and G4VModularPhysicsList::verboseLevel.

+ Here is the call graph for this function:

void exrdmPhysicsList::SetDetectorCut ( G4double  val)

Definition at line 261 of file exrdmPhysicsList.cc.

References fDetectorCuts, idxG4ElectronCut, idxG4GammaCut, idxG4PositronCut, and G4ProductionCuts::SetProductionCut().

Referenced by SetCuts(), and exrdmPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void exrdmPhysicsList::SetTargetCut ( G4double  val)

Definition at line 249 of file exrdmPhysicsList.cc.

References fTargetCuts, idxG4ElectronCut, idxG4GammaCut, idxG4PositronCut, and G4ProductionCuts::SetProductionCut().

Referenced by SetCuts(), and exrdmPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double exrdmPhysicsList::fCutForElectron
private

Definition at line 75 of file exrdmPhysicsList.hh.

Referenced by SetCutForElectron(), and SetCuts().

G4double exrdmPhysicsList::fCutForGamma
private

Definition at line 74 of file exrdmPhysicsList.hh.

Referenced by SetCutForGamma(), and SetCuts().

G4double exrdmPhysicsList::fCutForPositron
private

Definition at line 76 of file exrdmPhysicsList.hh.

Referenced by SetCutForPositron(), and SetCuts().

G4ProductionCuts* exrdmPhysicsList::fDetectorCuts
private

Definition at line 87 of file exrdmPhysicsList.hh.

Referenced by SetCuts(), and SetDetectorCut().

G4VPhysicsConstructor* exrdmPhysicsList::fEmPhysicsList
private
G4VPhysicsConstructor* exrdmPhysicsList::fHadPhysicsList
private

Definition at line 81 of file exrdmPhysicsList.hh.

Referenced by ConstructProcess(), SelectPhysicsList(), and ~exrdmPhysicsList().

std::vector<G4VPhysicsConstructor*> exrdmPhysicsList::fHadronPhys
private

Definition at line 83 of file exrdmPhysicsList.hh.

Referenced by AddExtraBuilders(), ConstructProcess(), and ~exrdmPhysicsList().

G4int exrdmPhysicsList::fNhadcomp
private

Definition at line 84 of file exrdmPhysicsList.hh.

Referenced by AddExtraBuilders(), ConstructProcess(), and ~exrdmPhysicsList().

G4VPhysicsConstructor* exrdmPhysicsList::fParticleList
private

Definition at line 80 of file exrdmPhysicsList.hh.

Referenced by ConstructParticle(), ConstructProcess(), and exrdmPhysicsList().

exrdmPhysicsListMessenger* exrdmPhysicsList::fPMessenger
private

Definition at line 86 of file exrdmPhysicsList.hh.

Referenced by exrdmPhysicsList(), and ~exrdmPhysicsList().

G4VPhysicsConstructor* exrdmPhysicsList::fRaddecayList
private

Definition at line 79 of file exrdmPhysicsList.hh.

Referenced by ConstructProcess(), exrdmPhysicsList(), and ~exrdmPhysicsList().

G4ProductionCuts* exrdmPhysicsList::fTargetCuts
private

Definition at line 88 of file exrdmPhysicsList.hh.

Referenced by SetCuts(), and SetTargetCut().


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