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