#include <fstream>
#include <ostream>
#include <vector>
#include <cstdint>
Go to the source code of this file.
◆ operator<<()
Definition at line 70 of file SiStripFedIdListReader.cc.
References recoMuon::in, and contentValuesCheck::ss.
71 std::vector<uint16_t> fed_ids =
in.fedIds();
73 ss <<
"[SiStripFedIdListReader::" << __func__ <<
"]" 74 <<
" Found " << fed_ids.size() <<
" valid FED ids with values: ";
75 std::vector<uint16_t>::const_iterator iter = fed_ids.begin();
76 for (; iter != fed_ids.end(); ++iter) {