93 helIsRegistered =
false;
94 bicIsRegistered =
false;
95 biciIsRegistered =
false;
96 locIonIonInelasticIsRegistered =
false;
97 radioactiveDecayIsRegistered =
false;
109 emName =
G4String(
"emstandard_opt3");
120 delete emPhysicsList;
121 delete decPhysicsList;
124 for(
size_t i=0; i<hadronPhys.size(); i++) {
delete hadronPhys[i];}
148 for(
size_t i=0; i<hadronPhys.size(); i++) {
168 G4cout <<
"PhysicsList::AddPhysicsList: <" << name <<
">" <<
G4endl;
170 if (name == emName)
return;
175 if (name ==
"standard_opt3") {
177 delete emPhysicsList;
180 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmStandardPhysics_option3" <<
G4endl;
182 }
else if (name ==
"LowE_Livermore") {
184 delete emPhysicsList;
187 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmLivermorePhysics" <<
G4endl;
189 }
else if (name ==
"LowE_Penelope") {
191 delete emPhysicsList;
194 G4cout <<
"THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmPenelopePhysics" <<
G4endl;
196 }
else if (name ==
"local_ion_ion_inelastic") {
198 locIonIonInelasticIsRegistered =
true;
200 }
else if (name ==
"QGSP_BIC_EMY") {
210 G4cout <<
"PhysicsList::AddPhysicsList: <" << name <<
">"
227 if (stepMaxProcess->
IsApplicable(*particle) && pmanager)
239 G4cout <<
"PhysicsList::SetCuts:";
264 cutForElectron = cut;
271 cutForPositron = cut;
277 G4String regionName =
"DetectorLog";
284 region -> SetProductionCuts(cuts);
G4Region * GetRegion(const G4String &name, G4bool verbose=true) const
static G4LossTableManager * Instance()
static G4int GetIndex(const G4String &name)
void SetCutForElectron(G4double)
void SetCutValue(G4double aCut, const G4String &pname)
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
void SetCutForPositron(G4double)
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4bool IsApplicable(const G4ParticleDefinition &)
G4ProcessManager * GetProcessManager() const
void SetCutForGamma(G4double)
static G4RegionStore * GetInstance()
virtual void ConstructParticle()=0
void SetParticleCuts(G4double cut, G4ParticleDefinition *particle, G4Region *region=0)
void DumpCutValuesTable(G4int flag=1)
G4GLOB_DLL std::ostream G4cout
void AddPhysicsList(const G4String &name)
void SetVerboseLevel(G4int value)
static G4RunManager * GetRunManager()
static G4Positron * Positron()
void SetDetectorCut(G4double cut)
virtual void ConstructProcess()=0
static G4Electron * Electron()
#define theParticleIterator
virtual ~HadrontherapyPhysicsList()
virtual void ConstructProcess()
HadrontherapyPhysicsList()