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

Comparing UserCode/MitHzz4l/Selection/src/SelectionZ4L.cc (file contents):
Revision 1.2 by anlevin, Fri Feb 17 15:09:42 2012 UTC vs.
Revision 1.3 by anlevin, Fri Feb 17 15:19:16 2012 UTC

# Line 4 | Line 4
4   #include "EfficiencyWeightsInterface.h"
5  
6   #include "HZZCiCElectronSelection.h"
7 < #include "IsolationSelection.h"
7 > //#include "IsolationSelection.h"
8   #include "PassHLT.h"
9   #include "SelectionZ4L.h"
10  
# Line 334 | Line 334 | EventData apply_Z4L_selection(ControlFla
334                              << "\ttype: " << lepvec[i].type
335                              << endl;
336        
337 <      if( ctrl.eleSeleScheme == "mediumloose" &&
338 <          !(lepvec[i].isTight) ) {
337 >      if( !(lepvec[i].isTight) ) {
338          if( ctrl.debug)  cout << "it's not tight, skipping ... " << endl;
339          continue;
340        }
# Line 346 | Line 345 | EventData apply_Z4L_selection(ControlFla
345                                << "\ttype: " << lepvec[j].type
346                                << endl;
347          
348 <        if( ctrl.eleSeleScheme == "mediumloose" &&
350 <            !(lepvec[j].isTight) ) {
348 >        if( !(lepvec[j].isTight) ) {
349            if( ctrl.debug)  cout << "it's not tight, skipping ... " << endl;
350            continue;
351          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines