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

Method NotifyNtupleFile

source/analysis/csv/src/G4CsvFileManager.cc:156–162  ·  view source on GitHub ↗

_____________________________________________________________________________

Source from the content-addressed store, hash-verified

154
155//_____________________________________________________________________________
156G4bool G4CsvFileManager::NotifyNtupleFile(CsvNtupleDescription* ntupleDescription)
157{
158 // Notify not empty file
159 auto ntupleFileName = GetNtupleFileName(ntupleDescription);
160
161 return SetIsEmpty(ntupleFileName, ! ntupleDescription->GetHasFill());
162}
163
164//_____________________________________________________________________________
165G4bool G4CsvFileManager::CreateNtupleFile(

Callers 1

ActionAtWriteMethod · 0.80

Calls 2

GetNtupleFileNameFunction · 0.85
GetHasFillMethod · 0.80

Tested by

no test coverage detected