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

Comparing UserCode/MitPhysics/Mods/interface/MuonIDMod.h (file contents):
Revision 1.35 by sixie, Fri Jul 22 14:36:29 2011 UTC vs.
Revision 1.37 by ceballos, Tue Oct 11 17:00:24 2011 UTC

# Line 64 | Line 64 | namespace mithep
64        void               SetOutputName(const char *name)      { SetCleanMuonsName(name);    }  
65        void               SetPtMin(Double_t pt)                { fMuonPtMin         = pt;    }
66        void               SetTrackIsoCut(Double_t cut)         { fTrackIsolationCut = cut;   }
67 +      void               SetIntRadius(Double_t dr)            { fIntRadius = dr;            }
68  
69        enum EMuIdType {
70          kIdUndef = 0,       //not defined
# Line 73 | Line 74 | namespace mithep
74          kLoose,             //"Loose"
75          kWWMuIdV1,          //"WWMuIdV1"
76          kWWMuIdV2,          //"WWMuIdV2"
77 +        kWWMuIdV3,          //"WWMuIdV3"
78          kNoId,              //"NoId"
79          kCustomId           //"Custom"
80        };
# Line 134 | Line 136 | namespace mithep
136        const BeamSpotCol *fBeamSpot;            //!beamspot branch
137        const TrackCol    *fTracks;              //!track branch    
138        const PFCandidateCol *fPFCandidates;     //!pfcandidate branch
139 +      Double_t           fIntRadius;           //!min IntRadius cut in pf isolation
140        MuonCol            *fNonIsolatedMuons;    //!pointer to old muon collection
141        ElectronCol        *fNonIsolatedElectrons;//!pointer to old electron collection
142        TString             fPileupEnergyDensityName;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines