HiggsTwoBody.hh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "boca/branch/Multi.hh"
4 
5 namespace toppartner
6 {
7 
8 namespace branch
9 {
10 
17 {
18 public:
19  HiggsTwoBody();
20  template<typename Multiplet>
21  void Fill(Multiplet const& multiplet) {
22  Multi::Fill(multiplet);
23  }
24 private:
25  ClassDef(HiggsTwoBody, 1)
26 };
27 
28 // class ThreeBody : public Multi
29 // {
30 // public:
31 // template<typename Multiplet>
32 // void Fill(Multiplet const& multiplet) {
33 // Multi::Fill(multiplet);
34 // }
35 // private:
36 // ClassDef(ThreeBody, 1)
37 // };
38 
39 }
40 
41 }
Fermionic top partner.
Definition: Complete.cpp:6
void Fill(Multiplet const &multiplet)
Definition: HiggsTwoBody.hh:21
HiggsTwoBody()
Definition: HiggsTwoBody.cpp:13
Higgs cpv tagger root tree structure.
Definition: HiggsTwoBody.hh:16
Multi obejct tree branch
Definition: Multi.hh:18
Multiplet base class
Definition: Multiplet.hh:21