CMS 3D CMS Logo

EELedTask.h

Go to the documentation of this file.
00001 #ifndef EELedTask_H
00002 #define EELedTask_H
00003 
00004 /*
00005  * \file EELedTask.h
00006  *
00007  * $Date: 2008/05/11 09:35:11 $
00008  * $Revision: 1.9 $
00009  * \author G. Della Ricca
00010  *
00011 */
00012 
00013 #include "FWCore/Framework/interface/EDAnalyzer.h"
00014 #include "FWCore/Framework/interface/Event.h"
00015 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00016 
00017 class MonitorElement;
00018 class DQMStore;
00019 
00020 class EELedTask: public edm::EDAnalyzer{
00021 
00022 public:
00023 
00025 EELedTask(const edm::ParameterSet& ps);
00026 
00028 virtual ~EELedTask();
00029 
00030 protected:
00031 
00033 void analyze(const edm::Event& e, const edm::EventSetup& c);
00034 
00036 void beginJob(const edm::EventSetup& c);
00037 
00039 void endJob(void);
00040 
00042 void beginRun(const edm::Run & r, const edm::EventSetup & c);
00043 
00045 void endRun(const edm::Run & r, const edm::EventSetup & c);
00046 
00048 void reset(void);
00049 
00051 void setup(void);
00052 
00054 void cleanup(void);
00055 
00056 private:
00057 
00058 int ievt_;
00059 
00060 DQMStore* dqmStore_;
00061 
00062 std::string prefixME_;
00063 
00064 bool enableCleanup_;
00065 
00066 bool mergeRuns_;
00067 
00068 edm::InputTag EcalRawDataCollection_;
00069 edm::InputTag EEDigiCollection_;
00070 edm::InputTag EcalPnDiodeDigiCollection_;
00071 edm::InputTag EcalUncalibratedRecHitCollection_;
00072 
00073 MonitorElement* meShapeMapL1A_[18];
00074 MonitorElement* meAmplMapL1A_[18];
00075 MonitorElement* meTimeMapL1A_[18];
00076 MonitorElement* meAmplPNMapL1A_[18];
00077 MonitorElement* meShapeMapL1B_[18];
00078 MonitorElement* meAmplMapL1B_[18];
00079 MonitorElement* meTimeMapL1B_[18];
00080 MonitorElement* meAmplPNMapL1B_[18];
00081 MonitorElement* mePnAmplMapG01L1_[18];
00082 MonitorElement* mePnPedMapG01L1_[18];
00083 MonitorElement* mePnAmplMapG16L1_[18];
00084 MonitorElement* mePnPedMapG16L1_[18];
00085 
00086 MonitorElement* meShapeMapL2A_[18];
00087 MonitorElement* meAmplMapL2A_[18];
00088 MonitorElement* meTimeMapL2A_[18];
00089 MonitorElement* meAmplPNMapL2A_[18];
00090 MonitorElement* meShapeMapL2B_[18];
00091 MonitorElement* meAmplMapL2B_[18];
00092 MonitorElement* meTimeMapL2B_[18];
00093 MonitorElement* meAmplPNMapL2B_[18];
00094 MonitorElement* mePnAmplMapG01L2_[18];
00095 MonitorElement* mePnPedMapG01L2_[18];
00096 MonitorElement* mePnAmplMapG16L2_[18];
00097 MonitorElement* mePnPedMapG16L2_[18];
00098 
00099 bool init_;
00100 
00101 };
00102 
00103 #endif

Generated on Tue Jun 9 17:32:51 2009 for CMSSW by  doxygen 1.5.4