CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
RadialStripTopology.cc File Reference
#include <Geometry/CommonTopologies/interface/RadialStripTopology.h>
#include <FWCore/MessageLogger/interface/MessageLogger.h>
#include <Utilities/General/interface/CMSexception.h>
#include <iostream>
#include <cmath>
#include <algorithm>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const RadialStripTopology &rst)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const RadialStripTopology rst 
)

Definition at line 132 of file RadialStripTopology.cc.

References RadialStripTopology::centreToIntersection(), RadialStripTopology::detHeight(), RadialStripTopology::nstrips(), RadialStripTopology::phiOfOneEdge(), RadialStripTopology::phiPitch(), RadialStripTopology::yAxisOrientation(), and RadialStripTopology::yCentreOfStripPlane().

132  {
133  os << "RadialStripTopology " << std::endl
134  << " " << std::endl
135  << "number of strips " << rst.nstrips() << std::endl
136  << "centre to whereStripsMeet " << rst.centreToIntersection() << std::endl
137  << "detector height in y " << rst.detHeight() << std::endl
138  << "angular width of strips " << rst.phiPitch() << std::endl
139  << "phi of one edge " << rst.phiOfOneEdge() << std::endl
140  << "y axis orientation " << rst.yAxisOrientation() << std::endl
141  << "y of centre of strip plane " << rst.yCentreOfStripPlane() << std::endl;
142  return os;
143 }
virtual int nstrips() const
float centreToIntersection() const
virtual float phiPitch(void) const
float yCentreOfStripPlane() const
float phiOfOneEdge() const