141 genericIonsManager->
GetIon(
"alpha++");
142 genericIonsManager->
GetIon(
"alpha+");
143 genericIonsManager->
GetIon(
"helium");
144 genericIonsManager->
GetIon(
"hydrogen");
158 myParticleIterator->reset();
159 while( (*myParticleIterator)() )
164 if (particleName ==
"e-") {
172 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
181 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
190 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
199 (theDNAVibExcitationProcess->
EmModel()))->SelectStationary(
true);
208 (theDNAAttachmentProcess->
EmModel()))->SelectStationary(
true);
211 }
else if ( particleName ==
"proton" ) {
219 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
233 (theDNAExcitationProcess->
EmModel()))->SetLowEnergyLimit(10*
eV);
235 (theDNAExcitationProcess->
EmModel()))->SetHighEnergyLimit(500*
keV);
237 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
240 (theDNAExcitationProcess->
EmModel(1)))->SetLowEnergyLimit(500*
keV);
242 (theDNAExcitationProcess->
EmModel(1)))->SetHighEnergyLimit(100*
MeV);
244 (theDNAExcitationProcess->
EmModel(1)))->SelectStationary(
true);
259 (theDNAIonisationProcess->
EmModel()))->SetLowEnergyLimit(0*
eV);
261 (theDNAIonisationProcess->
EmModel()))->SetHighEnergyLimit(500*
keV);
263 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
266 (theDNAIonisationProcess->
EmModel(1)))->SetLowEnergyLimit(500*
keV);
268 (theDNAIonisationProcess->
EmModel(1)))->SetHighEnergyLimit(100*
MeV);
270 (theDNAIonisationProcess->
EmModel(1)))->SelectStationary(
true);
273 (theDNAIonisationProcess->
EmModel(1)))->SelectFasterComputation(
true);
285 (theDNAChargeDecreaseProcess->
EmModel()))->SelectStationary(
true);
288 }
else if ( particleName ==
"hydrogen" ) {
297 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
307 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
317 theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
327 theDNAChargeIncreaseProcess->
EmModel()))->SelectStationary(
true);
330 }
else if ( particleName ==
"alpha" ) {
338 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
348 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
358 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
368 (theDNAChargeDecreaseProcess->
EmModel()))->SelectStationary(
true);
371 }
else if ( particleName ==
"alpha+" ) {
380 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
390 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
400 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
410 (theDNAChargeDecreaseProcess->
EmModel()))->SelectStationary(
true);
420 (theDNAChargeIncreaseProcess->
EmModel()))->SelectStationary(
true);
423 }
else if ( particleName ==
"helium" ) {
431 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
441 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
451 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
461 (theDNAChargeIncreaseProcess->
EmModel()))->SelectStationary(
true);
464 }
else if ( particleName ==
"GenericIon" ) {
473 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
485 else if (particleName ==
"e+") {
499 }
else if (particleName ==
"gamma") {
#define G4_DECLARE_PHYSCONSTR_FACTORY(physics_constructor)
void SetDeexcitationIgnoreCut(G4bool val)
virtual void ConstructParticle()
void SetStepFunction(G4double v1, G4double v2, G4bool lock=true)
static constexpr double MeV
static constexpr double keV
const G4String & GetParticleName() const
G4VEmModel * EmModel(size_t index=0) const
G4DNABornExcitationModel1 G4DNABornExcitationModel
static G4Proton * Proton()
static constexpr double um
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)
virtual ~G4EmDNAPhysics_stationary_option6()
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
G4EmDNAPhysics_stationary_option6(G4int ver=1)
virtual void ConstructProcess()
static G4EmParameters * Instance()