TopLeptonicTwoBody.hh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "boca/branch/Multi.hh"
4 
5 namespace higgscpv
6 {
7 
8 namespace branch
9 {
10 
17 {
18 public:
20  template<typename Multiplet>
21  void Fill(Multiplet const& multiplet) {
22  Multi::Fill(multiplet);
23  }
24 private:
25  ClassDef(TopLeptonicTwoBody, 1)
26 };
27 
28 }
29 
30 }
void Fill(Multiplet const &multiplet)
Definition: TopLeptonicTwoBody.hh:21
TopLeptonicTwoBody()
Definition: TopLeptonicTwoBody.cpp:10
CP-violating Higgs couplings.
Definition: Analysis.hh:13
Higgs tagger root tree structure.
Definition: TopLeptonicTwoBody.hh:16
Multi obejct tree branch
Definition: Multi.hh:18
Multiplet base class
Definition: Multiplet.hh:21