CMS 3D CMS Logo

EEDetId.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  EEDetId
 Crystal/cell identifier class for the ECAL endcap. More...

Functions

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


Function Documentation

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

Definition at line 520 of file EEDetId.cc.

00521 {
00522    return s << "(EE iz " << ((id.zside()>0)?("+ "):("- ")) 
00523             << " ix " << id.ix() << " , iy " << id.iy() << ')';
00524 }


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