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 185 of file IdealCastorTrapezoid.cc.

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

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