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

Comparing UserCode/MitHzz4l/Selection/src/MuonSelection.cc (file contents):
Revision 1.4 by khahn, Mon Oct 17 16:23:43 2011 UTC vs.
Revision 1.5 by khahn, Wed Oct 19 15:15:37 2011 UTC

# Line 92 | Line 92 | unsigned passMuonSelection( const mithep
92    }
93  
94    level++;
95  if(!(mu->typeBits & kGlobal)) {
96    failmask |= (1<<level);
97  }
98
99  level++;
95    if(mu->nTkHits          < 11) {
96      failmask |= (1<<level);
97    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines