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