CMS 3D CMS Logo

Classes | Functions
MTDDetSector.h File Reference
#include "TrackingTools/DetLayers/interface/GeometricSearchDet.h"
#include "DataFormats/GeometrySurface/interface/BoundDiskSector.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 164 of file MTDDetSector.cc.

164  {
165  os << " MTDDetSector at " << std::fixed << id.specificSurface().position() << std::endl
166  << " L/W/T : " << std::setw(14) << id.specificSurface().bounds().length() << " / " << std::setw(14)
167  << id.specificSurface().bounds().width() << " / " << std::setw(14) << id.specificSurface().bounds().thickness()
168  << std::endl
169  << " rmin : " << std::setw(14) << id.specificSurface().innerRadius() << std::endl
170  << " rmax : " << std::setw(14) << id.specificSurface().outerRadius() << std::endl
171  << " phi ref : " << std::setw(14) << id.specificSurface().position().phi() << std::endl
172  << " phi w/2 : " << std::setw(14) << id.specificSurface().phiHalfExtension() << std::endl;
173  return os;
174 }

References alignBH_cfg::fixed.

alignBH_cfg.fixed
fixed
Definition: alignBH_cfg.py:54