CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EBSrFlag.cc
Go to the documentation of this file.
1 // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*-
2 // $Id: EBSrFlag.cc,v 1.1 2007/02/09 10:46:03 meridian Exp $
3 
5 
6 std::ostream& operator<<(std::ostream& s, const EBSrFlag& digi) {
7  s << digi.id() << " "<< digi.flagName() << "(0x"
8  << digi.value() << ")";
9  return s;
10 }
11 
int value() const
Definition: EcalSrFlag.h:45
static std::string flagName(const int &flag)
Definition: EcalSrFlag.h:63
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
const EcalTrigTowerDetId & id() const
Definition: EBSrFlag.h:37