Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const MTDDetSector & |
|
|
) |
| |
Definition at line 180 of file MTDDetSector.cc.
181 os <<
" MTDDetSector at " << std::fixed <<
id.specificSurface().position() << std::endl
182 <<
" L/W/T : " << std::setw(14) <<
id.specificSurface().bounds().length() <<
" / " << std::setw(14)
183 <<
id.specificSurface().bounds().width() <<
" / " << std::setw(14) <<
id.specificSurface().bounds().thickness()
185 <<
" rmin : " << std::setw(14) <<
id.specificSurface().innerRadius() << std::endl
186 <<
" rmax : " << std::setw(14) <<
id.specificSurface().outerRadius() << std::endl
187 <<
" phi ref : " << std::setw(14) <<
id.specificSurface().position().phi() << std::endl
188 <<
" phi w/2 : " << std::setw(14) <<
id.specificSurface().phiHalfExtension() << std::endl;