BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Particle Data loader. More...
#include <ParticleData.hh>
Public Member Functions | |
ParticleData (bool debugIn) | |
void | SetBranchAddress (TTree *t) |
Set the branch addresses to address the contents of the file. | |
Data Fields | |
BDSOutputROOTParticleData * | particleData |
Member that ROOT can map file data to locally. | |
Private Member Functions | |
ClassDef (ParticleData, 1) | |
Private Attributes | |
bool | debug |
Particle Data loader.
Definition at line 33 of file ParticleData.hh.
ParticleData::ParticleData | ( | bool | debugIn | ) |
Definition at line 30 of file ParticleData.cc.
|
virtual |
Definition at line 36 of file ParticleData.cc.
void ParticleData::SetBranchAddress | ( | TTree * | t | ) |
Set the branch addresses to address the contents of the file.
Definition at line 41 of file ParticleData.cc.
References particleData.
Referenced by DataLoader::SetBranchAddress().
|
private |
Definition at line 47 of file ParticleData.hh.
BDSOutputROOTParticleData* ParticleData::particleData |
Member that ROOT can map file data to locally.
Definition at line 44 of file ParticleData.hh.
Referenced by DataLoader::CommonCtor(), and SetBranchAddress().