CMS 3D CMS Logo

EESrFlag.h File Reference

#include "DataFormats/EcalDetId/interface/EcalScDetId.h"
#include "DataFormats/EcalDigi/interface/EcalSrFlag.h"
#include "FWCore/Utilities/interface/Exception.h"

Go to the source code of this file.

Classes

class  EESrFlag
 This class holds a Selective Readout Flag (SRF) associated to an ECAL endcap supercrystal. More...

Functions

std::ostream & operator<< (std::ostream &s, const EESrFlag &digi)


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const EESrFlag digi 
)

Definition at line 6 of file EESrFlag.cc.

References EcalSrFlag::flagName(), EESrFlag::id(), and EcalSrFlag::value().

00006                                                             {
00007   s << digi.id() << " "<< digi.flagName() << "(0x"
00008     << digi.value() << ")";
00009   return s;
00010 }


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