#include <GammaKnifePhysicsList.hh>
|
| GammaKnifePhysicsList () |
|
virtual | ~GammaKnifePhysicsList () |
|
void | ConstructParticle () |
|
void | SetCuts () |
|
void | SetCutForGamma (G4double) |
|
void | SetCutForElectron (G4double) |
|
void | SetCutForPositron (G4double) |
|
void | AddPhysicsList (const G4String &name) |
|
void | AddPackage (const G4String &pack) |
|
void | ConstructProcess () |
|
| G4VModularPhysicsList () |
|
virtual | ~G4VModularPhysicsList () |
|
void | RegisterPhysics (G4VPhysicsConstructor *) |
|
const G4VPhysicsConstructor * | GetPhysics (G4int index) const |
|
const G4VPhysicsConstructor * | GetPhysics (const G4String &name) const |
|
const G4VPhysicsConstructor * | GetPhysicsWithType (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 |
|
| G4VUserPhysicsList () |
|
virtual | ~G4VUserPhysicsList () |
|
| G4VUserPhysicsList (const G4VUserPhysicsList &) |
|
G4VUserPhysicsList & | operator= (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 G4String & | GetPhysicsTableDirectory () 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 () |
|
Definition at line 36 of file GammaKnifePhysicsList.hh.
GammaKnifePhysicsList::GammaKnifePhysicsList |
( |
| ) |
|
Definition at line 55 of file GammaKnifePhysicsList.cc.
63 radioactiveDecayIsRegistered =
false;
71 emName =
G4String(
"emstandard_opt3");
static G4LossTableManager * Instance()
static constexpr double mm
void SetVerboseLevel(G4int value)
GammaKnifePhysicsList::~GammaKnifePhysicsList |
( |
| ) |
|
|
virtual |
void GammaKnifePhysicsList::AddPackage |
( |
const G4String & |
pack | ) |
|
void GammaKnifePhysicsList::AddPhysicsList |
( |
const G4String & |
name | ) |
|
Definition at line 111 of file GammaKnifePhysicsList.cc.
115 G4cout <<
"PhysicsList::AddPhysicsList: <" << name <<
">" <<
G4endl;
117 if (name == emName)
return;
122 if (name ==
"standard_opt3") {
124 delete emPhysicsList;
127 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmStandardPhysics_option3" <<
G4endl;
129 }
else if (name ==
"LowE_Livermore") {
131 delete emPhysicsList;
134 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmLivermorePhysics" <<
G4endl;
136 }
else if (name ==
"LowE_Penelope") {
138 delete emPhysicsList;
141 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmLivermorePhysics" <<
G4endl;
148 }
else if (name ==
"decay")
153 else if (name ==
"radioactive_decay" && !radioactiveDecayIsRegistered )
156 radioactiveDecayIsRegistered =
true;
160 G4cout <<
"PhysicsList::AddPhysicsList: <" << name <<
">"
G4GLOB_DLL std::ostream G4cout
static G4RunManager * GetRunManager()
void GammaKnifePhysicsList::ConstructParticle |
( |
void |
| ) |
|
|
virtual |
void GammaKnifePhysicsList::ConstructProcess |
( |
void |
| ) |
|
|
virtual |
void GammaKnifePhysicsList::SetCutForElectron |
( |
G4double |
cut | ) |
|
Definition at line 195 of file GammaKnifePhysicsList.cc.
197 cutForElectron = cut;
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
static G4Electron * Electron()
Definition at line 188 of file GammaKnifePhysicsList.cc.
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
void GammaKnifePhysicsList::SetCutForPositron |
( |
G4double |
cut | ) |
|
Definition at line 202 of file GammaKnifePhysicsList.cc.
204 cutForPositron = cut;
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
static G4Positron * Positron()
void GammaKnifePhysicsList::SetCuts |
( |
| ) |
|
|
virtual |
Reimplemented from G4VUserPhysicsList.
Definition at line 169 of file GammaKnifePhysicsList.cc.
173 G4cout <<
"PhysicsList::SetCuts:";
void SetCutValue(G4double aCut, const G4String &pname)
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
void DumpCutValuesTable(G4int flag=1)
G4GLOB_DLL std::ostream G4cout
The documentation for this class was generated from the following files: