|
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 | FillNtupleIColumn (G4int id, G4int value) final |
|
G4bool | FillNtupleFColumn (G4int ntupleId, G4int columnId, G4float value) final |
|
G4bool | FillNtupleFColumn (G4int id, G4float value) final |
|
G4bool | FillNtupleDColumn (G4int ntupleId, G4int columnId, G4double value) final |
|
G4bool | FillNtupleDColumn (G4int id, G4double value) final |
|
G4bool | FillNtupleSColumn (G4int ntupleId, G4int columnId, const G4String &value) final |
|
G4bool | FillNtupleSColumn (G4int id, const G4String &value) final |
|
G4bool | AddNtupleRow (G4int ntupleId) override |
|
G4bool | AddNtupleRow () final |
|
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 |
|
tools::wcsv::ntuple * | GetNtuple () const |
|
tools::wcsv::ntuple * | GetNtuple (G4int ntupleId) const |
|
std::vector< tools::wcsv::ntuple * >::iterator | BeginNtuple () |
|
std::vector< tools::wcsv::ntuple * >::iterator | EndNtuple () |
|
std::vector< tools::wcsv::ntuple * >::const_iterator | BeginConstNtuple () const |
|
std::vector< tools::wcsv::ntuple * >::const_iterator | EndConstNtuple () const |
|
G4bool | SetFirstNtupleColumnId (G4int firstId) final |
|
G4bool | IsVerbose (G4int verboseLevel) const |
|
void | Message (G4int level, const G4String &action, const G4String &objectType, const G4String &objectName="", G4bool success=true) const |
|
std::vector< G4TNtupleDescription< tools::wcsv::ntuple, std::ofstream > * > | fNtupleDescriptionVector |
|
std::vector< tools::wcsv::ntuple * > | fNtupleVector |
|
const std::vector< G4NtupleBooking * > * | fNtupleBookingVector |
|
G4bool | fNewCycle |
|
G4int | fFirstNtupleColumnId { 0 } |
|
const G4AnalysisManagerState & | fState |
|
G4int | fFirstId { 0 } |
|
G4bool | fLockFirstId { false } |
|
Definition at line 48 of file G4CsvNtupleManager.hh.