BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Basic structure for accumulating histogram from rebdsim output files. More...
#include <FileMapper.hh>
Data Fields | |
std::string | path |
Without histogram name. | |
std::string | name |
Name of histogram. | |
HistogramAccumulator * | accumulator |
TDirectory * | outputDir |
bool | BDSBH4Dtype |
Basic structure for accumulating histogram from rebdsim output files.
Definition at line 72 of file FileMapper.hh.
HistogramAccumulator* RBDS::HistogramPath::accumulator |
Definition at line 76 of file FileMapper.hh.
bool RBDS::HistogramPath::BDSBH4Dtype |
Definition at line 78 of file FileMapper.hh.
std::string RBDS::HistogramPath::name |
Name of histogram.
Definition at line 75 of file FileMapper.hh.
TDirectory* RBDS::HistogramPath::outputDir |
Definition at line 77 of file FileMapper.hh.
std::string RBDS::HistogramPath::path |
Without histogram name.
Definition at line 74 of file FileMapper.hh.