Septet.hh
Go to the documentation of this file.
3 
4 namespace toppartner
5 {
6 
7 using namespace boca;
8 
9 class Septet : public TwoBody<boca::Quintet, boca::Doublet>
10 {
11 
12 public:
13 
15 
16  boca::Quintet const& Quintet() const {
17  return Multiplet1();
18  }
19 
20  boca::Doublet const& Doublet() const {
21  return Multiplet2();
22  }
23 
24 };
25 
26 }
Fermionic top partner.
Definition: Complete.cpp:6
Two body base class.
Definition: TwoBody.hh:24
boca::Doublet const & Doublet() const
Definition: Septet.hh:20
boca::Quintet const & Quintet() const
Definition: Septet.hh:16
Definition: Septet.hh:9
Boosted Collider Analysis.
Definition: Analysis.hh:15
A Quintet consisting of a Triplet and a Doublet.
Definition: Quintet.hh:14
A Doublet consisting of two Singlets.
Definition: Doublet.hh:16