18 std::set<unsigned int> fedSet;
19 for (
const auto &
p : ROCMapping){
20 fedSet.insert(
p.first.getFEDId() );
27 s <<
"ID="<< vi.
iD <<
" ROC=" << vi.
roc;
36 auto it = ROCMapping.find(fp);
37 if (it != ROCMapping.end())
39 edm::LogError(
"RPix") <<
"WARNING in DAQMapping::insert > Overwriting entry at " << fp <<
". Previous: " 40 <<
" " << ROCMapping[fp] <<
"," <<
" new: " <<
" " << vi <<
". ";
Contains mappind data related to a ROC.
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)