ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/interface/JetCleaningMod.h
(Generate patch)

Comparing UserCode/MitPhysics/Mods/interface/JetCleaningMod.h (file contents):
Revision 1.4 by sixie, Sat Nov 29 18:45:36 2008 UTC vs.
Revision 1.6 by loizides, Wed Dec 10 11:44:33 2008 UTC

# Line 32 | Line 32 | namespace mithep
32        void               SetMinDeltaRToPhoton(const Double_t x)   { fMinDeltaRToPhoton   = x;   }
33  
34      protected:
35 +      void               Process();
36 +
37        TString            fCleanElectronsName;   //name of clean electrons (input)
38        TString            fCleanPhotonsName;     //name of clean photons   (input)
39        TString            fGoodJetsName;         //name of good jets       (input)
40        TString            fCleanJetsName;        //name of clean jets      (output)
41 <      Double_t           fMinDeltaRToElectron;  //delta R threshold for separating electrons from jets
42 <      Double_t           fMinDeltaRToPhoton;    //delta R threshold for separating photons from jets
41 <
42 <      void               Process();
41 >      Double_t           fMinDeltaRToElectron;  //delta R for separating electrons from jets
42 >      Double_t           fMinDeltaRToPhoton;    //delta R for separating photons from jets
43    
44 <      ClassDef(JetCleaningMod,1) // Jet cleaning module
44 >    ClassDef(JetCleaningMod,1) // Jet cleaning module
45    };
46   }
47   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines