Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4XmlRNtupleManager.hh>
Protected Member Functions | |
void | SetFileManager (std::shared_ptr< G4XmlRFileManager > fileManager) |
G4bool | SetNtupleIColumn (G4int ntupleId, const G4String &columnName, std::vector< G4int > &vector) final |
G4bool | SetNtupleFColumn (G4int ntupleId, const G4String &columnName, std::vector< G4float > &vector) final |
G4bool | SetNtupleDColumn (G4int ntupleId, const G4String &columnName, std::vector< G4double > &vector) final |
G4bool | SetNtupleSColumn (G4int ntupleId, const G4String &columnName, std::vector< std::string > &vector) final |
G4bool | SetNtupleIColumn (const G4String &columnName, G4int &value) final |
G4bool | SetNtupleIColumn (G4int ntupleId, const G4String &columnName, G4int &value) override=0 |
G4bool | SetNtupleIColumn (const G4String &columnName, std::vector< G4int > &vector) final |
G4bool | SetNtupleFColumn (const G4String &columnName, G4float &value) final |
G4bool | SetNtupleFColumn (G4int ntupleId, const G4String &columnName, G4float &value) override=0 |
G4bool | SetNtupleFColumn (const G4String &columnName, std::vector< G4float > &vector) final |
G4bool | SetNtupleDColumn (const G4String &columnName, G4double &value) final |
G4bool | SetNtupleDColumn (G4int ntupleId, const G4String &columnName, G4double &value) override=0 |
G4bool | SetNtupleDColumn (const G4String &columnName, std::vector< G4double > &vector) final |
Protected Member Functions inherited from G4TRNtupleManager< tools::aida::ntuple > | |
G4TRNtupleManager (const G4AnalysisManagerState &state) | |
~G4TRNtupleManager () override | |
G4bool | IsEmpty () const |
G4bool | Reset () |
tools::aida::ntuple * | GetNtuple () const |
tools::aida::ntuple * | GetNtuple (G4int ntupleId) const |
G4int | SetNtuple (G4TRNtupleDescription< tools::aida::ntuple > *rntupleDescription) |
G4bool | SetNtupleSColumn (G4int ntupleId, const G4String &columnName, G4String &value) final |
G4bool | SetNtupleSColumn (const G4String &columnName, G4String &value) final |
G4bool | SetNtupleSColumn (const G4String &columnName, std::vector< std::string > &vector) final |
G4bool | GetNtupleRow (G4int ntupleId) final |
G4bool | GetNtupleRow () final |
G4int | GetNofNtuples () const final |
G4TRNtupleDescription< tools::aida::ntuple > * | GetNtupleDescriptionInFunction (G4int id, std::string_view function, G4bool warn=true) const |
Protected Member Functions inherited from G4BaseRNtupleManager | |
Protected Member Functions inherited from G4VRNtupleManager | |
Protected Member Functions inherited from G4BaseAnalysisManager | |
G4bool | IsVerbose (G4int verboseLevel) const |
void | Message (G4int level, const G4String &action, const G4String &objectType, const G4String &objectName="", G4bool success=true) const |
Friends | |
class | G4XmlAnalysisReader |
Additional Inherited Members | |
Protected Attributes inherited from G4BaseAnalysisManager | |
const G4AnalysisManagerState & | fState |
G4int | fFirstId { 0 } |
G4bool | fLockFirstId { false } |
Definition at line 47 of file G4XmlRNtupleManager.hh.
|
explicit |
Definition at line 65 of file G4XmlRNtupleManager.cc.
|
delete |
|
overridedefault |
|
inlineprotected |
Definition at line 95 of file G4XmlRNtupleManager.hh.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 60 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 74 of file G4BaseRNtupleManager.cc.
|
overrideprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 159 of file G4XmlRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 59 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 73 of file G4BaseRNtupleManager.cc.
|
overrideprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 130 of file G4XmlRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 58 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 72 of file G4BaseRNtupleManager.cc.
|
overrideprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 102 of file G4XmlRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4TRNtupleManager< tools::aida::ntuple >.
Definition at line 187 of file G4XmlRNtupleManager.cc.
|
friend |
Definition at line 49 of file G4XmlRNtupleManager.hh.