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