CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EBCosmicTask.h
Go to the documentation of this file.
1 #ifndef EBCosmicTask_H
2 #define EBCosmicTask_H
3 
4 /*
5  * \file EBCosmicTask.h
6  *
7  * $Date: 2012/04/27 13:46:00 $
8  * $Revision: 1.39 $
9  * \author G. Della Ricca
10  *
11 */
12 
16 
17 class MonitorElement;
18 class DQMStore;
19 
21 
22 public:
23 
26 
28 virtual ~EBCosmicTask();
29 
30 protected:
31 
33 void analyze(const edm::Event& e, const edm::EventSetup& c);
34 
36 void beginJob(void);
37 
39 void endJob(void);
40 
42 void beginRun(const edm::Run & r, const edm::EventSetup & c);
43 
45 void endRun(const edm::Run & r, const edm::EventSetup & c);
46 
48 void reset(void);
49 
51 void setup(void);
52 
54 void cleanup(void);
55 
56 private:
57 
58 int ievt_;
59 
61 
62 std::string prefixME_;
63 
65 
67 
71 
73 
75 
77 
78 double threshold_;
79 double minJitter_;
80 double maxJitter_;
81 
82 bool init_;
83 
84 };
85 
86 #endif
std::string prefixME_
Definition: EBCosmicTask.h:62
void setup(void)
Setup.
Definition: EBCosmicTask.cc:95
double threshold_
Definition: EBCosmicTask.h:78
double minJitter_
Definition: EBCosmicTask.h:79
DQMStore * dqmStore_
Definition: EBCosmicTask.h:60
void cleanup(void)
Cleanup.
edm::InputTag EcalRecHitCollection_
Definition: EBCosmicTask.h:70
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
Definition: EBCosmicTask.cc:81
void beginJob(void)
BeginJob.
Definition: EBCosmicTask.cc:62
edm::InputTag EcalUncalibratedRecHitCollection_
Definition: EBCosmicTask.h:69
EBCosmicTask(const edm::ParameterSet &ps)
Constructor.
Definition: EBCosmicTask.cc:29
void reset(void)
Reset.
Definition: EBCosmicTask.cc:85
MonitorElement * meSelMap_[36]
Definition: EBCosmicTask.h:74
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
MonitorElement * meCutMap_[36]
Definition: EBCosmicTask.h:72
void endJob(void)
EndJob.
MonitorElement * meSpectrum_[2][36]
Definition: EBCosmicTask.h:76
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
Definition: EBCosmicTask.cc:73
bool enableCleanup_
Definition: EBCosmicTask.h:64
edm::InputTag EcalRawDataCollection_
Definition: EBCosmicTask.h:68
double maxJitter_
Definition: EBCosmicTask.h:80
virtual ~EBCosmicTask()
Destructor.
Definition: EBCosmicTask.cc:58
Definition: Run.h:33