CMS 3D CMS Logo

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

◆ operator<<()

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

Definition at line 111 of file IdealCastorTrapezoid.cc.

111  {
112  s << "Center: " << cell.getPosition() << std::endl;
113  // s << ", dx = " << cell.dx()
114  //<< "TiltAngle = " << cell.an()
115  // << ", dy = " << cell.dy() << ", dz = " << cell.dz() << std::endl ;
116  return s;
117 }

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

alignCSCRings.s
s
Definition: alignCSCRings.py:92
CaloCellGeometry::getPosition
virtual const GlobalPoint & getPosition() const
Returns the position of reference for this cell.
Definition: CaloCellGeometry.h:80