Go to the source code of this file.
Definition at line 25 of file HcalElectronicsId.cc.
References HcalElectronicsId::isTriggerChainId(), and HcalElectronicsId::isUTCAid().
27 if (
id.isTriggerChainId()) os <<
"UTCA(trigger): ";
29 return os <<
id.crateId() <<
',' <<
id.slot() <<
',' <<
id.fiberIndex() <<
',' <<
id.fiberChanId();
31 if (
id.isTriggerChainId()) {
32 return os <<
id.dccid() <<
',' <<
id.spigot() <<
",SLB" <<
id.slbSiteNumber() <<
',' <<
id.slbChannelIndex() <<
" (HTR " 33 <<
id.readoutVMECrateId() <<
":" <<
id.htrSlot() << ((
id.htrTopBottom()==1)?(
't'):(
'b')) <<
')';
36 return os <<
id.dccid() <<
',' <<
id.spigot() <<
',' <<
id.fiberIndex() <<
',' <<
id.fiberChanId() <<
" (HTR " 37 <<
id.readoutVMECrateId() <<
":" <<
id.htrSlot() << ((
id.htrTopBottom()==1)?(
't'):(
'b')) <<
')';