Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TRNtupleManager.hh>
Protected Member Functions | |
G4TRNtupleManager (const G4AnalysisManagerState &state) | |
~G4TRNtupleManager () override | |
G4bool | IsEmpty () const |
G4bool | Reset () |
NT * | GetNtuple () const |
NT * | GetNtuple (G4int ntupleId) const |
G4int | SetNtuple (G4TRNtupleDescription< NT > *rntupleDescription) |
G4bool | SetNtupleIColumn (G4int ntupleId, const G4String &columnName, G4int &value) final |
G4bool | SetNtupleFColumn (G4int ntupleId, const G4String &columnName, G4float &value) final |
G4bool | SetNtupleDColumn (G4int ntupleId, const G4String &columnName, G4double &value) final |
G4bool | SetNtupleSColumn (G4int ntupleId, const G4String &columnName, G4String &value) final |
G4bool | SetNtupleIColumn (G4int ntupleId, const G4String &columnName, std::vector< G4int > &vector) override |
G4bool | SetNtupleFColumn (G4int ntupleId, const G4String &columnName, std::vector< G4float > &vector) override |
G4bool | SetNtupleDColumn (G4int ntupleId, const G4String &columnName, std::vector< G4double > &vector) override |
G4bool | SetNtupleSColumn (G4int ntupleId, const G4String &columnName, std::vector< std::string > &vector) override |
G4bool | GetNtupleRow (G4int ntupleId) final |
G4int | GetNofNtuples () const final |
G4TRNtupleDescription< NT > * | GetNtupleDescriptionInFunction (G4int id, std::string_view function, G4bool warn=true) const |
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 |
Protected Member Functions inherited from G4BaseRNtupleManager | |
Protected Member Functions inherited from G4VRNtupleManager | |
virtual G4int | ReadNtupleImpl (const G4String &ntupleName, const G4String &fileName, const G4String &dirName, G4bool isUserFileName)=0 |
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 |
Additional Inherited Members | |
Protected Attributes inherited from G4BaseAnalysisManager | |
const G4AnalysisManagerState & | fState |
G4int | fFirstId { 0 } |
G4bool | fLockFirstId { false } |
Definition at line 42 of file G4TRNtupleManager.hh.
|
delete |
|
explicitprotected |
|
overrideprotected |
|
finalprotectedvirtual |
Implements G4BaseRNtupleManager.
|
protected |
|
protected |
|
protected |
|
finalprotectedvirtual |
Reimplemented from G4BaseRNtupleManager.
Definition at line 85 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Implements G4BaseRNtupleManager.
|
protected |
|
protected |
|
protected |
|
finalprotectedvirtual |
Reimplemented from G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
Definition at line 60 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
Definition at line 74 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Implements G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
|
overrideprotectedvirtual |
Implements G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
|
finalprotectedvirtual |
Reimplemented from G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
Definition at line 59 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
Definition at line 73 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Implements G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
|
overrideprotectedvirtual |
Implements G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
|
finalprotectedvirtual |
Reimplemented from G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
Definition at line 58 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
Definition at line 72 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Implements G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
|
overrideprotectedvirtual |
Implements G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.
|
finalprotectedvirtual |
Reimplemented from G4BaseRNtupleManager.
Definition at line 61 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Reimplemented from G4BaseRNtupleManager.
Definition at line 75 of file G4BaseRNtupleManager.cc.
|
finalprotectedvirtual |
Implements G4BaseRNtupleManager.
|
overrideprotectedvirtual |
Implements G4BaseRNtupleManager.
Reimplemented in G4XmlRNtupleManager.