CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/Geometry/CaloGeometry/interface/IdealZPrism.h File Reference

#include "Geometry/CaloGeometry/interface/CaloCellGeometry.h"

Go to the source code of this file.

Classes

class  IdealZPrism

Functions

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

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;
}