ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/src/MuonSelection.cc
(Generate patch)

Comparing UserCode/MitHzz4l/LeptonSelection/src/MuonSelection.cc (file contents):
Revision 1.22 by anlevin, Mon May 28 12:37:10 2012 UTC vs.
Revision 1.23 by khahn, Mon May 28 16:40:30 2012 UTC

# Line 105 | Line 105 | SelectionStatus muonReferencePreSelectio
105    if(ctrl.debug) cout << "and < 2.4 eta (" << mu->Eta() << ")? ... " << ret << endl;  
106    ret &= ( mu->IsTrackerMuon() || mu->IsGlobalMuon() );
107    if(ctrl.debug) cout << "is Tracker or Global? ... " << ret << endl;
108 <        ret &= (mu->HasTrackerTrk() && mu->TrackerTrk()->D0Corrected(*vtx) < 0.5 && mu->TrackerTrk()->DzCorrected(*vtx) < 1.0);
108 >        ret &= (mu->HasTrackerTrk() &&
109 >                mu->TrackerTrk()->D0Corrected(*vtx) < 0.5
110 >                && mu->TrackerTrk()->DzCorrected(*vtx) < 1.0);
111    if(ctrl.debug) cout << "d0 and dz? ... " << ret << endl;  
112            
113    //  if( mu->IsTrackerMuon() && mu->HasTrackerTrk() && !mu->IsGlobalMuon() )  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines