20 |
|
#include "MitAna/DataTree/interface/VertexCol.h" |
21 |
|
#include "MitAna/DataTree/interface/BeamSpotCol.h" |
22 |
|
#include "MitAna/DataTree/interface/TriggerObjectCol.h" |
23 |
+ |
#include "MitAna/DataTree/interface/MCParticleCol.h" |
24 |
|
#include "MitCommon/MathTools/interface/MathUtils.h" |
25 |
|
|
26 |
|
class TRandom3; |
95 |
|
double rho, double ptmin, |
96 |
|
bool applyEleVeto = true, |
97 |
|
bool print = false, float* kin=NULL); |
98 |
+ |
|
99 |
+ |
static const MCParticle *MatchMC(const Photon *ph, const MCParticleCol *c); |
100 |
|
|
101 |
|
ClassDef(PhotonTools, 0) // Muon tools |
102 |
|
}; |