|
BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
#include <Beam.hh>

Public Member Functions | |
| Beam (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 | |
| BDSOutputROOTEventBeam * | beam |
| Member that ROOT can map file data to locally. | |
Private Member Functions | |
| ClassDef (Beam, 1) | |
Private Attributes | |
| bool | debug |
| void Beam::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 44 of file Beam.cc.
References beam.
Referenced by DataLoader::SetBranchAddress().

| BDSOutputROOTEventBeam* Beam::beam |
Member that ROOT can map file data to locally.
Definition at line 49 of file Beam.hh.
Referenced by SetBranchAddress().