|
| 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 |
| G4int | CreateNtuple (G4NtupleBooking *ntupleBooking) override |
| virtual void | CreateNtuplesFromBooking (const std::vector< G4NtupleBooking * > &ntupleBookings) |
| virtual G4bool | Reset () |
| void | Clear () override |
| G4bool | Delete (G4int id) override |
| void | SetActivation (G4bool activation) final |
| G4bool | GetActivation (G4int ntupleId) const final |
| void | SetNewCycle (G4bool value) override |
| G4bool | GetNewCycle () const override |
| tools::waxml::ntuple * | GetNtuple () const |
| std::vector< tools::waxml::ntuple * >::iterator | BeginNtuple () |
| std::vector< tools::waxml::ntuple * >::iterator | EndNtuple () |
| std::vector< tools::waxml::ntuple * >::const_iterator | BeginConstNtuple () const |
| std::vector< tools::waxml::ntuple * >::const_iterator | EndConstNtuple () const |
| G4bool | FillNtupleIColumn (G4int ntupleId, G4int columnId, G4int value) override=0 |
| G4bool | FillNtupleFColumn (G4int ntupleId, G4int columnId, G4float value) override=0 |
| G4bool | FillNtupleDColumn (G4int ntupleId, G4int columnId, G4double value) override=0 |
| G4bool | FillNtupleSColumn (G4int ntupleId, G4int columnId, const G4String &value) override=0 |
| G4bool | AddNtupleRow (G4int ntupleId) override=0 |
| G4bool | SetFirstNtupleColumnId (G4int firstId) final |
| virtual void | SetActivation (G4int id, G4bool activation)=0 |
| 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::waxml::ntuple, std::ofstream > * > | fNtupleDescriptionVector |
| std::vector< tools::waxml::ntuple * > | fNtupleVector |
| const std::vector< G4NtupleBooking * > * | fNtupleBookingVector |
| G4bool | fNewCycle |
| G4int | fFirstNtupleColumnId { 0 } |
| const G4AnalysisManagerState & | fState |
| G4int | fFirstId { 0 } |
| G4bool | fLockFirstId { false } |
Definition at line 49 of file G4XmlNtupleManager.hh.