142 genericIonsManager->
GetIon(
"alpha++");
143 genericIonsManager->
GetIon(
"alpha+");
144 genericIonsManager->
GetIon(
"helium");
145 genericIonsManager->
GetIon(
"hydrogen");
159 myParticleIterator->reset();
160 while( (*myParticleIterator)() )
165 if (particleName ==
"e-") {
173 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
182 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
191 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
200 (theDNAVibExcitationProcess->
EmModel()))->SelectStationary(
true);
209 (theDNAAttachmentProcess->
EmModel()))->SelectStationary(
true);
212 }
else if ( particleName ==
"proton" ) {
220 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
234 (theDNAExcitationProcess->
EmModel()))->SetLowEnergyLimit(10*eV);
236 (theDNAExcitationProcess->
EmModel()))->SetHighEnergyLimit(500*keV);
238 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
241 (theDNAExcitationProcess->
EmModel(1)))->SetLowEnergyLimit(500*keV);
243 (theDNAExcitationProcess->
EmModel(1)))->SetHighEnergyLimit(100*MeV);
245 (theDNAExcitationProcess->
EmModel(1)))->SelectStationary(
true);
260 (theDNAIonisationProcess->
EmModel()))->SetLowEnergyLimit(0*eV);
262 (theDNAIonisationProcess->
EmModel()))->SetHighEnergyLimit(500*keV);
264 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
267 (theDNAIonisationProcess->
EmModel(1)))->SetLowEnergyLimit(500*keV);
269 (theDNAIonisationProcess->
EmModel(1)))->SetHighEnergyLimit(100*MeV);
271 (theDNAIonisationProcess->
EmModel(1)))->SelectStationary(
true);
274 (theDNAIonisationProcess->
EmModel(1)))->SelectFasterComputation(
true);
286 (theDNAChargeDecreaseProcess->
EmModel()))->SelectStationary(
true);
289 }
else if ( particleName ==
"hydrogen" ) {
298 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
308 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
318 theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
328 theDNAChargeIncreaseProcess->
EmModel()))->SelectStationary(
true);
331 }
else if ( particleName ==
"alpha" ) {
339 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
349 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
359 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
369 (theDNAChargeDecreaseProcess->
EmModel()))->SelectStationary(
true);
372 }
else if ( particleName ==
"alpha+" ) {
381 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
391 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
401 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
411 (theDNAChargeDecreaseProcess->
EmModel()))->SelectStationary(
true);
421 (theDNAChargeIncreaseProcess->
EmModel()))->SelectStationary(
true);
424 }
else if ( particleName ==
"helium" ) {
432 (theDNAElasticProcess->
EmModel()))->SelectStationary(
true);
442 (theDNAExcitationProcess->
EmModel()))->SelectStationary(
true);
452 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
462 (theDNAChargeIncreaseProcess->
EmModel()))->SelectStationary(
true);
465 }
else if ( particleName ==
"GenericIon" ) {
474 (theDNAIonisationProcess->
EmModel()))->SelectStationary(
true);
486 else if (particleName ==
"e+") {
500 }
else if (particleName ==
"gamma") {
G4DNABornExcitationModel1 G4DNABornExcitationModel
#define G4DNABornIonisationModel
#define G4_DECLARE_PHYSCONSTR_FACTORY(physics_constructor)
G4GLOB_DLL std::ostream G4cout
static G4DNAGenericIonsManager * Instance(void)
G4ParticleDefinition * GetIon(const G4String &name)
static G4Electron * Electron()
virtual ~G4EmDNAPhysics_stationary_option6()
G4EmDNAPhysics_stationary_option6(G4int ver=1)
virtual void ConstructProcess()
virtual void ConstructParticle()
static G4EmParameters * Instance()
void SetDeexcitationIgnoreCut(G4bool val)
void SetAugerCascade(G4bool val)
void SetAuger(G4bool val)
static G4GenericIon * GenericIonDefinition()
void SetAtomDeexcitation(G4VAtomDeexcitation *)
static G4LossTableManager * Instance()
const G4String & GetParticleName() const
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4Positron * Positron()
static G4Proton * Proton()
G4VEmModel * EmModel(size_t index=0) const
void SetEmModel(G4VEmModel *, G4int index=0)
void SetStepFunction(G4double v1, G4double v2)
void SetStepLimitType(G4MscStepLimitType val)
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
const G4String & GetPhysicsName() const
void SetPhysicsType(G4int)