Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const HcalDcsDetId & |
id |
|
) |
| |
Definition at line 66 of file HcalDcsDetId.cc.
References HcalDcsDetId::DYN8, HcalDcsBarrel, HcalDcsEndcap, HcalDcsForward, HcalDcsOuter, and alignCSCRings::s.
67 switch (
id.subdet()) {
69 return s <<
"(HB" <<
id.zside() <<
' ' <<
id.slice() <<
' ' <<
id.typeString(
id.
type()) <<
id.subchannel() <<
')';
71 return s <<
"(HE" <<
id.zside() <<
' ' <<
id.slice() <<
' ' <<
id.typeString(
id.
type()) <<
id.subchannel() <<
')';
73 return s <<
"(HO" <<
id.ring() <<
" " <<
id.slice() <<
' ' <<
id.typeString(
id.
type()) <<
id.subchannel() <<
')';
75 return s <<
"(HF" <<
id.zside() <<
' ' << ((
id.type() <=
HcalDcsDetId::DYN8) ?
"Q" :
"") <<
id.slice() <<
' ' 76 <<
id.typeString(
id.
type()) <<
id.subchannel() <<
')';
78 return s <<
id.rawId();