16 |
|
#include "MitAna/DataTree/interface/JetCol.h" |
17 |
|
#include "MitAna/DataTree/interface/VertexCol.h" |
18 |
|
#include "MitAna/DataTree/interface/PFMetCol.h" |
19 |
+ |
#include "MitAna/DataTree/interface/PileupEnergyDensityCol.h" |
20 |
|
#include "MitPhysics/Utils/interface/MVAMet.h" |
21 |
|
|
22 |
|
namespace mithep |
38 |
|
TString fPFCandName; |
39 |
|
TString fVertexName; |
40 |
|
TString fPFMetName ; |
41 |
< |
const JetCol *fJets; |
42 |
< |
const PFCandidateCol *fCands; |
43 |
< |
const VertexCol *fVertices; |
44 |
< |
const PFMetCol *fPFMet; |
41 |
> |
TString fRhoName ; |
42 |
> |
|
43 |
> |
const JetCol *fJets; |
44 |
> |
const PFCandidateCol *fCands; |
45 |
> |
const VertexCol *fVertices; |
46 |
> |
const PFMetCol *fPFMet; |
47 |
> |
const PileupEnergyDensityCol *fRhoCol; |
48 |
|
|
49 |
|
MVAMet *fMVAMet; |
50 |
|
ClassDef(MVAMetMod, 1) // Jet identification module |