CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
IdealCastorTrapezoid.h File Reference
#include "Geometry/CaloGeometry/interface/CaloCellGeometry.h"

Go to the source code of this file.

Classes

class  IdealCastorTrapezoid
 

Functions

std::ostream & operator<< (std::ostream &s, const IdealCastorTrapezoid &cell)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const IdealCastorTrapezoid cell 
)

Definition at line 186 of file IdealCastorTrapezoid.cc.

References CaloCellGeometry::getPosition(), and alignCSCRings::s.

187 {
188  s << "Center: " << cell.getPosition() << std::endl ;
189 // s << ", dx = " << cell.dx()
190 //<< "TiltAngle = " << cell.an()
191 // << ", dy = " << cell.dy() << ", dz = " << cell.dz() << std::endl ;
192  return s;
193 }
const GlobalPoint & getPosition() const
Returns the position of reference for this cell.