CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
PreshowerStrip.cc File Reference
#include "Geometry/CaloGeometry/interface/PreshowerStrip.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 30 of file PreshowerStrip.cc.

References PreshowerStrip::dx(), PreshowerStrip::dy(), PreshowerStrip::dz(), CaloCellGeometry::getPosition(), and asciidump::s.

31 {
32  s << "Center: " << cell.getPosition() << std::endl ;
33  s << "dx = " << cell.dx() << ", dy = " << cell.dy() << ", dz = " << cell.dz() << std::endl ;
34 /* const CaloCellGeometry::CornerVec& corners ( cell.getCorners() ) ;
35  for( unsigned int ci ( 0 ) ; ci != corners.size(); ci++ )
36  {
37  s << "Corner: " << corners[ci] << std::endl;
38  }*/
39  return s;
40 }
const double dx() const
const double dy() const
const double dz() const
string s
Definition: asciidump.py:422
const GlobalPoint & getPosition() const