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  "Source",
49  "EcalRawData",
50  "EBGainErrors",
51  "EEGainErrors",
52  "EBChIdErrors",
53  "EEChIdErrors",
54  "EBGainSwitchErrors",
55  "EEGainSwitchErrors",
56  "TowerIdErrors",
57  "BlockSizeErrors",
58  "MEMTowerIdErrors",
59  "MEMBlockSizeErrors",
60  "MEMChIdErrors",
61  "MEMGainErrors",
62  "EBSrFlag",
63  "EESrFlag",
64  "EBDigi",
65  "EEDigi",
66  "PnDiodeDigi",
67  "TrigPrimDigi",
68  "TrigPrimEmulDigi",
69  "EBUncalibRecHit",
70  "EEUncalibRecHit",
71  "EBLaserLedUncalibRecHit",
72  "EELaserLedUncalibRecHit",
73  "EBTestPulseUncalibRecHit",
74  "EETestPulseUncalibRecHit",
75  "EBRecHit",
76  "EERecHit",
77  "EBReducedRecHit",
78  "EEReducedRecHit",
79  "EBBasicCluster",
80  "EEBasicCluster",
81  "EBSuperCluster",
82  "EESuperCluster"
83  };
84 
85 }
86 
87 #endif
std::string const collectionName[nCollections]
Definition: Collections.h:47