Geant4-11
Functions | Variables
anonymous_namespace{G4RootPNtupleManager.cc} Namespace Reference

Functions

void NotExistWarning (const G4String &what, G4int id, std::string_view className, std::string_view functionName)
 

Variables

G4Mutex pntupleMutex = G4MUTEX_INITIALIZER
 

Function Documentation

◆ NotExistWarning()

void anonymous_namespace{G4RootPNtupleManager.cc}::NotExistWarning ( const G4String what,
G4int  id,
std::string_view  className,
std::string_view  functionName 
)

Definition at line 47 of file G4RootPNtupleManager.cc.

50{
51 Warn(what + " id= " + to_string(id) + " does not exist.",
52 className, functionName);
53
54}
static char className[]
Definition: G4Win32.cc:36
void Warn(const G4String &message, const std::string_view inClass, const std::string_view inFunction)

References className, and G4Analysis::Warn().

Referenced by G4RootPNtupleManager::GetMainNtupleInFunction(), G4RootPNtupleManager::GetNtupleDescriptionInFunction(), and G4RootPNtupleManager::GetNtupleInFunction().

Variable Documentation

◆ pntupleMutex

G4Mutex anonymous_namespace{G4RootPNtupleManager.cc}::pntupleMutex = G4MUTEX_INITIALIZER