45 const std::vector<G4double>& eGamma,
46 const std::vector<G4double>& wGamma)
47 :fEnergy(energy),fHalfLifeTime(halfLife)
49 fTransitionEnergy = eGamma;
50 fCumProbability = wGamma;
51 nTransitions = wGamma.size();
G4NucLevel(G4double energy, G4double halfLife, const std::vector< G4double > &eGamma, const std::vector< G4double > &wGamma)