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

Comparing UserCode/MitPhysics/Utils/src/ElectronTools.cc (file contents):
Revision 1.23 by ceballos, Tue Mar 15 12:02:49 2011 UTC vs.
Revision 1.24 by ceballos, Mon Mar 21 12:25:36 2011 UTC

# Line 157 | Line 157 | Bool_t ElectronTools::PassCustomID(const
157    // Cuts only for pt<20 region and kVBTFWorkingPoint80LowPtId
158    if(ele->Pt() < 20 && idType == kVBTFWorkingPoint80LowPtId) {
159      Bool_t isGoodLowPtEl = fBrem > 0.15 ||
160 <                          (ele->AbsEta() < 1.0 && eOverP > 0.95 &&
161 <                           TMath::Abs(ele->Charge()*ele->DeltaPhiSuperClusterTrackAtVtx()) < 0.006);
160 >                          (ele->AbsEta() < 1.0 && eOverP > 0.95);
161      if(!isGoodLowPtEl) return kFALSE;
162    }
163    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines