CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ThingsTSelector.h
Go to the documentation of this file.
1 #ifndef ThingsTSelector_h
2 #define ThingsTSelector_h
3 
12 #include <TH1.h>
14 
15 namespace tfwliteselectortest {
17 public :
18  ThingsTSelector() : h_a(0), h_refA(0) {}
19  void begin(TList*&);
20  void preProcessing(const TList*, TList&);
21  void process(const edm::Event&);
22  void postProcessing(TList&);
23  void terminate(TList&);
24 
25 private:
27  TH1F * h_a, *h_refA;
28 
31 
32  ClassDef(ThingsTSelector,2)
33 };
34 }
35 #endif
void process(const edm::Event &)
void preProcessing(const TList *, TList &)
ThingsTSelector operator=(ThingsTSelector const &)