CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs | Functions
IdealZDCTrapezoid.cc File Reference
#include "Geometry/ForwardGeometry/interface/IdealZDCTrapezoid.h"
#include <cmath>

Go to the source code of this file.

Typedefs

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

Functions

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

Typedef Documentation

Definition at line 4 of file IdealZDCTrapezoid.cc.

Definition at line 5 of file IdealZDCTrapezoid.cc.

Definition at line 6 of file IdealZDCTrapezoid.cc.

Function Documentation

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

Definition at line 87 of file IdealZDCTrapezoid.cc.

References IdealZDCTrapezoid::an(), IdealZDCTrapezoid::dx(), IdealZDCTrapezoid::dy(), IdealZDCTrapezoid::dz(), CaloCellGeometry::getPosition(), M_PI, and alignCSCRings::s.

87  {
88  s << "Center: " << cell.getPosition() << std::endl;
89  s << "TiltAngle = " << cell.an() * 180. / M_PI << " deg, dx = " << cell.dx() << ", dy = " << cell.dy()
90  << ", dz = " << cell.dz() << std::endl;
91  return s;
92 }
CCGFloat dy() const
virtual const GlobalPoint & getPosition() const
Returns the position of reference for this cell.
CCGFloat dx() const
CCGFloat an() const
#define M_PI
CCGFloat dz() const