9 |
|
#ifndef MITPHYSICS_UTILS_METTOOLS_H |
10 |
|
#define MITPHYSICS_UTILS_METTOOLS_H |
11 |
|
|
12 |
+ |
#include "MitAna/DataTree/interface/ParticleCol.h" |
13 |
|
#include "MitAna/DataTree/interface/MetCol.h" |
14 |
|
#include "MitAna/DataTree/interface/VertexCol.h" |
15 |
|
#include "MitAna/DataTree/interface/MuonCol.h" |
43 |
|
|
44 |
|
~MetTools() {} |
45 |
|
|
46 |
+ |
void AddToCorrectedTrackMet ( const Particle *p); |
47 |
+ |
void AddToCorrectedMet ( const Particle *p); |
48 |
|
Met GetCorrectedMet() { return fCorrectedMet; } |
49 |
|
Met GetMinimumMet(const Met *UncorrectedMet); |
50 |
|
Met GetCorrectedTrackMet() { return fCorrectedTrackMet; } |