CbmRoot
|
A structure to handle TOF QA parameters. More...
#include <TofHitfindQaParameters.h>
Classes | |
struct | Rpc |
Public Member Functions | |
HitfindQaParameters ()=default | |
Default constructor. | |
HitfindQaParameters (const HitfindSetup &hitSetup) | |
Constructor. | |
Public Attributes | |
std::unordered_map< uint32_t, uint32_t > | lookupMap |
A lookup map for RPC addresses. | |
std::vector< Rpc > | rpcs |
A map for different RPC properties. | |
A structure to handle TOF QA parameters.
Definition at line 21 of file TofHitfindQaParameters.h.
|
default |
Default constructor.
HitfindQaParameters::HitfindQaParameters | ( | const HitfindSetup & | hitSetup | ) |
Constructor.
hitSetup | Hitfinder parameters |
Definition at line 20 of file TofHitfindQaParameters.cxx.
References CbmTofAddress::GetModFullId(), L_, lookupMap, rpcs, cbm::algo::tof::HitfindSetup::rpcs, and CbmTofAddress::ToString().
std::unordered_map<uint32_t, uint32_t> cbm::algo::tof::HitfindQaParameters::lookupMap |
A lookup map for RPC addresses.
Definition at line 29 of file TofHitfindQaParameters.h.
Referenced by cbm::algo::tof::HitfindQa::Exec(), and HitfindQaParameters().
std::vector<Rpc> cbm::algo::tof::HitfindQaParameters::rpcs |
A map for different RPC properties.
Definition at line 30 of file TofHitfindQaParameters.h.
Referenced by HitfindQaParameters(), and cbm::algo::tof::HitfindQa::Init().