Go to the source code of this file.
◆ operator<<()
Definition at line 49 of file HGCSiliconDetId.cc.
References alignCSCRings::s.
50 return s <<
" HGCSiliconDetId::EE:HE= " <<
id.isEE() <<
":" <<
id.isHE() <<
" type= " <<
id.type()
51 <<
" z= " <<
id.zside() <<
" layer= " <<
id.layer() <<
" wafer(u,v:x,y)= (" <<
id.waferU() <<
"," 52 <<
id.waferV() <<
":" <<
id.waferX() <<
"," <<
id.waferY() <<
")" 53 <<
" cell(u,v:x,y)= (" <<
id.cellU() <<
"," <<
id.cellV() <<
":" <<
id.cellX() <<
"," <<
id.cellY() <<
")";