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

Method ActionAtCloseFile

source/analysis/xml/src/G4XmlNtupleFileManager.cc:83–94  ·  view source on GitHub ↗

_____________________________________________________________________________

Source from the content-addressed store, hash-verified

81
82//_____________________________________________________________________________
83G4bool G4XmlNtupleFileManager::ActionAtCloseFile()
84{
85 auto result = true;
86
87 // Close ntuple files
88 auto ntupleVector = fNtupleManager->GetNtupleDescriptionVector();
89 for ( auto ntupleDescription : ntupleVector) {
90 result &= fFileManager->CloseNtupleFile(ntupleDescription);
91 }
92
93 return result;
94}
95
96//_____________________________________________________________________________
97G4bool G4XmlNtupleFileManager::Reset()

Callers

nothing calls this directly

Calls 1

CloseNtupleFileMethod · 0.45

Tested by

no test coverage detected