Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NtupleBookingManager.hh>
Public Member Functions | |
G4NtupleBookingManager (const G4AnalysisManagerState &state) | |
~G4NtupleBookingManager () | |
const std::vector< G4NtupleBooking * > & | GetNtupleBookingVector () const |
void | SetFileType (const G4String &fileType) |
G4String | GetFileType () const |
G4bool | IsEmpty () const |
Public Member Functions inherited from G4BaseAnalysisManager | |
G4BaseAnalysisManager (const G4AnalysisManagerState &state) | |
virtual | ~G4BaseAnalysisManager () |
G4bool | SetFirstId (G4int firstId) |
void | SetLockFirstId (G4bool lockFirstId) |
G4int | GetFirstId () const |
Protected Member Functions | |
G4int | CreateNtuple (const G4String &name, const G4String &title) |
G4int | CreateNtupleIColumn (const G4String &name, std::vector< int > *vector) |
G4int | CreateNtupleFColumn (const G4String &name, std::vector< float > *vector) |
G4int | CreateNtupleDColumn (const G4String &name, std::vector< double > *vector) |
G4int | CreateNtupleSColumn (const G4String &name) |
G4NtupleBooking * | FinishNtuple () |
G4int | CreateNtupleIColumn (G4int ntupleId, const G4String &name, std::vector< int > *vector) |
G4int | CreateNtupleFColumn (G4int ntupleId, const G4String &name, std::vector< float > *vector) |
G4int | CreateNtupleDColumn (G4int ntupleId, const G4String &name, std::vector< double > *vector) |
G4int | CreateNtupleSColumn (G4int ntupleId, const G4String &name) |
G4NtupleBooking * | FinishNtuple (G4int ntupleId) |
G4bool | SetFirstNtupleColumnId (G4int firstId) |
G4int | GetFirstNtupleColumnId () const |
void | SetActivation (G4bool activation) |
void | SetActivation (G4int ntupleId, G4bool activation) |
G4bool | GetActivation (G4int ntupleId) const |
void | SetFileName (const G4String &fileName) |
void | SetFileName (G4int id, const G4String &fileName) |
G4String | GetFileName (G4int id) const |
G4int | GetNofNtupleBookings () const |
Protected Attributes | |
std::vector< G4NtupleBooking * > | fNtupleBookingVector |
Protected Attributes inherited from G4BaseAnalysisManager | |
const G4AnalysisManagerState & | fState |
G4int | fFirstId |
G4bool | fLockFirstId |
Friends | |
class | G4VAnalysisManager |
Definition at line 55 of file G4NtupleBookingManager.hh.
|
explicit |
Definition at line 40 of file G4NtupleBookingManager.cc.
G4NtupleBookingManager::~G4NtupleBookingManager | ( | ) |
Definition at line 50 of file G4NtupleBookingManager.cc.
|
protected |
Definition at line 88 of file G4NtupleBookingManager.cc.
|
protected |
Definition at line 134 of file G4NtupleBookingManager.cc.
Referenced by CreateNtupleDColumn().
|
protected |
Definition at line 167 of file G4NtupleBookingManager.cc.
|
protected |
Definition at line 127 of file G4NtupleBookingManager.cc.
Referenced by CreateNtupleFColumn().
|
protected |
Definition at line 160 of file G4NtupleBookingManager.cc.
|
protected |
Definition at line 120 of file G4NtupleBookingManager.cc.
Referenced by CreateNtupleIColumn().
|
protected |
Definition at line 153 of file G4NtupleBookingManager.cc.
Definition at line 141 of file G4NtupleBookingManager.cc.
Referenced by CreateNtupleSColumn().
|
protected |
Definition at line 174 of file G4NtupleBookingManager.cc.
|
protected |
Definition at line 147 of file G4NtupleBookingManager.cc.
Referenced by FinishNtuple().
|
protected |
Definition at line 181 of file G4NtupleBookingManager.cc.
Definition at line 225 of file G4NtupleBookingManager.cc.
Definition at line 283 of file G4NtupleBookingManager.cc.
G4String G4NtupleBookingManager::GetFileType | ( | ) | const |
|
protected |
|
protected |
const std::vector< G4NtupleBooking * > & G4NtupleBookingManager::GetNtupleBookingVector | ( | ) | const |
G4bool G4NtupleBookingManager::IsEmpty | ( | ) | const |
Definition at line 82 of file G4NtupleBookingManager.cc.
|
protected |
Definition at line 205 of file G4NtupleBookingManager.cc.
Definition at line 214 of file G4NtupleBookingManager.cc.
|
protected |
Definition at line 236 of file G4NtupleBookingManager.cc.
Definition at line 245 of file G4NtupleBookingManager.cc.
void G4NtupleBookingManager::SetFileType | ( | const G4String & | fileType | ) |
Definition at line 298 of file G4NtupleBookingManager.cc.
Definition at line 189 of file G4NtupleBookingManager.cc.
|
friend |
Definition at line 59 of file G4NtupleBookingManager.hh.
|
protected |
Definition at line 121 of file G4NtupleBookingManager.hh.
Referenced by CreateNtuple(), IsEmpty(), SetActivation(), SetFileName(), SetFileType(), and ~G4NtupleBookingManager().