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

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

# Line 48 | Line 48 | namespace mithep
48        };
49  
50      protected:
51 +      void                Process();
52 +      void                SlaveBegin();
53 +
54        TString             fPhotonBranchName;     //branch name of electron collection
55        TString             fGoodPhotonsName;      //name of exported "good electrons" collection
56        TString             fPhotonIDType;         //type of electron ID we impose
# Line 58 | Line 61 | namespace mithep
61        const PhotonCol    *fPhotons;              //!photon branch
62        EPhIdType           fPhIdType;             //!identification scheme
63        EPhIsoType          fPhIsoType;            //!isolation scheme
61
62      void          Process();
63      void          SlaveBegin();
64      
65 <      ClassDef(PhotonIDMod,1) // Photon identification module
65 >    ClassDef(PhotonIDMod,1) // Photon identification module
66    };
67   }
68   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines