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

Comparing UserCode/MitHzz4l/NonMCBackground/src/SelectionEMU.cc (file contents):
Revision 1.12 by dkralph, Mon Jul 16 10:21:13 2012 UTC vs.
Revision 1.13 by dkralph, Tue Jul 17 10:17:22 2012 UTC

# Line 114 | Line 114 | EventData apply_HZZ4L_EMU_selection(Cont
114        
115  
116        SelectionStatus denomSel;
117 <      denomSel |= muonPreSelectionNoIP(ctrl,mu,vtx,pfCandidates);
117 >      denomSel |= muonPreSelectionNoD0IP(ctrl,mu,vtx,pfCandidates);
118        if( !denomSel.passPre() ) continue;
119  
120        SelectionStatus musel;
# Line 170 | Line 170 | EventData apply_HZZ4L_EMU_selection(Cont
170          const mithep::Electron *ele = (mithep::Electron*)((*electronArr)[i]);
171  
172          SelectionStatus denomSel;
173 <        denomSel |= electronPreSelectionNoIP(ctrl,ele,vtx);
173 >        denomSel |= electronPreSelectionNoD0IP(ctrl,ele,vtx);
174          if( !denomSel.passPre() ) continue;
175          
176          SelectionStatus elesel;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines