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