21 |
|
#include "MitAna/DataTree/interface/ElectronCol.h" |
22 |
|
#include "MitAna/DataTree/interface/PFCandidateCol.h" |
23 |
|
#include "MitAna/DataTree/interface/TrackCol.h" |
24 |
+ |
#include "MitAna/DataTree/interface/DecayParticleCol.h" |
25 |
|
|
26 |
|
namespace mithep |
27 |
|
{ |
64 |
|
Double_t etaStrip, |
65 |
|
Double_t maxD0, |
66 |
|
mithep::TrackQuality::EQuality, |
67 |
< |
const mithep::Collection<mithep::Track> *tracks); |
67 |
> |
const mithep::Collection<mithep::Track> *tracks, |
68 |
> |
UInt_t maxNExpectedHitsInner = 999, |
69 |
> |
const mithep::DecayParticleCol *conversions = 0); |
70 |
|
|
71 |
|
ClassDef(IsolationTools, 0) // Isolation tools |
72 |
|
}; |