HiggsSemiLeptonic.hh
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include "boca/branch/TwoBody.hh"
8 
9 namespace tthh
10 {
11 
12 namespace branch
13 {
14 
21 {
22 
23 public:
24 
26 
27  template<typename Multiplet>
28  void Fill(Multiplet const& multiplet) {
29  TwoBody::Fill(multiplet);
30  BottomBase::Fill(multiplet);
31  }
32 
34 
36 
37 private:
38 
39  ClassDef(HiggsSemiLeptonic, 1)
40 
41 };
42 
43 }
44 
45 }
Bottom tagger base tree branch
Definition: BottomBase.hh:24
boca::Observables Spectators()
Definition: HiggsSemiLeptonic.cpp:38
Two body tree branch.
Definition: TwoBody.hh:19
void Fill(Multiplet const &multiplet)
Definition: HiggsSemiLeptonic.hh:28
Higgs coupling.
Definition: Global.cpp:8
boca::Observables Variables()
Definition: HiggsSemiLeptonic.cpp:17
Multiplet base class
Definition: Multiplet.hh:21
Higgs tagger tree branch
Definition: HiggsSemiLeptonic.hh:20
Container for Observable.
Definition: Observables.hh:17
HiggsSemiLeptonic()
Definition: HiggsSemiLeptonic.cpp:14