LDMX Software
HcalElectronicsID.cxx
1#include "DetDescr/HcalElectronicsID.h"
2
3#include "DetDescr/DetectorIDInterpreter.h"
4
5std::ostream& operator<<(std::ostream& s, const ldmx::HcalElectronicsID& id) {
6 s << "HcalElectronics(" << id.fiber() << ',' << id.elink() << ','
7 << id.channel() << ')';
8 return s;
9}
Identifies a location in the Hcal readout chain.