49 lowEnergyLimit = 4 *
eV;
50 lowEnergyLimitOfModel = 4 *
eV;
51 highEnergyLimit = 13 *
eV;
65 G4cout <<
"Melton Attachment model is constructed " <<
G4endl
67 << lowEnergyLimit /
eV <<
" eV - "
68 << highEnergyLimit /
eV <<
" eV"
72 fDissociationFlag =
true;
81 std::map< G4String,G4DNACrossSectionDataSet*,std::less<G4String> >::iterator pos;
83 for (pos = tableData.begin(); pos != tableData.end(); ++pos)
100 G4cout <<
"Calling G4DNAMeltonAttachmentModel::Initialise()" <<
G4endl;
106 G4cout <<
"G4DNAMeltonAttachmentModel: low energy limit increased from " <<
113 G4cout <<
"G4DNAMeltonAttachmentModel: high energy limit decreased from " <<
122 G4String fileElectron(
"dna/sigma_attachment_e_melton");
133 tableFile[electron] = fileElectron;
137 tableData[electron] = tableE;
141 if (verboseLevel > 2)
142 G4cout <<
"Loaded cross section data for Melton Attachment model" <<
G4endl;
146 G4cout <<
"Melton Attachment model is initialized " << G4endl
155 if (isInitialised) {
return; }
157 isInitialised =
true;
169 if (verboseLevel > 3)
170 G4cout <<
"Calling CrossSectionPerVolume() of G4DNAMeltonAttachmentModel" <<
G4endl;
178 if(waterDensity!= 0.0)
183 if (ekin >= lowEnergyLimit && ekin < highEnergyLimit)
186 std::map< G4String,G4DNACrossSectionDataSet*,std::less<G4String> >::iterator pos;
187 pos = tableData.find(particleName);
189 if (pos != tableData.end())
199 G4Exception(
"G4DNAMeltonAttachmentModel::ComputeCrossSectionPerVolume",
"em0002",
204 if (verboseLevel > 2)
206 G4cout <<
"__________________________________" <<
G4endl;
207 G4cout <<
"°°° G4DNAMeltonAttachmentModel - XS INFO START" <<
G4endl;
209 G4cout <<
"°°° Cross section per water molecule (cm^2)=" << sigma/
cm/
cm <<
G4endl;
210 G4cout <<
"°°° Cross section per water molecule (cm^-1)=" << sigma*waterDensity/(1./
cm) << G4endl;
212 G4cout <<
"°°° G4DNAMeltonAttachmentModel - XS INFO END" <<
G4endl;
217 return sigma*waterDensity;
230 if (verboseLevel > 3)
231 G4cout <<
"Calling SampleSecondaries() of G4DNAMeltonAttachmentModel" <<
G4endl;
240 if(fDissociationFlag)