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

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

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