CMS 3D CMS Logo

EBSrFlag.cc

Go to the documentation of this file.
00001 // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*-
00002 // $Id: EBSrFlag.cc,v 1.1 2007/02/09 10:46:03 meridian Exp $
00003 
00004 #include "DataFormats/EcalDigi/interface/EBSrFlag.h"
00005 
00006 std::ostream& operator<<(std::ostream& s, const EBSrFlag& digi) {
00007   s << digi.id() << " "<< digi.flagName() << "(0x"
00008     << digi.value() << ")";
00009   return s;
00010 }
00011 

Generated on Tue Jun 9 17:30:42 2009 for CMSSW by  doxygen 1.5.4