BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
#include <Options.hh>
Public Member Functions | |
Options (bool debugIn) | |
void | SetBranchAddress (TTree *t, bool allBranchesOn=true, const RBDS::VectorString *branchesToTurnOn=nullptr) |
Set the branch addresses to address the contents of the file. | |
Data Fields | |
BDSOutputROOTEventOptions * | options |
Member that ROOT can map file data to locally. | |
Private Member Functions | |
ClassDef (Options, 1) | |
Private Attributes | |
bool | debug |
Options loader.
Definition at line 35 of file Options.hh.
Options::Options | ( | bool | debugIn | ) |
Definition at line 32 of file Options.cc.
|
virtual |
Definition at line 38 of file Options.cc.
void Options::SetBranchAddress | ( | TTree * | t, |
bool | allBranchesOn = true , |
||
const RBDS::VectorString * | branchesToTurnOn = nullptr |
||
) |
Set the branch addresses to address the contents of the file.
Definition at line 43 of file Options.cc.
References options.
Referenced by Compare::Directories(), and DataLoader::SetBranchAddress().
|
private |
Definition at line 51 of file Options.hh.
BDSOutputROOTEventOptions* Options::options |
Member that ROOT can map file data to locally.
Definition at line 48 of file Options.hh.
Referenced by Compare::Directories(), EventDisplay::DrawModel(), and SetBranchAddress().