Geant4-11
Functions
anonymous_namespace{G4VNtupleFileManager.cc} Namespace Reference

Functions

void NtupleMergingWarning (std::string_view className, std::string_view functionName, const G4String &outputType)
 

Function Documentation

◆ NtupleMergingWarning()

void anonymous_namespace{G4VNtupleFileManager.cc}::NtupleMergingWarning ( std::string_view  className,
std::string_view  functionName,
const G4String outputType 
)

Definition at line 38 of file G4VNtupleFileManager.cc.

41{
42 Warn("Ntuple merging is not available with " + outputType + " output.\n" +
43 "Setting is ignored.", className, functionName);
44}
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 G4VNtupleFileManager::SetBasketEntries(), G4VNtupleFileManager::SetBasketSize(), G4VNtupleFileManager::SetNtupleMerging(), and G4VNtupleFileManager::SetNtupleRowWise().