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

Functions

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

Function Documentation

◆ NtupleMergingWarning()

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

Definition at line 48 of file G4VAnalysisManager.cc.

51{
53 "Ntuple merging is not available with " + outputType + " output.\n" +
54 "Setting is ignored.", className, functionName);
55}
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 G4VAnalysisManager::SetBasketEntries(), G4VAnalysisManager::SetBasketSize(), G4VAnalysisManager::SetNtupleMerging(), and G4VAnalysisManager::SetNtupleRowWise().