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