1 |
– |
//------------------- |
2 |
– |
// |
3 |
– |
// Jet Tools |
4 |
– |
// |
5 |
– |
// S Markson |
6 |
– |
// |
7 |
– |
//------------------- |
8 |
– |
|
1 |
|
#ifndef MITPHYSICS_UTILS_JETTOOLS_H |
2 |
|
#define MITPHYSICS_UTILS_JETTOOLS_H |
3 |
|
|
7 |
|
#include "MitAna/DataTree/interface/ParticleCol.h" |
8 |
|
#include "MitAna/DataTree/interface/PFCandidateCol.h" |
9 |
|
#include "MitAna/DataTree/interface/JetCol.h" |
10 |
+ |
#include "MitAna/DataTree/interface/PFJetCol.h" |
11 |
|
#include "MitPhysics/Init/interface/ModNames.h" |
12 |
|
#include "MitAna/DataCont/interface/ObjArray.h" |
13 |
|
#include "MitAna/DataTree/interface/TrackCol.h" |
36 |
|
static Double_t CosineOmega(const Particle *particles0, const Particle *particles1); |
37 |
|
static Double_t MtHiggs(const ParticleOArr *leptons, const Met *met, double metFraction[2], int nsel); |
38 |
|
static void Alpha(Double_t AlphaVar[2], const TrackCol *tracks, Jet *jet, const VertexCol *vertices, Double_t delta_z, Double_t delta_cone); |
39 |
+ |
static void Alpha(Double_t AlphaVar[2], const PFJet *jet, const VertexCol *vertices, Double_t delta_z); |
40 |
|
|
41 |
|
ClassDef(JetTools, 0) |
42 |
|
}; |