25 |
|
#include "CommonDefs.h" |
26 |
|
#include "SelectionDefs.h" |
27 |
|
#include "FSR.h" |
28 |
< |
#include "UtilFuncs.h" |
28 |
> |
#include "SelectionFuncs.h" |
29 |
|
|
30 |
|
|
31 |
|
extern vector<SimpleLepton> failingLeptons; |
144 |
|
tmplep.isLoose = musel.loose(); |
145 |
|
tmplep.status = musel; |
146 |
|
tmplep.fsrRecoveryAttempted = false; |
147 |
< |
tmplep.tightCutsApplied = false; |
147 |
> |
SelectionStatus tmpstat = PassWwMuonSel(mu,vtx,pfCandidates); |
148 |
> |
tmplep.tightCutsApplied = tmpstat.tight(); |
149 |
|
lepvec.push_back(tmplep); |
150 |
|
if( ctrl.debug ) cout << endl; |
151 |
|
} |