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

Comparing UserCode/MitPhysics/Mods/interface/PhotonCleaningMod.h (file contents):
Revision 1.2 by loizides, Thu Dec 4 13:53:33 2008 UTC vs.
Revision 1.3 by loizides, Wed Dec 10 11:44:33 2008 UTC

# Line 30 | Line 30 | namespace mithep
30        void             SetMinDeltaRToElectron(const Double_t x)   { fMinDeltaRToElectron   = x;    }
31  
32      protected:
33 +      void             Process();
34 +
35        TString          fCleanElectronsName;   //name of clean electrons (input)
36        TString          fGoodPhotonsName;      //name of good jets (input)
37        TString          fCleanPhotonsName;     //name of clean jets (output)
38        Double_t         fMinDeltaRToElectron;  //delta R threshold for separating electrons/photons
37
38      void             Process();
39    
40 <      ClassDef(PhotonCleaningMod,1) // Photon cleaning module
40 >    ClassDef(PhotonCleaningMod,1) // Photon cleaning module
41    };
42   }
43   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines