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

Comparing UserCode/MitPhysics/Utils/interface/MuonTools.h (file contents):
Revision 1.15 by ceballos, Tue Mar 15 12:02:49 2011 UTC vs.
Revision 1.19 by ceballos, Wed Oct 5 16:11:18 2011 UTC

# Line 52 | Line 52 | namespace mithep {
52        Double_t      GetSegmentCompatability(const mithep::Muon *iMuon)             const;
53        static Bool_t PassD0Cut(const Muon *mu, const VertexCol *vertices, Double_t fD0Cut, Int_t nVertex = 0);
54        static Bool_t PassD0Cut(const Muon *mu, const BeamSpotCol *beamspots, Double_t fD0Cut);
55 <      static Bool_t PassDZCut(const Muon *mu, const VertexCol *vertices, Double_t fDZCut);
56 <      static Bool_t PassSoftMuonCut(const Muon *mu, const VertexCol *vertices);
55 >      static Bool_t PassDZCut(const Muon *mu, const VertexCol *vertices, Double_t fDZCut, Int_t nVertex = 0);
56 >      static Bool_t PassSoftMuonCut(const Muon *mu, const VertexCol *vertices, const Double_t fDZCut = 0.2,
57 >                                    const Bool_t applyIso = kTRUE);
58  
59      protected:
60        void        DeleteHistos();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines