CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ThingsTSelector2.h
Go to the documentation of this file.
1 #ifndef ThingsTSelector2_h
2 #define ThingsTSelector2_h
3 
11 #include <TH1.h>
13 
14 namespace tfwliteselectortest {
15  struct ThingsWorker {
16  ThingsWorker(const TList*, TList&);
17  void process( const edm::Event& iEvent );
18  void postProcess(TList&);
19  TH1F* h_a;
20  TH1F* h_refA;
21  };
22 
23  class ThingsTSelector2 : public TFWLiteSelector<ThingsWorker> {
24 public :
26  void begin(TList*&);
27  void terminate(TList&);
28 
29 private:
30 
33 
34  ClassDef(ThingsTSelector2,2)
35  };
36 }
37 #endif
int iEvent
Definition: GenABIO.cc:230
ThingsTSelector2 operator=(ThingsTSelector2 const &)
ThingsWorker(const TList *, TList &)
void process(const edm::Event &iEvent)