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

Comparing UserCode/MitHzz4l/Selection/src/Selection.cc (file contents):
Revision 1.15 by khahn, Sun Nov 6 15:56:02 2011 UTC vs.
Revision 1.16 by khahn, Mon Nov 7 05:28:06 2011 UTC

# Line 175 | Line 175 | unsigned fails_HZZ4L_selection(ControlFl
175      const mithep::TMuon *mu = (mithep::TMuon*)((*muonArr)[i]);      
176      unsigned muonfail;
177      if( ctrl.muSele == "ksWW" )
178 <      muonfail = passMuonSelection(mu);
178 >      muonfail = passKSMuonSelection(mu);
179      else
180        muonfail = passMuonSelectionZZ(mu);
181      if( ctrl.debug ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines