CbmRoot
|
Class to hold the paths to the parameter files for the different detectors. More...
#include <ParFiles.h>
Public Member Functions | |
ParFiles (uint32_t runId) | |
Public Attributes | ||
Setup | setup | |
struct { | ||
fs::path readout | ||
} | bmon | |
struct { | ||
fs::path readout | ||
fs::path chanMask | ||
fs::path walkMap | ||
fs::path hitfinder | ||
} | sts | |
struct { | ||
fs::path readout | ||
fs::path calibrate | ||
fs::path hitfinder | ||
} | tof | |
struct { | ||
fs::path readout | ||
fs::path readout2d | ||
fs::path hitfinder | ||
fs::path hitfinder2d | ||
} | trd | |
struct { | ||
fs::path mainConfig | ||
} | ca | |
Class to hold the paths to the parameter files for the different detectors.
Definition at line 21 of file ParFiles.h.
ParFiles::ParFiles | ( | uint32_t | runId | ) |
Definition at line 10 of file ParFiles.cxx.
References bmon, cbm::algo::mCBM2022, cbm::algo::mCBM2024_03, cbm::algo::mCBM2024_05, setup, sts, tof, cbm::algo::ToString(), and trd.
struct { ... } cbm::algo::ParFiles::bmon |
Referenced by CbmTaskUnpack::CbmTaskUnpack(), cbm::algo::Reco::Init(), and ParFiles().
struct { ... } cbm::algo::ParFiles::ca |
Referenced by cbm::algo::TrackingChain::Init().
fs::path cbm::algo::ParFiles::calibrate |
Definition at line 40 of file ParFiles.h.
Referenced by cbm::algo::Reco::Init().
fs::path cbm::algo::ParFiles::chanMask |
Definition at line 33 of file ParFiles.h.
Referenced by CbmTaskUnpack::CbmTaskUnpack(), and cbm::algo::Reco::Init().
fs::path cbm::algo::ParFiles::hitfinder |
Definition at line 35 of file ParFiles.h.
Referenced by cbm::algo::Reco::Init(), and cbm::algo::tof::TrackingInterface::Init().
fs::path cbm::algo::ParFiles::hitfinder2d |
Definition at line 48 of file ParFiles.h.
Referenced by cbm::algo::Reco::Init().
fs::path cbm::algo::ParFiles::mainConfig |
Definition at line 52 of file ParFiles.h.
Referenced by cbm::algo::TrackingChain::Init().
fs::path cbm::algo::ParFiles::readout |
Definition at line 28 of file ParFiles.h.
Referenced by CbmTaskUnpack::CbmTaskUnpack(), and cbm::algo::Reco::Init().
fs::path cbm::algo::ParFiles::readout2d |
Definition at line 46 of file ParFiles.h.
Referenced by CbmTaskUnpack::CbmTaskUnpack(), and cbm::algo::Reco::Init().
Setup cbm::algo::ParFiles::setup |
Definition at line 25 of file ParFiles.h.
Referenced by CbmTaskUnpack::CbmTaskUnpack(), cbm::algo::Reco::Init(), and ParFiles().
struct { ... } cbm::algo::ParFiles::sts |
Referenced by CbmTaskUnpack::CbmTaskUnpack(), cbm::algo::Reco::Init(), and ParFiles().
struct { ... } cbm::algo::ParFiles::tof |
struct { ... } cbm::algo::ParFiles::trd |
Referenced by CbmTaskUnpack::CbmTaskUnpack(), cbm::algo::Reco::Init(), and ParFiles().
fs::path cbm::algo::ParFiles::walkMap |
Definition at line 34 of file ParFiles.h.
Referenced by CbmTaskUnpack::CbmTaskUnpack(), and cbm::algo::Reco::Init().