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.34 by dkralph, Mon Jul 16 10:21:12 2012 UTC vs.
Revision 1.35 by dkralph, Tue Jul 17 10:17:22 2012 UTC

# Line 291 | Line 291 | SelectionStatus muonPreSelectionNoD0DzIP
291    return status;
292   }
293   //--------------------------------------------------------------------------------------------------
294 < SelectionStatus muonPreSelectionNoIP( ControlFlags &ctrl,  
294 > SelectionStatus muonPreSelectionNoD0IP( ControlFlags &ctrl,  
295                                            const mithep::Muon * mu,
296                                            const mithep::Vertex * vtx,
297                                            const mithep::Array<mithep::PFCandidate> * pfCandidates )
# Line 302 | Line 302 | SelectionStatus muonPreSelectionNoIP( Co
302    ret &= ( mu->Pt() >= 5 );
303    ret &= ( fabs(mu->Eta()) <= 2.4 );
304    ret &= ( mu->IsTrackerMuon() || mu->IsGlobalMuon() );
305 +  // ret &= (mu->HasTrackerTrk() &&
306 +  //      fabs(mu->TrackerTrk()->D0Corrected(*vtx)) < 0.5 &&
307 +  //      fabs(mu->TrackerTrk()->DzCorrected(*vtx)) < 1.0);
308    ret &= (mu->HasTrackerTrk() &&
306          fabs(mu->TrackerTrk()->D0Corrected(*vtx)) < 0.5 &&
309            fabs(mu->TrackerTrk()->DzCorrected(*vtx)) < 1.0);
310            
311    SelectionStatus status;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines