HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
HttEvent.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "Artus/KappaAnalysis/interface/KappaEvent.h"
5 
14 class HttEvent : public KappaEvent
15 {
16 public:
17  HttEvent() : KappaEvent() {};
18  //~HttEvent() : ~KappaEvent() {};
19 
21  KMET* m_mvaMetTT = 0;
22  KMET* m_mvaMetMT = 0;
23  KMET* m_mvaMetET = 0;
24  KMET* m_mvaMetEM = 0;
25  KMET* m_mvaMet = 0;
26 
28  KMETs* m_mvaMetsTT = 0;
29  KMETs* m_mvaMetsMT = 0;
30  KMETs* m_mvaMetsET = 0;
31  KMETs* m_mvaMetsEM = 0;
32  KMETs* m_mvaMets = 0;
33 
34 };
35 
KMETs * m_mvaMetsTT
pointer to (new) MVA MET collections
Definition: HttEvent.h:28
KMETs * m_mvaMets
Definition: HttEvent.h:32
KMET * m_mvaMetTT
pointer to (old) MVA MET collections
Definition: HttEvent.h:21
KMETs * m_mvaMetsET
Definition: HttEvent.h:30
KMETs * m_mvaMetsEM
Definition: HttEvent.h:31
KMET * m_mvaMetET
Definition: HttEvent.h:23
Definition: HttEvent.h:14
KMETs * m_mvaMetsMT
Definition: HttEvent.h:29
KMET * m_mvaMet
Definition: HttEvent.h:25
HttEvent()
Definition: HttEvent.h:17
KMET * m_mvaMetMT
Definition: HttEvent.h:22
KMET * m_mvaMetEM
Definition: HttEvent.h:24