94    ExitMsg = 
"Error in Function "+chSubNam+
", Severity=" + 
itoa(iSever) + 
" : "+chMsg;
    96    std::cerr << 
"Fission " << ExitMsg << std::endl;
    97    if (doExit == 1) 
G4Exception(
"G4fissionEvent::G4fissionerr()", 
"601",
   106   std::ostringstream o;
   107   if (!(o << x)) 
return "ERROR";
 
void G4fissionerr(G4int iSever, std::string chSubNam, std::string chMsg)
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
std::string itoa(const G4int &x)