Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NtupleBookingManager.hh>
Public Member Functions | |
G4NtupleBooking ()=default | |
~G4NtupleBooking ()=default | |
void | SetDeleted (G4bool deleted, G4bool keepSetting) |
G4bool | GetDeleted () const |
void | Reset () |
Public Attributes | |
tools::ntuple_booking | fNtupleBooking |
G4int | fNtupleId { G4Analysis::kInvalidId } |
G4String | fFileName |
G4bool | fActivation { true } |
std::pair< G4bool, G4bool > | fDeleted { false, false } |
Definition at line 44 of file G4NtupleBookingManager.hh.
|
default |
|
default |
|
inline |
Definition at line 52 of file G4NtupleBookingManager.hh.
|
inline |
Definition at line 55 of file G4NtupleBookingManager.hh.
Referenced by G4NtupleBookingManager::CreateNtuple().
Definition at line 49 of file G4NtupleBookingManager.hh.
Referenced by Reset().
G4bool G4NtupleBooking::fActivation { true } |
Definition at line 68 of file G4NtupleBookingManager.hh.
Referenced by GetDeleted(), Reset(), and SetDeleted().
G4String G4NtupleBooking::fFileName |
Definition at line 66 of file G4NtupleBookingManager.hh.
Referenced by Reset(), and G4TNtupleDescription< NT, FT >::SetFileName().
tools::ntuple_booking G4NtupleBooking::fNtupleBooking |
Definition at line 64 of file G4NtupleBookingManager.hh.
Referenced by G4NtupleBookingManager::CreateNtuple(), and G4TNtupleDescription< NT, FT >::GetNtupleBooking().
G4int G4NtupleBooking::fNtupleId { G4Analysis::kInvalidId } |
Definition at line 65 of file G4NtupleBookingManager.hh.
Referenced by G4NtupleBookingManager::CreateNtuple().