Geant4  10.00.p02
HadrontherapyPhysicsList Class Reference

#include <HadrontherapyPhysicsList.hh>

+ Inheritance diagram for HadrontherapyPhysicsList:
+ Collaboration diagram for HadrontherapyPhysicsList:

Public Member Functions

 HadrontherapyPhysicsList ()
 
virtual ~HadrontherapyPhysicsList ()
 
void ConstructParticle ()
 
void SetCuts ()
 
void SetCutForGamma (G4double)
 
void SetCutForElectron (G4double)
 
void SetCutForPositron (G4double)
 
void SetDetectorCut (G4double cut)
 
void AddPhysicsList (const G4String &name)
 
void ConstructProcess ()
 
void AddStepMax ()
 
HadrontherapyStepMaxGetStepMaxProcess ()
 
void AddPackage (const G4String &name)
 
- 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 Attributes

G4EmConfigurator em_config
 
G4double cutForGamma
 
G4double cutForElectron
 
G4double cutForPositron
 
G4bool helIsRegistered
 
G4bool bicIsRegistered
 
G4bool biciIsRegistered
 
G4bool locIonIonInelasticIsRegistered
 
G4bool radioactiveDecayIsRegistered
 
G4String emName
 
G4VPhysicsConstructoremPhysicsList
 
G4VPhysicsConstructordecPhysicsList
 
G4VPhysicsConstructorraddecayList
 
std::vector
< G4VPhysicsConstructor * > 
hadronPhys
 
HadrontherapyStepMaxstepMaxProcess
 
HadrontherapyPhysicsListMessengerpMessenger
 

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 45 of file HadrontherapyPhysicsList.hh.

Constructor & Destructor Documentation

HadrontherapyPhysicsList::HadrontherapyPhysicsList ( )
HadrontherapyPhysicsList::~HadrontherapyPhysicsList ( )
virtual

Member Function Documentation

void HadrontherapyPhysicsList::AddPackage ( const G4String name)
void HadrontherapyPhysicsList::AddPhysicsList ( const G4String name)

Definition at line 164 of file HadrontherapyPhysicsList.cc.

References emName, emPhysicsList, G4cout, G4endl, G4RunManager::GetRunManager(), hadronPhys, locIonIonInelasticIsRegistered, name, and G4VModularPhysicsList::verboseLevel.

Referenced by HadrontherapyPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void HadrontherapyPhysicsList::AddStepMax ( )

Definition at line 217 of file HadrontherapyPhysicsList.cc.

References G4ProcessManager::AddDiscreteProcess(), G4ParticleDefinition::GetProcessManager(), HadrontherapyStepMax::IsApplicable(), stepMaxProcess, and theParticleIterator.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void HadrontherapyPhysicsList::ConstructParticle ( void  )
virtual

Reimplemented from G4VModularPhysicsList.

Definition at line 128 of file HadrontherapyPhysicsList.cc.

References G4VPhysicsConstructor::ConstructParticle(), and decPhysicsList.

+ Here is the call graph for this function:

void HadrontherapyPhysicsList::ConstructProcess ( void  )
virtual

Reimplemented from G4VModularPhysicsList.

Definition at line 134 of file HadrontherapyPhysicsList.cc.

References G4EmConfigurator::AddModels(), AddStepMax(), G4VUserPhysicsList::AddTransportation(), G4ParallelWorldPhysics::ConstructProcess(), G4VPhysicsConstructor::ConstructProcess(), decPhysicsList, em_config, emPhysicsList, hadronPhys, and raddecayList.

+ Here is the call graph for this function:

HadrontherapyStepMax* HadrontherapyPhysicsList::GetStepMaxProcess ( )
inline

Definition at line 63 of file HadrontherapyPhysicsList.hh.

References stepMaxProcess.

void HadrontherapyPhysicsList::SetCutForElectron ( G4double  cut)

Definition at line 262 of file HadrontherapyPhysicsList.cc.

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

Referenced by HadrontherapyPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void HadrontherapyPhysicsList::SetCutForGamma ( G4double  cut)

Definition at line 255 of file HadrontherapyPhysicsList.cc.

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

Referenced by HadrontherapyPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void HadrontherapyPhysicsList::SetCutForPositron ( G4double  cut)

Definition at line 269 of file HadrontherapyPhysicsList.cc.

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

Referenced by HadrontherapyPhysicsListMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void HadrontherapyPhysicsList::SetCuts ( )
virtual

Reimplemented from G4VUserPhysicsList.

Definition at line 235 of file HadrontherapyPhysicsList.cc.

References cutForElectron, cutForGamma, cutForPositron, G4VUserPhysicsList::defaultCutValue, G4VUserPhysicsList::DumpCutValuesTable(), G4BestUnit, G4cout, G4endl, G4VUserPhysicsList::SetCutValue(), SetDetectorCut(), and G4VModularPhysicsList::verboseLevel.

+ Here is the call graph for this function:

void HadrontherapyPhysicsList::SetDetectorCut ( G4double  cut)

Definition at line 275 of file HadrontherapyPhysicsList.cc.

References G4ProductionCuts::GetIndex(), G4RegionStore::GetInstance(), and G4RegionStore::GetRegion().

Referenced by SetCuts().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4bool HadrontherapyPhysicsList::biciIsRegistered
private

Definition at line 76 of file HadrontherapyPhysicsList.hh.

Referenced by HadrontherapyPhysicsList().

G4bool HadrontherapyPhysicsList::bicIsRegistered
private

Definition at line 75 of file HadrontherapyPhysicsList.hh.

Referenced by HadrontherapyPhysicsList().

G4double HadrontherapyPhysicsList::cutForElectron
private
G4double HadrontherapyPhysicsList::cutForGamma
private

Definition at line 70 of file HadrontherapyPhysicsList.hh.

Referenced by HadrontherapyPhysicsList(), SetCutForGamma(), and SetCuts().

G4double HadrontherapyPhysicsList::cutForPositron
private
G4VPhysicsConstructor* HadrontherapyPhysicsList::decPhysicsList
private
G4EmConfigurator HadrontherapyPhysicsList::em_config
private

Definition at line 68 of file HadrontherapyPhysicsList.hh.

Referenced by ConstructProcess().

G4String HadrontherapyPhysicsList::emName
private

Definition at line 80 of file HadrontherapyPhysicsList.hh.

Referenced by AddPhysicsList(), and HadrontherapyPhysicsList().

G4VPhysicsConstructor* HadrontherapyPhysicsList::emPhysicsList
private
std::vector<G4VPhysicsConstructor*> HadrontherapyPhysicsList::hadronPhys
private
G4bool HadrontherapyPhysicsList::helIsRegistered
private

Definition at line 74 of file HadrontherapyPhysicsList.hh.

Referenced by HadrontherapyPhysicsList().

G4bool HadrontherapyPhysicsList::locIonIonInelasticIsRegistered
private

Definition at line 77 of file HadrontherapyPhysicsList.hh.

Referenced by AddPhysicsList(), and HadrontherapyPhysicsList().

HadrontherapyPhysicsListMessenger* HadrontherapyPhysicsList::pMessenger
private
G4VPhysicsConstructor* HadrontherapyPhysicsList::raddecayList
private
G4bool HadrontherapyPhysicsList::radioactiveDecayIsRegistered
private

Definition at line 78 of file HadrontherapyPhysicsList.hh.

Referenced by HadrontherapyPhysicsList().

HadrontherapyStepMax* HadrontherapyPhysicsList::stepMaxProcess
private

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