Geant4_10
Public Member Functions | List of all members
Em10PhysicsList Class Reference

#include <Em10PhysicsList.hh>

Inheritance diagram for Em10PhysicsList:
Inheritance graph
[legend]
Collaboration diagram for Em10PhysicsList:
Collaboration graph
[legend]

Public Member Functions

 Em10PhysicsList (Em10DetectorConstruction *)
 
 ~Em10PhysicsList ()
 
void ConstructParticle ()
 
void ConstructProcess ()
 
void SetCuts ()
 
void SetGammaCut (G4double)
 
void SetElectronCut (G4double)
 
void SetRegGammaCut (G4double cut)
 
void SetRegElectronCut (G4double cut)
 
void SetRegPositronCut (G4double cut)
 
void SetRadiatorCuts ()
 
void SetDetectorCuts ()
 
void SetMaxStep (G4double)
 
void SetXTRModel (G4String m)
 
- 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 ()
 

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 Em10PhysicsList.hh.

Constructor & Destructor Documentation

Em10PhysicsList::Em10PhysicsList ( Em10DetectorConstruction p)

Definition at line 95 of file Em10PhysicsList.cc.

Here is the call graph for this function:

Em10PhysicsList::~Em10PhysicsList ( )

Definition at line 120 of file Em10PhysicsList.cc.

Member Function Documentation

void Em10PhysicsList::ConstructParticle ( void  )
virtual

Reimplemented from G4VModularPhysicsList.

Definition at line 129 of file Em10PhysicsList.cc.

void Em10PhysicsList::ConstructProcess ( void  )
virtual

Reimplemented from G4VModularPhysicsList.

Definition at line 192 of file Em10PhysicsList.cc.

Here is the call graph for this function:

void Em10PhysicsList::SetCuts ( )
virtual

Reimplemented from G4VUserPhysicsList.

Definition at line 433 of file Em10PhysicsList.cc.

Here is the call graph for this function:

void Em10PhysicsList::SetDetectorCuts ( )

Definition at line 503 of file Em10PhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void Em10PhysicsList::SetElectronCut ( G4double  val)

Definition at line 472 of file Em10PhysicsList.cc.

Here is the caller graph for this function:

void Em10PhysicsList::SetGammaCut ( G4double  val)

Definition at line 465 of file Em10PhysicsList.cc.

Here is the caller graph for this function:

void Em10PhysicsList::SetMaxStep ( G4double  step)

Definition at line 479 of file Em10PhysicsList.cc.

Here is the caller graph for this function:

void Em10PhysicsList::SetRadiatorCuts ( )

Definition at line 488 of file Em10PhysicsList.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void Em10PhysicsList::SetRegElectronCut ( G4double  cut)
inline

Definition at line 79 of file Em10PhysicsList.hh.

Here is the caller graph for this function:

void Em10PhysicsList::SetRegGammaCut ( G4double  cut)
inline

Definition at line 78 of file Em10PhysicsList.hh.

Here is the caller graph for this function:

void Em10PhysicsList::SetRegPositronCut ( G4double  cut)
inline

Definition at line 80 of file Em10PhysicsList.hh.

Here is the caller graph for this function:

void Em10PhysicsList::SetXTRModel ( G4String  m)
inline

Definition at line 86 of file Em10PhysicsList.hh.

Here is the caller graph for this function:


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