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 
11 #include <TH1.h>
13 
14 namespace tfwliteselectortest {
16 public :
17  ThingsTSelector() : h_a(0), h_refA(0) {}
18  void begin(TList*&);
19  void preProcessing(const TList*, TList&);
20  void process(const edm::Event&);
21  void postProcessing(TList&);
22  void terminate(TList&);
23 
24 private:
26  TH1F * h_a, *h_refA;
27 
30 
31  ClassDef(ThingsTSelector,2)
32 };
33 }
34 #endif
void process(const edm::Event &)
void preProcessing(const TList *, TList &)
ThingsTSelector operator=(ThingsTSelector const &)