38 if ( fcnName !=
"none" ) {
39 if ( fcnName ==
"log" ) fcn = std::log;
40 else if ( fcnName ==
"log10") fcn = std::log10;
41 else if ( fcnName ==
"exp" ) fcn = std::exp;
45 <<
" \"" << fcnName <<
"\" function is not supported." <<
G4endl
46 <<
" " <<
"No function will be applied to histogram values.";
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
G4double G4FcnIdentity(G4double value)
G4double(*)(G4double) G4Fcn
G4Fcn GetFunction(const G4String &fcnName)