CMS 3D CMS Logo

Typedefs | Functions

/data/refman/pasoursint/CMSSW_5_3_6/src/Geometry/ForwardGeometry/src/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 186 of file IdealCastorTrapezoid.cc.

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

{
   s << "Center: " <<  cell.getPosition() << std::endl ;
//      s        << ", dx = " << cell.dx() 
//<< "TiltAngle = " << cell.an() 
//      << ", dy = " << cell.dy() << ", dz = " << cell.dz() << std::endl ;
   return s;
}