MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetNtupleFileName

Method GetNtupleFileName

source/analysis/management/src/G4BaseFileManager.cc:108–115  ·  view source on GitHub ↗

_____________________________________________________________________________

Source from the content-addressed store, hash-verified

106
107//_____________________________________________________________________________
108G4String G4BaseFileManager::GetNtupleFileName(const G4String& ntupleName,
109 G4int cycle) const
110{
111 // Do not pass cycle if supported by the output type
112 auto cycleToPass = (HasCycles()) ? 0 : cycle;
113
114 return G4Analysis::GetNtupleFileName(fFileName, GetFileType(), ntupleName, cycleToPass);
115}
116
117//_____________________________________________________________________________
118G4String G4BaseFileManager::GetNtupleFileName(G4int ntupleFileNumber,

Callers

nothing calls this directly

Calls 1

GetNtupleFileNameFunction · 0.85

Tested by

no test coverage detected