44 energyConstant.push_back(10.79*eV);
45 energyConstant.push_back(13.39*eV);
46 energyConstant.push_back(16.05*eV);
47 energyConstant.push_back(32.30*eV);
48 energyConstant.push_back(539.0*eV);
50 UConstant.push_back(61.91*eV);
51 UConstant.push_back(59.52*eV);
52 UConstant.push_back(48.36*eV);
53 UConstant.push_back(70.71*eV);
54 UConstant.push_back(796.2*eV);
56 nLevels = energyConstant.size();
70 if (level >=0 && level < nLevels) ionisation = energyConstant[level];
81 if (level >=0 && level < nLevels) ionisation = UConstant[level];
G4double IonisationEnergy(G4int level)
virtual ~G4DNACPA100WaterIonisationStructure()
G4double UEnergy(G4int level)
G4DNACPA100WaterIonisationStructure()