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

Method SetNtupleManager

source/analysis/management/src/G4VAnalysisManager.cc:248–255  ·  view source on GitHub ↗

_____________________________________________________________________________

Source from the content-addressed store, hash-verified

246
247//_____________________________________________________________________________
248void G4VAnalysisManager::SetNtupleManager(std::shared_ptr<G4VNtupleManager> ntupleManager)
249{
250 fVNtupleManager = std::move(ntupleManager);
251 if (fVNtupleManager != nullptr) {
252 fVNtupleManager->SetFirstId(fNtupleBookingManager->GetFirstId());
253 fVNtupleManager->SetFirstNtupleColumnId(fNtupleBookingManager->GetFirstNtupleColumnId());
254 }
255}
256
257//_____________________________________________________________________________
258void G4VAnalysisManager::SetNtupleFileManager(

Callers

nothing calls this directly

Calls 4

SetFirstIdMethod · 0.80
GetFirstIdMethod · 0.80

Tested by

no test coverage detected