CMS 3D CMS Logo

Functions
MTDDetSector.cc File Reference
#include "RecoMTD/DetLayers/interface/MTDDetSector.h"
#include "Geometry/CommonDetUnit/interface/GeomDet.h"
#include "TrackingTools/GeomPropagators/interface/Propagator.h"
#include "TrackingTools/DetLayers/interface/MeasurementEstimator.h"
#include "MTDDiskSectorBuilderFromDet.h"
#include "DataFormats/GeometrySurface/interface/RectangularPlaneBounds.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <iostream>
#include <iomanip>
#include <vector>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

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