40 if ( fcnName !=
"none" ) {
41 if ( fcnName ==
"log" ) fcn = std::log;
42 else if ( fcnName ==
"log10") fcn = std::log10;
43 else if ( fcnName ==
"exp" ) fcn = std::exp;
46 "\"" + fcnName +
"\" function is not supported.\n" +
47 "No function will be applied to histogram values.",
G4double G4FcnIdentity(G4double value)
G4double(*)(G4double) G4Fcn
constexpr std::string_view kNamespaceName
void Warn(const G4String &message, const std::string_view inClass, const std::string_view inFunction)
G4Fcn GetFunction(const G4String &fcnName)