![]() |
Project
|
#include <MapCRU.h>
Public Member Functions | |
MapCRU (std::string_view content) | |
std::optional< uint16_t > | operator() (const FeeLinkId &feeLinkId) const |
size_t | size () const |
std::set< uint16_t > | getSolarUIDs () const |
std::optional< FeeLinkId > | operator() (uint16_t solarId) const |
o2::mch::raw::MapCRU::MapCRU | ( | std::string_view | content | ) |
Definition at line 31 of file MapCRU.cxx.
std::set< uint16_t > o2::mch::raw::MapCRU::getSolarUIDs | ( | ) | const |
Definition at line 53 of file MapCRU.cxx.
std::optional< uint16_t > o2::mch::raw::MapCRU::operator() | ( | const FeeLinkId & | feeLinkId | ) | const |
Definition at line 93 of file MapCRU.cxx.
std::optional< FeeLinkId > o2::mch::raw::MapCRU::operator() | ( | uint16_t | solarId | ) | const |
Definition at line 64 of file MapCRU.cxx.
size_t o2::mch::raw::MapCRU::size | ( | ) | const |
Definition at line 88 of file MapCRU.cxx.