BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Class to overlay a run from a ROOT file with. More...
#include <Run.hh>
Public Member Functions | |
Run (bool debugIn) | |
Run (bool debugIn, int dataVersionIn) | |
void | SetBranchAddress (TTree *t, bool allBranchesOn=true, const RBDS::VectorString *branchesToTurnOn=nullptr) |
Map the ROOT file to members in this class. | |
Data Fields | |
BDSOutputROOTEventRunInfo * | Info |
For backwards compatibiliy. | |
BDSOutputROOTEventRunInfo * | Summary |
Member that ROOT can map file data to locally. | |
BDSOutputROOTEventHistograms * | Histos |
Member that ROOT can map file data to locally. | |
Private Member Functions | |
ClassDef (Run, 2) | |
Private Attributes | |
bool | debug |
int | dataVersion |
void Run::SetBranchAddress | ( | TTree * | t, |
bool | allBranchesOn = true , |
||
const RBDS::VectorString * | branchesToTurnOn = nullptr |
||
) |
BDSOutputROOTEventHistograms* Run::Histos |
Member that ROOT can map file data to locally.
Definition at line 52 of file Run.hh.
Referenced by RunAnalysis::Process(), and SetBranchAddress().
BDSOutputROOTEventRunInfo* Run::Info |
BDSOutputROOTEventRunInfo* Run::Summary |
Member that ROOT can map file data to locally.
Definition at line 51 of file Run.hh.
Referenced by SetBranchAddress().