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.17 by fabstoec, Tue Apr 19 09:13:37 2011 UTC vs.
Revision 1.18 by bendavid, Wed May 18 14:01:18 2011 UTC

# Line 63 | Line 63 | namespace mithep
63        void                SetEtaWidthEE(Double_t x)         { fEtaWidthEE      = x;        }
64        void                SetAbsEtaMax(Double_t x)          { fAbsEtaMax       = x;        }
65        void                SetApplyR9Min(Bool_t b)           { fApplyR9Min      = b;        }
66 +      void                SetApplyFiduciality(Bool_t b)     { fFiduciality = b;            }      
67        void                SetEffAreas(Double_t ecal, Double_t hcal, Double_t track) {
68          fEffAreaEcalEE = ecal; fEffAreaHcalEE = hcal; fEffAreaTrackEE = track;
69          fEffAreaEcalEB = ecal; fEffAreaHcalEB = hcal; fEffAreaTrackEB = track;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines