47 const std::vector<G4int>& vTrans,
48 const std::vector<G4float>& wLevelGamma,
49 const std::vector<G4float>& wGamma,
50 const std::vector<G4float>& vRatio,
51 const std::vector<
const std::vector<G4float>*>& wShell)
52 :
length(ntrans), fTimeGamma(tgamma)
60 for(
size_t i=0; i<
length; ++i) {
61 fTrans.push_back(vTrans[i]);
72 for(
size_t i=0; i<
length; ++i) {
78 void G4NucLevel::PrintError(
size_t idx,
const G4String& ss)
const
81 for(
size_t i=0; i<
length; ++i) {
89 ed <<
"Index of a level " << idx <<
" >= "
90 << length <<
" (number of transitions)";
99 for(
size_t i=0; i<
length; ++i) {
108 size_t len = vec->size();
110 for(
size_t j=0; j<
len; ++j) { out << std::setw(7) << (*vec)[j]; }