CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESFEDIntegrityTask.h
Go to the documentation of this file.
1 #ifndef ESFEDIntegrityTask_H
2 #define ESFEDIntegrityTask_H
3 
8 
11 
12 class MonitorElement;
13 class DQMStore;
14 
16 
17  public:
18 
20  virtual ~ESFEDIntegrityTask();
21 
22  protected:
23 
25  void analyze(const edm::Event& e, const edm::EventSetup& c);
26 
28  void beginJob(void);
29 
31  void endJob(void);
32 
34  void beginRun(const edm::Run & r, const edm::EventSetup & c);
35 
37  void endRun(const edm::Run & r, const edm::EventSetup & c);
38 
40  void reset(void);
41 
43  void setup(void);
44 
46  void cleanup(void);
47 
48  private:
49 
50  int ievt_;
51 
53 
57  bool mergeRuns_;
58  bool debug_;
59 
62 
66 
67  bool init_;
68 
69 };
70 
71 #endif
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
MonitorElement * meESFedsFatal_
void endJob(void)
EndJob.
void setup(void)
Setup.
void beginJob(void)
BeginJob.
void cleanup(void)
Cleanup.
void reset(void)
Reset.
ESFEDIntegrityTask(const edm::ParameterSet &ps)
edm::EDGetTokenT< FEDRawDataCollection > FEDRawDataCollection_
edm::EDGetTokenT< ESRawDataCollection > dccCollections_
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
MonitorElement * meESFedsEntries_
MonitorElement * meESFedsNonFatal_
Definition: Run.h:41