18 std::set<unsigned int> fedSet;
19 for (
const auto &
p : ROCMapping) {
20 fedSet.insert(
p.first.getFEDId());
26 s <<
"ID=" << vi.
iD <<
" ROC=" << vi.
roc;
34 auto it = ROCMapping.find(fp);
35 if (it != ROCMapping.end()) {
36 edm::LogError(
"RPix") <<
"WARNING in DAQMapping::insert > Overwriting entry at " << fp <<
". Previous: "
37 <<
" " << ROCMapping[
fp] <<
","
Contains mappind data related to a ROC.
std::ostream & operator<<(std::ostream &out, const std::tuple< Types...> &value)
std::set< unsigned int > fedIds() const
Log< level::Error, false > LogError
uint32_t iD
the symbolic id
void insert(const CTPPSPixelFramePosition &fp, const CTPPSPixelROCInfo &vi)