13 |
|
#include "MitAna/DataUtil/interface/Debug.h" |
14 |
|
#include "MitAna/DataTree/interface/Names.h" |
15 |
|
#include "MitAna/DataTree/interface/ParticleCol.h" |
16 |
+ |
#include "MitAna/DataTree/interface/PFCandidateCol.h" |
17 |
|
#include "MitAna/DataTree/interface/JetCol.h" |
18 |
|
#include "MitAna/DataTree/interface/Jet.h" |
19 |
+ |
#include "MitAna/DataTree/interface/PFJet.h" |
20 |
|
#include "MitPhysics/Init/interface/ModNames.h" |
21 |
|
#include "MitAna/DataCont/interface/ObjArray.h" |
22 |
|
#include "MitAna/DataTree/interface/TrackCol.h" |
23 |
|
#include "MitAna/DataTree/interface/CaloTowerCol.h" |
24 |
|
#include "MitAna/DataTree/interface/MetCol.h" |
25 |
+ |
#include "MitAna/DataTree/interface/VertexCol.h" |
26 |
|
#include <TVector3.h> |
27 |
|
#include <TLorentzVector.h> |
28 |
|
|
42 |
|
static Double_t Razor(const ParticleOArr *particles, const Met *met); |
43 |
|
static Double_t CosineOmega(const Particle *particles0, const Particle *particles1); |
44 |
|
static Double_t MtHiggs(const ParticleOArr *leptons, const Met *met, double metFraction[2], int nsel); |
45 |
< |
|
46 |
< |
ClassDef(JetTools, 0) |
45 |
> |
static void Alpha(Double_t AlphaVar[2], const TrackCol *tracks, Jet *jet, const VertexCol *vertices, Double_t delta_z, Double_t delta_cone); |
46 |
> |
static void Alpha(Double_t AlphaVar[2], const PFJet *jet, const VertexCol *vertices, Double_t delta_z); |
47 |
> |
|
48 |
> |
ClassDef(JetTools, 0) |
49 |
|
}; |
50 |
+ |
|
51 |
|
} |
52 |
|
|
53 |
|
#endif |