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

Comparing UserCode/MitPhysics/Mods/src/MuonIDMod.cc (file contents):
Revision 1.8 by loizides, Fri Nov 28 09:56:42 2008 UTC vs.
Revision 1.9 by ceballos, Fri Nov 28 10:31:38 2008 UTC

# Line 103 | Line 103 | void MuonIDMod::Process()
103            Double_t totalIso = 1.0 * mu->IsoR03SumPt() +
104                                1.0 * mu->IsoR03EmEt() +
105                                1.0 * mu->IsoR03HadEt();
106 <          if ((totalIso < (mu->Pt()-10.0)*5.0/15.0) ||
107 <              (totalIso < 5.0 && mu->Pt() > 25))
106 >          if ((totalIso < (mu->Pt()-10.0)*5.0/15.0 && mu->Pt() <= 25) ||
107 >              (totalIso < 5.0 && mu->Pt() > 25) ||
108 >               totalIso <= 0)
109              isopass = kTRUE;
110          }
111          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines