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 |
|
|
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 |
|
} |
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 |
|
} |