#include <GammaRayTelPhysicsList.hh>
|
| GammaRayTelPhysicsList () |
|
virtual | ~GammaRayTelPhysicsList () |
|
void | ConstructParticle () |
|
void | SetCuts () |
|
void | SetCutForGamma (G4double) |
|
void | SetCutForElectron (G4double) |
|
void | SetCutForPositron (G4double) |
|
void | AddPhysicsList (const G4String &name) |
|
void | ConstructProcess () |
|
void | AddPackage (const G4String &name) |
|
| 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 41 of file GammaRayTelPhysicsList.hh.
GammaRayTelPhysicsList::GammaRayTelPhysicsList |
( |
| ) |
|
Definition at line 61 of file GammaRayTelPhysicsList.cc.
69 helIsRegisted =
false;
70 bicIsRegisted =
false;
71 biciIsRegisted =
false;
72 locIonIonInelasticIsRegistered =
false;
73 radioactiveDecayIsRegisted =
false;
81 emName =
G4String(
"emstandard_opt3");
static G4LossTableManager * Instance()
void SetVerboseLevel(G4int value)
static constexpr double micrometer
GammaRayTelPhysicsList::~GammaRayTelPhysicsList |
( |
| ) |
|
|
virtual |
Definition at line 88 of file GammaRayTelPhysicsList.cc.
92 delete decPhysicsList;
93 for(
size_t i=0; i<hadronPhys.size(); i++) {
delete hadronPhys[i];}
void GammaRayTelPhysicsList::AddPackage |
( |
const G4String & |
name | ) |
|
Definition at line 97 of file GammaRayTelPhysicsList.cc.
void RegisterPhysics(G4VPhysicsConstructor *)
const G4VPhysicsConstructor * GetPhysics(G4int index) const
G4VModularPhysicsList * GetReferencePhysList(const G4String &)
void GammaRayTelPhysicsList::AddPhysicsList |
( |
const G4String & |
name | ) |
|
Definition at line 145 of file GammaRayTelPhysicsList.cc.
149 G4cout <<
"PhysicsList::AddPhysicsList: <" << name <<
">" <<
G4endl;
151 if (name == emName)
return;
157 if (name ==
"standard_opt3") {
159 delete emPhysicsList;
161 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmStandardPhysics_option3" <<
G4endl;
163 }
else if (name ==
"LowE_Livermore") {
165 delete emPhysicsList;
167 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmLivermorePhysics" <<
G4endl;
168 }
else if (name ==
"LowE_Penelope") {
170 delete emPhysicsList;
172 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmLivermorePhysics" <<
G4endl;
173 }
else if (name ==
"LowE_Polarized") {
175 delete emPhysicsList;
177 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmLivermorePhysics" <<
G4endl;
182 }
else if (name ==
"elastic" && !helIsRegisted) {
183 G4cout <<
"THE FOLLOWING HADRONIC ELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4HadronElasticPhysics()" <<
G4endl;
185 helIsRegisted =
true;
187 }
else if (name ==
"DElastic" && !helIsRegisted) {
189 helIsRegisted =
true;
191 }
else if (name ==
"HPElastic" && !helIsRegisted) {
193 helIsRegisted =
true;
195 }
else if (name ==
"binary" && !bicIsRegisted) {
197 bicIsRegisted =
true;
198 G4cout <<
"THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: HadronPhysicsQGSP_BIC_HP()" <<
G4endl;
200 }
else if (name ==
"binary_ion" && !biciIsRegisted) {
202 biciIsRegisted =
true;
203 G4cout <<
"THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4IonBinaryCascadePhysics()" <<
G4endl;
204 }
else if (name ==
"radioactive_decay" && !radioactiveDecayIsRegisted ) {
206 radioactiveDecayIsRegisted =
true;
207 G4cout <<
"THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4RadioactiveDecayPhysics()" <<
G4endl;
210 G4cout <<
"PhysicsList::AddPhysicsList: <" << name <<
">"
G4GLOB_DLL std::ostream G4cout
void GammaRayTelPhysicsList::ConstructParticle |
( |
void |
| ) |
|
|
virtual |
void GammaRayTelPhysicsList::ConstructProcess |
( |
void |
| ) |
|
|
virtual |
void GammaRayTelPhysicsList::SetCutForElectron |
( |
G4double |
cut | ) |
|
Definition at line 244 of file GammaRayTelPhysicsList.cc.
246 cutForElectron = cut;
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
static G4Electron * Electron()
Definition at line 238 of file GammaRayTelPhysicsList.cc.
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
void GammaRayTelPhysicsList::SetCutForPositron |
( |
G4double |
cut | ) |
|
Definition at line 250 of file GammaRayTelPhysicsList.cc.
252 cutForPositron = cut;
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
static G4Positron * Positron()
void GammaRayTelPhysicsList::SetCuts |
( |
| ) |
|
|
virtual |
Reimplemented from G4VUserPhysicsList.
Definition at line 217 of file GammaRayTelPhysicsList.cc.
221 G4cout <<
"PhysicsList::SetCuts:";
void SetCutValue(G4double aCut, const G4String &pname)
void SetEnergyRange(G4double lowedge, G4double highedge)
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
void DumpCutValuesTable(G4int flag=1)
G4GLOB_DLL std::ostream G4cout
static constexpr double eV
static G4ProductionCutsTable * GetProductionCutsTable()
static constexpr double GeV
The documentation for this class was generated from the following files: