CMS 3D CMS Logo

EcalScDetId.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  EcalScDetId
 Supercrystal identifier class for the ECAL endcap. More...

Functions

std::ostream & operator<< (std::ostream &s, const EcalScDetId &id)


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const EcalScDetId id 
)

Definition at line 137 of file EcalScDetId.cc.

00137                                                             {
00138   return s << "(EE iz " << ((id.zside()>0)?("+ "):("- ")) << " ix " << id.ix() << " , iy " << id.iy() << ')';
00139 }


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