CMS 3D CMS Logo

ESDetId.h File Reference

#include <ostream>
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/EcalDetId/interface/EcalSubdetector.h"

Go to the source code of this file.

Classes

class  ESDetId
 Det id for a preshower (endcap) strip. More...

Functions

std::ostream & operator<< (std::ostream &, const ESDetId &id)


Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const ESDetId id 
)

Definition at line 56 of file ESDetId.cc.

00056                                                         {
00057   return s << "(ES z=" << id.zside() << "  plane " << id.plane() << " " <<
00058     id.six() << ':' << id.siy() << " " << id.strip() << ')';
00059 }


Generated on Tue Jun 9 17:52:01 2009 for CMSSW by  doxygen 1.5.4