56 G4cout <<
"PTB excitation model is constructed " <<
G4endl;
73 G4cout <<
"Calling G4DNAPTBExcitationModel::Initialise()" <<
G4endl;
76 G4double scaleFactorBorn = (1.e-22 / 3.343) *
m*
m;
84 if(particle == electronDef)
90 "dna/sigma_excitation_e-_PTB_THF",
97 "dna/sigma_excitation_e-_PTB_PY",
104 "dna/sigma_excitation_e-_PTB_PU",
111 "dna/sigma_excitation_e-_PTB_TMP",
118 "dna/sigma_excitation_e_born",
127 "dna/sigma_excitation_e-_PTB_THF",
134 "dna/sigma_excitation_e-_PTB_PY",
141 "dna/sigma_excitation_e-_PTB_PY",
148 "dna/sigma_excitation_e-_PTB_PU",
155 "dna/sigma_excitation_e-_PTB_PU",
162 "dna/sigma_excitation_e-_PTB_TMP",
180 G4cout <<
"PTB excitation model is initialized " <<
G4endl;
194 G4cout <<
"Calling CrossSectionPerVolume() of G4DNAPTBExcitationModel" <<
G4endl;
211 if (ekin >= lowLim && ekin < highLim)
217 sigma = (*tableData)[materialName][particleName]->FindValue(ekin);
221 G4cout <<
"__________________________________" <<
G4endl;
222 G4cout <<
"°°° G4DNAPTBExcitationModel - XS INFO START" <<
G4endl;
223 G4cout <<
"°°° Kinetic energy(eV)=" << ekin/
eV <<
" particle : " << particleName <<
G4endl;
224 G4cout <<
"°°° Cross section per "<< materialName <<
" molecule (cm^2)=" << sigma/
cm/
cm <<
G4endl;
225 G4cout <<
"°°° G4DNAPTBExcitationModel - XS INFO END" <<
G4endl;
245 G4cout <<
"Calling SampleSecondaries() of G4DNAPTBExcitationModel" <<
G4endl;
250 if(materialName!=
"G4_WATER")
256 G4double newEnergy = k - excitationEnergy;
273 G4double newEnergy = k - excitationEnergy;