CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Typedefs | Functions
IdealCastorTrapezoid.cc File Reference
#include "Geometry/ForwardGeometry/interface/IdealCastorTrapezoid.h"
#include "CLHEP/Geometry/Plane3D.h"
#include "CLHEP/Geometry/Transform3D.h"
#include <math.h>

Go to the source code of this file.

Typedefs

typedef CaloCellGeometry::CCGFloat CCGFloat
 
typedef CaloCellGeometry::Pt3D Pt3D
 
typedef CaloCellGeometry::Pt3DVec Pt3DVec
 
typedef CaloCellGeometry::Tr3D Tr3D
 

Functions

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

Typedef Documentation

Definition at line 6 of file IdealCastorTrapezoid.cc.

Definition at line 7 of file IdealCastorTrapezoid.cc.

Definition at line 8 of file IdealCastorTrapezoid.cc.

Definition at line 9 of file IdealCastorTrapezoid.cc.

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.