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 
9 class MonitorElement;
10 class DQMStore;
11 
13 
14  public:
15 
17  virtual ~ESFEDIntegrityTask();
18 
19  protected:
20 
22  void analyze(const edm::Event& e, const edm::EventSetup& c);
23 
25  void beginJob(void);
26 
28  void endJob(void);
29 
31  void beginRun(const edm::Run & r, const edm::EventSetup & c);
32 
34  void endRun(const edm::Run & r, const edm::EventSetup & c);
35 
37  void reset(void);
38 
40  void setup(void);
41 
43  void cleanup(void);
44 
45  private:
46 
47  int ievt_;
48 
50 
54  bool mergeRuns_;
55  bool debug_;
56 
60 
64 
65  bool init_;
66 
67 };
68 
69 #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::InputTag dccCollections_
edm::InputTag FEDRawDataCollection_
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
edm::InputTag kchipCollections_
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
MonitorElement * meESFedsEntries_
MonitorElement * meESFedsNonFatal_
Definition: Run.h:36