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.36 by ceballos, Fri Sep 16 14:09:17 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 134 | Line 135 | namespace mithep
135        const BeamSpotCol *fBeamSpot;            //!beamspot branch
136        const TrackCol    *fTracks;              //!track branch    
137        const PFCandidateCol *fPFCandidates;     //!pfcandidate branch
138 +      Double_t           fIntRadius;           //!min IntRadius cut in pf isolation
139        MuonCol            *fNonIsolatedMuons;    //!pointer to old muon collection
140        ElectronCol        *fNonIsolatedElectrons;//!pointer to old electron collection
141        TString             fPileupEnergyDensityName;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines