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);
static void setDelayOption(G4int delay)
G4double getNeutronVelocity(G4int index)
static void setNudistOption(G4int nudist)
G4double getPhotonEnergy(G4int index)
static void setCf252Option(G4int ndist, G4int neng)
G4fissionEvent(G4int isotope, G4double time, G4double nubar, G4double eng)
G4double getNeutronEnergy(G4int index)
G4double getPhotonVelocity(G4int index)
G4double getNeutronDircosu(G4int index)
G4double getNeutronAge(G4int index)
static void setCorrelationOption(G4int correlation)
static void setRNGd(G4double(*funcptr)(void))
G4double getNeutronDircosv(G4int index)
G4double getPhotonDircosv(G4int index)
static void setRNGf(float(*funcptr)(void))
G4double getPhotonAge(G4int index)
G4double getPhotonDircosu(G4int index)
typedef void(XMLCALL *XML_ElementDeclHandler)(void *userData
G4double getNeutronDircosw(G4int index)
G4double getPhotonDircosw(G4int index)