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.
Log< level::Error, false > LogError
std::set< unsigned int > fedIds() const
uint32_t iD
the symbolic id
std::ostream & operator<<(std::ostream &out, const std::tuple< Types... > &value)
void insert(const CTPPSPixelFramePosition &fp, const CTPPSPixelROCInfo &vi)