18 return s <<
fp.getFEDId() <<
":" <<
fp.getFMCId() <<
":" <<
fp.getChannelIdx() <<
":" <<
fp.getROC();
24 edm::LogInfo(
"printXML") <<
"\" FEDId=\"" << getFEDId() <<
"\" FMCId=\"" << getFMCId() <<
"\" ChannelIdx=\"" 25 << getChannelIdx() <<
"\" ROC=\"" <<
getROC() <<
"\"";
32 unsigned char &
flag) {
33 unsigned int v = atoi(
value.c_str());
35 if (attribute ==
"FEDId") {
41 if (attribute ==
"FMC") {
47 if (attribute ==
"FEDChannel") {
53 if (attribute ==
"ROCinChannel") {
void printXML()
prints XML formatted DAQ channel to stdout
unsigned char setXMLAttribute(const std::string &attribute, const std::string &value, unsigned char &flag)
std::ostream & operator<<(std::ostream &out, const std::tuple< Types... > &value)
constexpr uint32_t getROC(uint32_t ww)
Log< level::Info, false > LogInfo