BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
#include <Header.hh>
Public Member Functions | |
Header (bool debugIn) | |
void | SetBranchAddress (TTree *t) |
Set the branch addresses to address the contents of the file. | |
Data Fields | |
BDSOutputROOTEventHeader * | header |
Member that ROOT can map file data to locally. | |
Private Member Functions | |
ClassDef (Header, 1) | |
Private Attributes | |
bool | debug |
void Header::SetBranchAddress | ( | TTree * | t | ) |
Set the branch addresses to address the contents of the file.
Definition at line 41 of file Header.cc.
References header.
Referenced by HeaderAnalysis::CountNOriginalEvents(), RBDS::GetFileType(), and DataLoader::SetBranchAddress().
BDSOutputROOTEventHeader* Header::header |
Member that ROOT can map file data to locally.
Definition at line 44 of file Header.hh.
Referenced by HeaderAnalysis::CountNOriginalEvents(), RBDS::GetFileType(), and SetBranchAddress().