CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EvFRecordUnpacker.h
Go to the documentation of this file.
1 #ifndef EVENTFILTER_UTILITIES_PLUGINS_EVFRECORDUNPACKER_H
2 #define EVENTFILTER_UTILITIES_PLUGINS_EVFRECORDUNPACKER_H
3 
8 
9 #include <TH1F.h>
10 #include <TH2F.h>
11 #include <TFile.h>
12 
13 namespace evf{
14 
16  {
17  public:
20  void analyze(const edm::Event & e, const edm::EventSetup& c);
21 
22  private:
24  TH1F *node_usage_;
25  TH1F *l1_rb_delay_;
26  TH2F *corre_;
27  TFile * f_;
28  };
29 }
30 #endif
void analyze(const edm::Event &e, const edm::EventSetup &c)
EvFRecordUnpacker(const edm::ParameterSet &)