26 #include "G4DNAWaterIonisationStructure.hh" 29 G4DNAWaterIonisationStructure::G4DNAWaterIonisationStructure(): nLevels(5)
31 energyConstant.push_back(10.79*
eV);
32 energyConstant.push_back(13.39*
eV);
33 energyConstant.push_back(16.05*
eV);
34 energyConstant.push_back(32.30*
eV);
35 energyConstant.push_back(539.0*
eV);
37 nLevels = energyConstant.size();
41 G4DNAWaterIonisationStructure::~G4DNAWaterIonisationStructure()
45 G4double G4DNAWaterIonisationStructure::IonisationEnergy(
G4int level)
49 if (level >=0 && level < nLevels) ionisation = energyConstant[level];