CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalSrFlag.cc
Go to the documentation of this file.
2 
3 const char* EcalSrFlag::srfNames[] = {
4  "Suppress", //SRF_SUPPRESS
5  "Zs1", //SRF_ZS1
6  "Zs2", //SRF_ZS2
7  "Full Readout", //SRF_FULL
8  "Forced Suppress", //SRF_FORCED_MASK|SRF_SUPPRESS
9  "Forced Zs1", //SRF_FORCED_MASK|SRF_ZS1
10  "Forced Zs2", //SRF_FORCED_MASK|SRF_ZS2
11  "Forced Full Readout" //SRF_FORCED_MASK|SRF_FULL
12 };
13 
14 
static const char * srfNames[]
Definition: EcalSrFlag.h:81