CMS 3D CMS Logo

Classes | Functions
MTDDetSector.h File Reference
#include "TrackingTools/DetLayers/interface/GeometricSearchDet.h"
#include "DataFormats/GeometrySurface/interface/BoundDiskSector.h"
#include "Geometry/MTDNumberingBuilder/interface/MTDTopology.h"
#include <ostream>

Go to the source code of this file.

Classes

class  MTDDetSector
 

Functions

std::ostream & operator<< (std::ostream &, const MTDDetSector &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const MTDDetSector  
)

Definition at line 180 of file MTDDetSector.cc.

References alignBH_cfg::fixed.

180  {
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()
184  << std::endl
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;
189  return os;
190 }