|
| G4bool | SetNtupleIColumn (const G4String &columnName, G4int &value) final |
| |
| G4bool | SetNtupleIColumn (const G4String &columnName, std::vector< G4int > &vector) final |
| |
| G4bool | SetNtupleFColumn (const G4String &columnName, G4float &value) final |
| |
| G4bool | SetNtupleFColumn (const G4String &columnName, std::vector< G4float > &vector) final |
| |
| G4bool | SetNtupleDColumn (const G4String &columnName, G4double &value) final |
| |
| G4bool | SetNtupleDColumn (const G4String &columnName, std::vector< G4double > &vector) final |
| |
| G4bool | SetNtupleSColumn (const G4String &columnName, G4String &value) final |
| |
| G4bool | SetNtupleSColumn (const G4String &columnName, std::vector< std::string > &vector) final |
| |
| G4bool | GetNtupleRow () final |
| |
| | G4TRNtupleManager (const G4AnalysisManagerState &state) |
| |
| | ~G4TRNtupleManager () override |
| |
| G4bool | IsEmpty () const |
| |
| G4bool | Reset () |
| |
| tools::rroot::ntuple * | GetNtuple () const |
| |
| tools::rroot::ntuple * | GetNtuple (G4int ntupleId) const |
| |
| G4int | SetNtuple (G4TRNtupleDescription< tools::rroot::ntuple > *rntupleDescription) |
| |
| G4bool | SetNtupleIColumn (G4int ntupleId, const G4String &columnName, G4int &value) final |
| |
| G4bool | SetNtupleIColumn (G4int ntupleId, const G4String &columnName, std::vector< G4int > &vector) override |
| |
| G4bool | SetNtupleIColumn (const G4String &columnName, G4int &value) final |
| |
| G4bool | SetNtupleIColumn (const G4String &columnName, std::vector< G4int > &vector) final |
| |
| G4bool | SetNtupleFColumn (G4int ntupleId, const G4String &columnName, G4float &value) final |
| |
| G4bool | SetNtupleFColumn (G4int ntupleId, const G4String &columnName, std::vector< G4float > &vector) override |
| |
| G4bool | SetNtupleFColumn (const G4String &columnName, G4float &value) final |
| |
| G4bool | SetNtupleFColumn (const G4String &columnName, std::vector< G4float > &vector) final |
| |
| G4bool | SetNtupleDColumn (G4int ntupleId, const G4String &columnName, G4double &value) final |
| |
| G4bool | SetNtupleDColumn (G4int ntupleId, const G4String &columnName, std::vector< G4double > &vector) override |
| |
| G4bool | SetNtupleDColumn (const G4String &columnName, G4double &value) final |
| |
| G4bool | SetNtupleDColumn (const G4String &columnName, std::vector< G4double > &vector) final |
| |
| G4bool | SetNtupleSColumn (G4int ntupleId, const G4String &columnName, G4String &value) final |
| |
| G4bool | SetNtupleSColumn (G4int ntupleId, const G4String &columnName, std::vector< std::string > &vector) override |
| |
| 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::rroot::ntuple > * | GetNtupleDescriptionInFunction (G4int id, std::string_view function, G4bool warn=true) const |
| |
| G4bool | IsVerbose (G4int verboseLevel) const |
| |
| void | Message (G4int level, const G4String &action, const G4String &objectType, const G4String &objectName="", G4bool success=true) const |
| |
| const G4AnalysisManagerState & | fState |
| |
| G4int | fFirstId { 0 } |
| |
| G4bool | fLockFirstId { false } |
| |
Definition at line 46 of file G4RootRNtupleManager.hh.