|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TNtupleManager.hh>
Inheritance diagram for G4TNtupleManager< NT, FT >:Protected Member Functions | |
| G4int | CreateNtuple (G4NtupleBooking *ntupleBooking) override |
| virtual void | CreateNtuplesFromBooking (const std::vector< G4NtupleBooking * > &ntupleBookings) |
| virtual G4bool | Reset () |
| void | Clear () override |
| G4bool | Delete (G4int id) override |
| G4bool | FillNtupleIColumn (G4int ntupleId, G4int columnId, G4int value) final |
| G4bool | FillNtupleFColumn (G4int ntupleId, G4int columnId, G4float value) final |
| G4bool | FillNtupleDColumn (G4int ntupleId, G4int columnId, G4double value) final |
| G4bool | FillNtupleSColumn (G4int ntupleId, G4int columnId, const G4String &value) final |
| G4bool | AddNtupleRow (G4int ntupleId) override |
| void | SetActivation (G4bool activation) final |
| void | SetActivation (G4int ntupleId, G4bool activation) final |
| G4bool | GetActivation (G4int ntupleId) const final |
| void | SetNewCycle (G4bool value) override |
| G4bool | GetNewCycle () const override |
| NT * | GetNtuple () const |
| NT * | GetNtuple (G4int ntupleId) const |
| std::vector< NT * >::iterator | BeginNtuple () |
| std::vector< NT * >::iterator | EndNtuple () |
| std::vector< NT * >::const_iterator | BeginConstNtuple () const |
| std::vector< NT * >::const_iterator | EndConstNtuple () const |
| G4bool | FillNtupleIColumn (G4int id, G4int value) final |
| G4bool | FillNtupleFColumn (G4int id, G4float value) final |
| G4bool | FillNtupleDColumn (G4int id, G4double value) final |
| G4bool | FillNtupleSColumn (G4int id, const G4String &value) final |
| G4bool | AddNtupleRow () final |
Protected Member Functions inherited from G4BaseNtupleManager | |
| G4bool | SetFirstNtupleColumnId (G4int firstId) final |
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 |
Protected Attributes | |
| std::vector< G4TNtupleDescription< NT, FT > * > | fNtupleDescriptionVector |
| std::vector< NT * > | fNtupleVector |
| const std::vector< G4NtupleBooking * > * | fNtupleBookingVector { nullptr } |
| G4bool | fNewCycle { false } |
Protected Attributes inherited from G4BaseNtupleManager | |
| G4int | fFirstNtupleColumnId { 0 } |
Protected Attributes inherited from G4BaseAnalysisManager | |
| const G4AnalysisManagerState & | fState |
| G4int | fFirstId { 0 } |
| G4bool | fLockFirstId { false } |
Definition at line 43 of file G4TNtupleManager.hh.
|
explicit |
|
delete |
|
override |
|
finalprotectedvirtual |
Reimplemented from G4BaseNtupleManager.
Definition at line 59 of file G4BaseNtupleManager.cc.
|
overrideprotectedvirtual |
Implements G4BaseNtupleManager.
|
protected |
|
protected |
|
overrideprotectedvirtual |
Implements G4VNtupleManager.
|
overrideprotectedvirtual |
Implements G4BaseNtupleManager.
|
protectedvirtual |
|
overrideprotectedvirtual |
Implements G4VNtupleManager.
|
protected |
|
protected |
|
finalprotectedvirtual |
Reimplemented from G4BaseNtupleManager.
Definition at line 57 of file G4BaseNtupleManager.cc.
|
finalprotectedvirtual |
Implements G4BaseNtupleManager.
|
finalprotectedvirtual |
Reimplemented from G4BaseNtupleManager.
Definition at line 56 of file G4BaseNtupleManager.cc.
|
finalprotectedvirtual |
Implements G4BaseNtupleManager.
|
finalprotectedvirtual |
Reimplemented from G4BaseNtupleManager.
Definition at line 55 of file G4BaseNtupleManager.cc.
|
finalprotectedvirtual |
Implements G4BaseNtupleManager.
|
finalprotectedvirtual |
Reimplemented from G4BaseNtupleManager.
Definition at line 58 of file G4BaseNtupleManager.cc.
|
finalprotectedvirtual |
Implements G4BaseNtupleManager.
|
finalprotectedvirtual |
Implements G4VNtupleManager.
|
overrideprotectedvirtual |
Implements G4VNtupleManager.
|
protected |
|
protected |
|
protectedvirtual |
|
finalprotectedvirtual |
Implements G4VNtupleManager.
|
finalprotectedvirtual |
Implements G4VNtupleManager.
|
overrideprotectedvirtual |
Implements G4VNtupleManager.
|
protected |
Definition at line 104 of file G4TNtupleManager.hh.
|
protected |
Definition at line 103 of file G4TNtupleManager.hh.
|
protected |
Definition at line 101 of file G4TNtupleManager.hh.
|
protected |
Definition at line 102 of file G4TNtupleManager.hh.