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

#include <geant4/tree/geant4-10.6-release/examples/advanced/medical_linac/include/ML2PhysicsList.hh>

+ Inheritance diagram for ML2PhysicsList:
+ Collaboration diagram for ML2PhysicsList:

Public Member Functions

 ML2PhysicsList ()
 
virtual ~ML2PhysicsList ()
 
void ConstructParticle ()
 
void AddPhysicsList (const G4String &name)
 
void ConstructProcess ()
 
void AddStepMax ()
 
- 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
 
virtual void TerminateWorker () override
 
- Public Member Functions inherited from G4VUserPhysicsList
 G4VUserPhysicsList ()
 
virtual ~G4VUserPhysicsList ()
 
 G4VUserPhysicsList (const G4VUserPhysicsList &)
 
G4VUserPhysicsListoperator= (const G4VUserPhysicsList &)
 
void Construct ()
 
void UseCoupledTransportation (G4bool vl=true)
 
virtual void SetCuts ()
 
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 ()
 

Private Attributes

G4bool helIsRegisted
 
G4bool bicIsRegisted
 
G4bool biciIsRegisted
 
G4bool locIonIonInelasticIsRegistered
 
G4String emName
 
G4VPhysicsConstructoremPhysicsList
 
G4VPhysicsConstructordecPhysicsList
 
std::vector
< G4VPhysicsConstructor * > 
hadronPhys
 
ML2StepMaxstepMaxProcess
 
ML2PhysicsListMessengerpMessenger
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VModularPhysicsList
static const G4VMPLManagerGetSubInstanceManager ()
 
- Protected Types inherited from G4VModularPhysicsList
typedef
G4VMPLData::G4PhysConstVectorData 
G4PhysConstVector
 
- Protected Member Functions inherited from G4VModularPhysicsList
 G4VModularPhysicsList (const G4VModularPhysicsList &)
 
G4VModularPhysicsListoperator= (const G4VModularPhysicsList &)
 
- Protected Attributes inherited from G4VModularPhysicsList
G4int verboseLevel
 
G4int g4vmplInstanceID
 
- Static Protected Attributes inherited from G4VModularPhysicsList
static G4RUN_DLL G4VMPLManager G4VMPLsubInstanceManager
 

Detailed Description

Definition at line 53 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 53 of file ML2PhysicsList.hh

Constructor & Destructor Documentation

ML2PhysicsList::ML2PhysicsList ( )

Definition at line 96 of file ML2PhysicsList.cc.

View newest version in sPHENIX GitHub at line 96 of file ML2PhysicsList.cc

References biciIsRegisted, bicIsRegisted, decPhysicsList, G4VUserPhysicsList::defaultCutValue, emName, emPhysicsList, helIsRegisted, locIonIonInelasticIsRegistered, mm, pMessenger, G4VModularPhysicsList::SetVerboseLevel(), and stepMaxProcess.

+ Here is the call graph for this function:

ML2PhysicsList::~ML2PhysicsList ( )
virtual

Definition at line 122 of file ML2PhysicsList.cc.

View newest version in sPHENIX GitHub at line 122 of file ML2PhysicsList.cc

References decPhysicsList, emPhysicsList, hadronPhys, and pMessenger.

Member Function Documentation

void ML2PhysicsList::AddPhysicsList ( const G4String name)

Definition at line 162 of file ML2PhysicsList.cc.

View newest version in sPHENIX GitHub at line 162 of file ML2PhysicsList.cc

References biciIsRegisted, bicIsRegisted, emName, emPhysicsList, G4cout, G4endl, hadronPhys, helIsRegisted, and G4VModularPhysicsList::verboseLevel.

Referenced by ML2PhysicsListMessenger::SetNewValue().

+ Here is the caller graph for this function:

void ML2PhysicsList::AddStepMax ( )

Definition at line 224 of file ML2PhysicsList.cc.

View newest version in sPHENIX GitHub at line 224 of file ML2PhysicsList.cc

References G4ProcessManager::AddDiscreteProcess(), G4VUserPhysicsList::GetParticleIterator(), G4ParticleDefinition::GetProcessManager(), ML2StepMax::IsApplicable(), particle, and stepMaxProcess.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ML2PhysicsList::ConstructParticle ( void  )
virtual

Reimplemented from G4VModularPhysicsList.

Definition at line 131 of file ML2PhysicsList.cc.

View newest version in sPHENIX GitHub at line 131 of file ML2PhysicsList.cc

References G4VPhysicsConstructor::ConstructParticle(), and decPhysicsList.

+ Here is the call graph for this function:

void ML2PhysicsList::ConstructProcess ( void  )
virtual

Reimplemented from G4VModularPhysicsList.

Definition at line 137 of file ML2PhysicsList.cc.

View newest version in sPHENIX GitHub at line 137 of file ML2PhysicsList.cc

References AddStepMax(), G4VUserPhysicsList::AddTransportation(), G4VPhysicsConstructor::ConstructProcess(), decPhysicsList, emPhysicsList, and hadronPhys.

+ Here is the call graph for this function:

Member Data Documentation

G4bool ML2PhysicsList::biciIsRegisted
private

Definition at line 71 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 71 of file ML2PhysicsList.hh

Referenced by AddPhysicsList(), and ML2PhysicsList().

G4bool ML2PhysicsList::bicIsRegisted
private

Definition at line 70 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 70 of file ML2PhysicsList.hh

Referenced by AddPhysicsList(), and ML2PhysicsList().

G4VPhysicsConstructor* ML2PhysicsList::decPhysicsList
private

Definition at line 76 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 76 of file ML2PhysicsList.hh

Referenced by ConstructParticle(), ConstructProcess(), ML2PhysicsList(), and ~ML2PhysicsList().

G4String ML2PhysicsList::emName
private

Definition at line 74 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 74 of file ML2PhysicsList.hh

Referenced by AddPhysicsList(), and ML2PhysicsList().

G4VPhysicsConstructor* ML2PhysicsList::emPhysicsList
private

Definition at line 75 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 75 of file ML2PhysicsList.hh

Referenced by AddPhysicsList(), ConstructProcess(), ML2PhysicsList(), and ~ML2PhysicsList().

std::vector<G4VPhysicsConstructor*> ML2PhysicsList::hadronPhys
private

Definition at line 77 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 77 of file ML2PhysicsList.hh

Referenced by AddPhysicsList(), ConstructProcess(), and ~ML2PhysicsList().

G4bool ML2PhysicsList::helIsRegisted
private

Definition at line 69 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 69 of file ML2PhysicsList.hh

Referenced by AddPhysicsList(), and ML2PhysicsList().

G4bool ML2PhysicsList::locIonIonInelasticIsRegistered
private

Definition at line 72 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 72 of file ML2PhysicsList.hh

Referenced by ML2PhysicsList().

ML2PhysicsListMessenger* ML2PhysicsList::pMessenger
private

Definition at line 81 of file ML2PhysicsList.hh.

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

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

ML2StepMax* ML2PhysicsList::stepMaxProcess
private

Definition at line 79 of file ML2PhysicsList.hh.

View newest version in sPHENIX GitHub at line 79 of file ML2PhysicsList.hh

Referenced by AddStepMax(), and ML2PhysicsList().


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