80 static G4int delayoption;
81 static G4int correlationoption;
82 static G4int nudistoption;
83 static G4int Cf252ndistoption;
84 static G4int Cf252nengoption;
86 static float (*rngfptr)(
void);
99 if (index >= 0 && index < neutronNu)
return neutronEnergies[
index];
103 if (index >= 0 && index < neutronNu)
return neutronVelocities[
index];
107 if (index >= 0 && index < neutronNu)
return neutronDircosu[
index];
111 if (index >= 0 && index < neutronNu)
return neutronDircosv[
index];
115 if (index >= 0 && index < neutronNu)
return neutronDircosw[
index];
119 if (index >= 0 && index < photonNu)
return photonEnergies[
index];
123 if (index >= 0 && index < photonNu)
return photonVelocities[
index];
127 if (index >= 0 && index < photonNu)
return photonDircosu[
index];
131 if (index >= 0 && index < photonNu)
return photonDircosv[
index];
135 if (index >= 0 && index < photonNu)
return photonDircosw[
index];
139 if (index >= 0 && index < neutronNu)
return neutronAges[
index];
143 if (index >= 0 && index < photonNu)
return photonAges[
index];
150 correlationoption = correlation;
153 nudistoption = nudist;
156 Cf252ndistoption = ndist;
157 Cf252nengoption = neng;
159 static void setRNGf(
float (*funcptr) (
void)) {
189 void G4fissionerr(
G4int iSever, std::string chSubNam, std::string chMsg);