ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/interface/HLTExampleMod.h
(Generate patch)

Comparing UserCode/MitAna/PhysicsMod/interface/HLTExampleMod.h (file contents):
Revision 1.2 by loizides, Wed Dec 10 17:25:16 2008 UTC vs.
Revision 1.3 by loizides, Tue May 12 18:41:39 2009 UTC

# Line 25 | Line 25 | namespace mithep
25      public:
26        HLTExampleMod(const char *name="HLTExampleMod",
27                      const char *title="HLT example module");
28      ~HLTExampleMod() {}
28  
29        void         SetTrigObjsName(const char *n) { fObjsName=n; }
30  
31      protected:
32 +      void         Process();
33 +      void         SlaveBegin();
34 +      void         SlaveTerminate();
35 +
36        TString      fObjsName;   //name of trigger objects
37        TH1D        *fPtHist;     //!pt histogram
38        TH1D        *fEtaHist;    //!eta histogram
39  
37      void         Process();
38      void         SlaveBegin();
39
40        ClassDef(HLTExampleMod, 1) // HLT example analysis module
41    };
42   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines