Higgs.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 
25  Higgs();
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(Higgs, 1)
40 
41 };
42 
43 }
44 
45 }
Bottom tagger base tree branch
Definition: BottomBase.hh:24
Higgs tagger tree branch
Definition: Higgs.hh:20
Higgs()
Definition: Higgs.cpp:12
void Fill(Multiplet const &multiplet)
Definition: Higgs.hh:28
boca::Observables Spectators()
Definition: Higgs.cpp:20
Two body tree branch.
Definition: TwoBody.hh:19
boca::Observables Variables()
Definition: Higgs.cpp:15
Higgs coupling.
Definition: Global.cpp:8
Multiplet base class
Definition: Multiplet.hh:21
Container for Observable.
Definition: Observables.hh:17