83 G4bool ReadDataItem(std::istream& dataFile,
G4int& x);
85 const std::vector<G4float>* NormalizedICCProbability(
G4int Z);
88 std::ifstream& infile);
110 G4int fLevelMax = 632;
111 G4int fTransMax = 145;
119 char buffer[20] = {
' '};
120 char buff1[14] = {
' '};
121 char buff2[8] = {
' '};
123 std::vector<G4double> vEnergy;
124 std::vector<G4int> vSpin;
125 std::vector<const G4NucLevel*> vLevel;
127 std::vector<G4int> vTrans;
128 std::vector<G4float> vRatio;
129 std::vector<G4float> vGammaCumProbability;
130 std::vector<G4float> vGammaProbability;
131 std::vector<const std::vector<G4float>*> vShellProbability;