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.24 by ceballos, Wed May 12 19:06:52 2010 UTC vs.
Revision 1.25 by ceballos, Thu May 27 07:58:59 2010 UTC

# Line 48 | Line 48 | namespace mithep
48        void               SetCleanName(const char *name)       { SetCleanMuonsName(name);    }  
49        void               SetCombIsoCut(Double_t cut)          { fCombIsolationCut  = cut;   }
50        void               SetD0Cut(Double_t cut)               { fD0Cut             = cut;   }
51 +      void               SetEtaCut(Double_t cut)              { fEtaCut            = cut;   }
52        void               SetIDType(const char *type)          { fMuonIDType        = type;  }
53        void               SetInputName(const char *name)       { fMuonBranchName    = name;  }  
54        void               SetIsoType(const char *type)         { fMuonIsoType       = type;  }
# Line 99 | Line 100 | namespace mithep
100        Double_t           fMuonPtMin;           //min muon pt
101        Bool_t             fApplyD0Cut;          //=true then apply d0 cut (def=1)
102        Double_t           fD0Cut;               //max d0
103 +      Double_t           fEtaCut;              //max eta, absolute value
104        Bool_t             fReverseIsoCut;       //apply reversion iso cut (default=0)
105        Bool_t             fReverseD0Cut;        //apply reversion d0 cut (default=0)
106        EMuIdType          fMuIDType;            //!muon id type (imposed)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines