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

Comparing UserCode/MitPhysics/Utils/src/JetTools.cc (file contents):
Revision 1.27 by ceballos, Fri Apr 27 22:44:12 2012 UTC vs.
Revision 1.28 by pharris, Tue May 1 16:53:38 2012 UTC

# Line 551 | Line 551 | Bool_t  JetTools::passPFLooseId(const PF
551    if(iJet->ChargedHadronEnergy()/iJet->RawMom().E()  <= 0     && fabs(iJet->Eta()) < 2.4 ) return false;
552    if(iJet->ChargedEmEnergy()/iJet->RawMom().E()      >  0.99  && fabs(iJet->Eta()) < 2.4 ) return false;
553    if(iJet->ChargedMultiplicity()                     < 1      && fabs(iJet->Eta()) < 2.4 ) return false;
554 +  if(fabs(iJet->Eta())                               > 4.99) return false;
555    return true;
556   }
557  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines