CMS 3D CMS Logo

Typedefs | Functions

/data/refman/pasoursint/CMSSW_5_2_9/src/Geometry/CaloGeometry/src/IdealZPrism.cc File Reference

#include "Geometry/CaloGeometry/interface/IdealZPrism.h"
#include <math.h>

Go to the source code of this file.

Typedefs

typedef IdealZPrism::CCGFloat CCGFloat
typedef IdealZPrism::Pt3D Pt3D
typedef IdealZPrism::Pt3DVec Pt3DVec

Functions

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

Typedef Documentation

Definition at line 4 of file IdealZPrism.cc.

Definition at line 5 of file IdealZPrism.cc.

Definition at line 6 of file IdealZPrism.cc.


Function Documentation

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

Definition at line 170 of file IdealZPrism.cc.

References IdealZPrism::dEta(), IdealZPrism::dPhi(), IdealZPrism::dz(), CaloCellGeometry::getPosition(), and alignCSCRings::s.

{
   s << "Center: " <<  cell.getPosition() << std::endl ;
   s << "dEta = " << cell.dEta() << ", dPhi = " << cell.dPhi() << ", dz = " << cell.dz() << std::endl ;
   return s;
}