#include <string>
#include <stdint.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | HcalFrontEndId |
Functions | |
std::ostream & | operator<< (std::ostream &, const HcalFrontEndId &id) |
std::ostream& operator<< | ( | std::ostream & | , |
const HcalFrontEndId & | id | ||
) |
Definition at line 67 of file HcalFrontEndId.cc.
{ return s << id.rbx() << id.rm() << '[' << id.rmFiber() << '/' << id.fiberChannel() << "] pix=" << id.pixel() << " qiecard=" << id.qieCard() << " adc=" << id.adc(); }