20 |
|
#include "MitAna/DataTree/interface/TrackCol.h" |
21 |
|
#include "MitAna/DataTree/interface/CaloTowerCol.h" |
22 |
|
#include "MitAna/DataTree/interface/MetCol.h" |
23 |
+ |
#include "MitAna/DataTree/interface/VertexCol.h" |
24 |
|
#include <TVector3.h> |
25 |
|
#include <TLorentzVector.h> |
26 |
|
|
40 |
|
static Double_t Razor(const ParticleOArr *particles, const Met *met); |
41 |
|
static Double_t CosineOmega(const Particle *particles0, const Particle *particles1); |
42 |
|
static Double_t MtHiggs(const ParticleOArr *leptons, const Met *met, double metFraction[2], int nsel); |
43 |
+ |
static void Alpha(Double_t AlphaVar[2], const TrackCol *tracks, Jet *jet, const VertexCol *vertices, Double_t delta_z, Double_t delta_cone); |
44 |
|
|
45 |
|
ClassDef(JetTools, 0) |
46 |
|
}; |