CMS 3D CMS Logo

Collections.h
Go to the documentation of this file.
1 #ifndef EcalDQMonitorTaskCollections_H
2 #define EcalDQMonitorTaskCollections_H
3 
4 #include <string>
5 
6 namespace ecaldqm {
7 
8  enum Collections {
45  };
46 
48  "EcalRawData",
49  "EBGainErrors",
50  "EEGainErrors",
51  "EBChIdErrors",
52  "EEChIdErrors",
53  "EBGainSwitchErrors",
54  "EEGainSwitchErrors",
55  "TowerIdErrors",
56  "BlockSizeErrors",
57  "MEMTowerIdErrors",
58  "MEMBlockSizeErrors",
59  "MEMChIdErrors",
60  "MEMGainErrors",
61  "EBSrFlag",
62  "EESrFlag",
63  "EBDigi",
64  "EEDigi",
65  "PnDiodeDigi",
66  "TrigPrimDigi",
67  "TrigPrimEmulDigi",
68  "EBUncalibRecHit",
69  "EEUncalibRecHit",
70  "EBLaserLedUncalibRecHit",
71  "EELaserLedUncalibRecHit",
72  "EBTestPulseUncalibRecHit",
73  "EETestPulseUncalibRecHit",
74  "EBRecHit",
75  "EERecHit",
76  "EBReducedRecHit",
77  "EEReducedRecHit",
78  "EBBasicCluster",
79  "EEBasicCluster",
80  "EBSuperCluster",
81  "EESuperCluster"};
82 
83 } // namespace ecaldqm
84 
85 #endif
std::string const collectionName[nCollections]
Definition: Collections.h:47