140 genericIonsManager->
GetIon(
"alpha++");
141 genericIonsManager->
GetIon(
"alpha+");
142 genericIonsManager->
GetIon(
"helium");
143 genericIonsManager->
GetIon(
"hydrogen");
157 myParticleIterator->reset();
158 while( (*myParticleIterator)() )
163 if (particleName ==
"e-") {
180 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
190 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
200 (theDNAVibExcitationProcess->
EmModel()))->SelectStationary(
true);
210 (theDNAAttachmentProcess->
EmModel()))->SelectStationary(
true);
213 }
else if ( particleName ==
"proton" ) {
222 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
236 (theDNAExcitationProcess->
EmModel()))->SetLowEnergyLimit(10*
eV);
238 (theDNAExcitationProcess->
EmModel()))->SetHighEnergyLimit(500*
keV);
240 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
243 (theDNAExcitationProcess->
EmModel(1)))->SetLowEnergyLimit(500*
keV);
245 (theDNAExcitationProcess->
EmModel(1)))->SetHighEnergyLimit(100*
MeV);
247 (theDNAExcitationProcess->
EmModel(1)))->SelectStationary(
true);
262 (theDNAIonisationProcess->
EmModel()))->SetLowEnergyLimit(0*
eV);
264 (theDNAIonisationProcess->
EmModel()))->SetHighEnergyLimit(500*
keV);
266 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
269 (theDNAIonisationProcess->
EmModel(1)))->SetLowEnergyLimit(500*
keV);
271 (theDNAIonisationProcess->
EmModel(1)))->SetHighEnergyLimit(100*
MeV);
273 (theDNAIonisationProcess->
EmModel(1)))->SelectStationary(
true);
276 (theDNAIonisationProcess->
EmModel(1)))->SelectFasterComputation(
true);
288 (theDNAChargeDecreaseProcess->
EmModel()))->SelectStationary(
true);
291 }
else if ( particleName ==
"hydrogen" ) {
300 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
310 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
320 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
330 (theDNAChargeIncreaseProcess->
EmModel()))->SelectStationary(
true);
333 }
else if ( particleName ==
"alpha" ) {
342 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
352 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
362 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
372 (theDNAChargeDecreaseProcess->
EmModel()))->SelectStationary(
true);
375 }
else if ( particleName ==
"alpha+" ) {
384 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
394 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
404 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
414 (theDNAChargeDecreaseProcess->
EmModel()))->SelectStationary(
true);
424 (theDNAChargeIncreaseProcess->
EmModel()))->SelectStationary(
true);
427 }
else if ( particleName ==
"helium" ) {
436 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
446 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
456 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
466 (theDNAChargeIncreaseProcess->
EmModel()))->SelectStationary(
true);
469 }
else if ( particleName ==
"GenericIon" ) {
478 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
490 else if (particleName ==
"e+") {
504 }
else if (particleName ==
"gamma") {
#define G4_DECLARE_PHYSCONSTR_FACTORY(physics_constructor)
void SetDeexcitationIgnoreCut(G4bool val)
void SetStepFunction(G4double v1, G4double v2, G4bool lock=true)
static constexpr double MeV
virtual void ConstructParticle()
static constexpr double keV
virtual void ConstructProcess()
const G4String & GetParticleName() const
G4VEmModel * EmModel(size_t index=0) const
G4DNABornExcitationModel1 G4DNABornExcitationModel
static G4Proton * Proton()
static constexpr double um
G4EmDNAPhysics_stationary_option4(G4int ver=1)
void SetEmModel(G4VEmModel *, G4int index=0)
const G4String & GetPhysicsName() const
static G4Positron * Positron()
static constexpr double eV
void SetAuger(G4bool val)
static G4Electron * Electron()
void SetPhysicsType(G4int)
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
void SetAugerCascade(G4bool val)
static G4GenericIon * GenericIonDefinition()
static G4PhysicsListHelper * GetPhysicsListHelper()
G4ParticleDefinition * GetIon(const G4String &name)
void SetStepLimitType(G4MscStepLimitType val)
#define G4DNABornIonisationModel
static G4DNAGenericIonsManager * Instance(void)
G4GLOB_DLL std::ostream G4cout
static G4LossTableManager * Instance()
void SetAtomDeexcitation(G4VAtomDeexcitation *)
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
static G4EmParameters * Instance()
virtual ~G4EmDNAPhysics_stationary_option4()