![]() |
![]() |
#include "DataFormats/EcalDigi/interface/EESrFlag.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const EESrFlag &digi) |
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 }