![]() |
|
|||
File indexing completed on 2023-03-17 10:49:41
0001 #include "DataFormats/EcalDigi/interface/EcalSrFlag.h" 0002 0003 const char* const EcalSrFlag::srfNames[] = { 0004 "Suppress", //SRF_SUPPRESS 0005 "Zs1", //SRF_ZS1 0006 "Zs2", //SRF_ZS2 0007 "Full Readout", //SRF_FULL 0008 "Forced Suppress", //SRF_FORCED_MASK|SRF_SUPPRESS 0009 "Forced Zs1", //SRF_FORCED_MASK|SRF_ZS1 0010 "Forced Zs2", //SRF_FORCED_MASK|SRF_ZS2 0011 "Forced Full Readout" //SRF_FORCED_MASK|SRF_FULL 0012 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |