11 |
|
#include "ParseArgs.h" |
12 |
|
#include "Track.h" |
13 |
|
|
14 |
< |
#include "MitPhysics/Utils/interface/MuonTools.h" |
14 |
> |
#include "MuonTools.h" |
15 |
> |
#include "MuonQuality.h" |
16 |
|
|
17 |
|
#include "PileupEnergyDensity.h" |
18 |
|
|
52 |
|
const mithep::Array<mithep::PFCandidate> * ); |
53 |
|
|
54 |
|
bool trackToPFMuonSelection( const mithep::Track *track, const mithep::MuonCol * muoncol ); |
55 |
+ |
SelectionStatus PassWwMuonSel(const mithep::Muon *mu, const mithep::Vertex *vtx, |
56 |
+ |
const mithep::Array<mithep::PFCandidate> *pfArr |
57 |
+ |
); |
58 |
|
|
59 |
|
#endif |