Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RootFileManager.hh>
Public Member Functions | |
G4RootFileManager (const G4AnalysisManagerState &state) | |
virtual | ~G4RootFileManager () |
virtual G4bool | OpenFile (const G4String &fileName) final |
virtual G4String | GetFileType () const final |
std::shared_ptr< G4RootFile > | CreateNtupleFile (RootNtupleDescription *ntupleDescription, G4int mainNumber=-1) |
std::shared_ptr< G4RootFile > | GetNtupleFile (RootNtupleDescription *ntupleDescription, G4bool perThread=true, G4int mainNumber=-1) const |
G4bool | WriteNtupleFile (RootNtupleDescription *ntupleDescription) |
G4bool | CloseNtupleFile (RootNtupleDescription *ntupleDescription) |
void | SetBasketSize (unsigned int basketSize) |
void | SetBasketEntries (unsigned int basketEntries) |
unsigned int | GetBasketSize () const |
unsigned int | GetBasketEntries () const |
G4String | GetNtupleFileName (const G4String &ntupleName) const |
G4String | GetNtupleFileName (G4int ntupleFileNumber) const |
Public Member Functions inherited from G4VTFileManager< G4RootFile > | |
G4VTFileManager (const G4AnalysisManagerState &state) | |
~G4VTFileManager () | |
virtual G4bool | CreateFile (const G4String &fileName) final |
virtual G4bool | WriteFile (const G4String &fileName) final |
virtual G4bool | WriteFile (const G4String &fileName)=0 |
virtual G4bool | CloseFile (const G4String &fileName) final |
virtual G4bool | CloseFile (const G4String &fileName)=0 |
virtual G4bool | SetIsEmpty (const G4String &fileName, G4bool isEmpty) final |
virtual G4bool | WriteFiles () final |
virtual G4bool | CloseFiles () final |
virtual G4bool | DeleteEmptyFiles () final |
std::shared_ptr< G4RootFile > | GetFile () const |
Public Member Functions inherited from G4VFileManager | |
G4VFileManager (const G4AnalysisManagerState &state) | |
virtual | ~G4VFileManager () |
virtual G4bool | OpenFile (const G4String &fileName)=0 |
virtual G4bool | CreateFile (const G4String &fileName)=0 |
virtual G4bool | WriteFile (const G4String &fileName)=0 |
virtual G4bool | CloseFile (const G4String &fileName)=0 |
virtual G4bool | SetIsEmpty (const G4String &fileName, G4bool isEmpty)=0 |
virtual G4bool | WriteFiles ()=0 |
virtual G4bool | CloseFiles ()=0 |
virtual G4bool | DeleteEmptyFiles ()=0 |
virtual G4bool | SetFileName (const G4String &fileName) final |
G4bool | SetHistoDirectoryName (const G4String &dirName) |
G4bool | SetNtupleDirectoryName (const G4String &dirName) |
void | LockDirectoryNames () |
G4bool | IsOpenFile () const |
G4String | GetHistoDirectoryName () const |
G4String | GetNtupleDirectoryName () const |
template<typename HT > | |
std::shared_ptr< G4VTHnFileManager< HT > > | GetHnFileManager () const |
Public Member Functions inherited from G4BaseFileManager | |
G4BaseFileManager (const G4AnalysisManagerState &state) | |
virtual | ~G4BaseFileManager () |
virtual G4bool | SetFileName (const G4String &fileName) |
virtual G4String | GetFileType () const |
void | AddFileName (const G4String &fileName) |
G4String | GetFileName () const |
G4String | GetFullFileName (const G4String &baseFileName="", G4bool isPerThread=true) const |
const std::vector< G4String > & | GetFileNames () const |
G4String | GetHnFileName (const G4String &hnType, const G4String &hnName) const |
G4String | GetNtupleFileName (const G4String &ntupleName) const |
G4String | GetNtupleFileName (G4int ntupleFileNumber) const |
G4String | GetPlotFileName () const |
Public Member Functions inherited from G4TFileManager< FT > | |
G4TFileManager (const G4AnalysisManagerState &state) | |
virtual | ~G4TFileManager () |
std::shared_ptr< FT > | CreateTFile (const G4String &fileName) |
G4bool | WriteTFile (const G4String &fileName) |
G4bool | CloseTFile (const G4String &fileName) |
G4bool | SetIsEmpty (const G4String &fileName, G4bool isEmpty) |
std::shared_ptr< FT > | GetTFile (const G4String &fileName, G4bool warn=true) const |
G4bool | OpenFiles () |
G4bool | WriteFiles () |
G4bool | CloseFiles () |
G4bool | DeleteEmptyFiles () |
Protected Member Functions | |
virtual std::shared_ptr< G4RootFile > | CreateFileImpl (const G4String &fileName) final |
virtual G4bool | WriteFileImpl (std::shared_ptr< G4RootFile > file) final |
virtual G4bool | CloseFileImpl (std::shared_ptr< G4RootFile > file) final |
Protected Member Functions inherited from G4TFileManager< FT > | |
virtual std::shared_ptr< FT > | CreateFileImpl (const G4String &fileName)=0 |
virtual G4bool | WriteFileImpl (std::shared_ptr< FT > file)=0 |
virtual G4bool | CloseFileImpl (std::shared_ptr< FT > file)=0 |
Additional Inherited Members | |
Protected Attributes inherited from G4VTFileManager< G4RootFile > | |
std::shared_ptr< G4RootFile > | fFile |
Protected Attributes inherited from G4VFileManager | |
G4String | fHistoDirectoryName |
G4String | fNtupleDirectoryName |
G4bool | fIsOpenFile |
G4bool | fLockDirectoryNames |
std::shared_ptr< G4VTHnFileManager< tools::histo::h1d > > | fH1FileManager |
std::shared_ptr< G4VTHnFileManager< tools::histo::h2d > > | fH2FileManager |
std::shared_ptr< G4VTHnFileManager< tools::histo::h3d > > | fH3FileManager |
std::shared_ptr< G4VTHnFileManager< tools::histo::p1d > > | fP1FileManager |
std::shared_ptr< G4VTHnFileManager< tools::histo::p2d > > | fP2FileManager |
Protected Attributes inherited from G4BaseFileManager | |
const G4AnalysisManagerState & | fState |
G4String | fFileName |
std::vector< G4String > | fFileNames |
Definition at line 51 of file G4RootFileManager.hh.
|
explicit |
Definition at line 45 of file G4RootFileManager.cc.
|
virtual |
Definition at line 59 of file G4RootFileManager.cc.
|
finalprotectedvirtual |
Definition at line 187 of file G4RootFileManager.cc.
G4bool G4RootFileManager::CloseNtupleFile | ( | RootNtupleDescription * | ntupleDescription | ) |
Definition at line 268 of file G4RootFileManager.cc.
|
finalprotectedvirtual |
Implements G4TFileManager< FT >.
Definition at line 141 of file G4RootFileManager.cc.
std::shared_ptr< G4RootFile > G4RootFileManager::CreateNtupleFile | ( | RootNtupleDescription * | ntupleDescription, |
G4int | mainNumber = -1 |
||
) |
Definition at line 236 of file G4RootFileManager.cc.
|
inline |
Definition at line 120 of file G4RootFileManager.hh.
|
inline |
Definition at line 116 of file G4RootFileManager.hh.
|
inlinefinalvirtual |
Reimplemented from G4BaseFileManager.
Definition at line 64 of file G4RootFileManager.hh.
std::shared_ptr< G4RootFile > G4RootFileManager::GetNtupleFile | ( | RootNtupleDescription * | ntupleDescription, |
G4bool | perThread = true , |
||
G4int | mainNumber = -1 |
||
) | const |
Definition at line 258 of file G4RootFileManager.cc.
Definition at line 70 of file G4BaseFileManager.cc.
Definition at line 76 of file G4BaseFileManager.cc.
Implements G4VFileManager.
Definition at line 203 of file G4RootFileManager.cc.
|
inline |
Definition at line 112 of file G4RootFileManager.hh.
|
inline |
Definition at line 108 of file G4RootFileManager.hh.
|
finalprotectedvirtual |
Definition at line 176 of file G4RootFileManager.cc.
G4bool G4RootFileManager::WriteNtupleFile | ( | RootNtupleDescription * | ntupleDescription | ) |