CMS 3D CMS Logo

EBSrFlag.cc
Go to the documentation of this file.
1 // -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*-
2 
4 
5 std::ostream& operator<<(std::ostream& s, const EBSrFlag& digi) {
6  s << digi.id() << " " << digi.flagName() << "(0x" << digi.value() << ")";
7  return s;
8 }
static std::string flagName(const int &flag)
Definition: EcalSrFlag.h:60
const EcalTrigTowerDetId & id() const override
Definition: EBSrFlag.h:36
int value() const
Definition: EcalSrFlag.h:44
std::ostream & operator<<(std::ostream &s, const EBSrFlag &digi)
Definition: EBSrFlag.cc:5