Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 namespace toppartner
8 {
9 
10 class Decuplet55 : public TwoBody<Quintet, Quintet>
11 {
12 
13 public:
14 
16 
17  Quintet const& Quintet1() const {
18  return Multiplet1();
19  }
20 
21  Quintet const& Quintet2() const {
22  return Multiplet2();
23  }
24 
25 };
26 
27 class Decuplet73 : public TwoBody<toppartner::Septet, ::boca::Triplet>
28 {
29 
30 public:
31 
33 
34  toppartner::Septet const& Septet() const {
35  return Multiplet1();
36  }
37 
38  boca::Triplet const& Triplet() const {
39  return Multiplet2();
40  }
41 
42 };
43 
44 class Decuplet82 : public TwoBody<Octet53, boca::Doublet>
45 {
46 
47 public:
48 
50 
51  Octet53 const& Octet() const {
52  return Multiplet1();
53  }
54 
55  boca::Doublet const& Doublet() const {
56  return Multiplet2();
57  }
58 
59 };
60 
61 class Decuplet532 : public ThreeBody<boca::Quintet, boca::Triplet, boca::Doublet>
62 {
63 
64 public:
65 
67 
68  boca::Quintet const& Quintet() const {
69  return Multiplet1();
70  }
71 
72  boca::Triplet const& Triplet() const {
73  return Multiplet2();
74  }
75 
76  boca::Doublet const& Doublet() const {
77  return Multiplet3();
78  }
79 
80 };
81 
82 }
Three body base class.
Definition: ThreeBody.hh:17
Definition: Decuplet.hh:61
Quintet & Multiplet2()
Accessor to the second multiplet.
Definition: TwoBody.hh:183
Definition: Decuplet.hh:44
Quintet const & Quintet2() const
Definition: Decuplet.hh:21
toppartner::Septet const & Septet() const
Definition: Decuplet.hh:34
An octet composed of two quartets.
Definition: Octet.hh:52
Fermionic top partner.
Definition: Complete.cpp:6
Two body base class.
Definition: TwoBody.hh:24
Quintet const & Quintet1() const
Definition: Decuplet.hh:17
boca::Triplet const & Triplet() const
Definition: Decuplet.hh:38
Definition: Septet.hh:9
Definition: Decuplet.hh:10
A Triplet consisting of a Singlet and a Doublet.
Definition: Triplet.hh:17
A Quintet consisting of a Triplet and a Doublet.
Definition: Quintet.hh:14
boca::Doublet const & Doublet() const
Definition: Decuplet.hh:55
A Doublet consisting of two Singlets.
Definition: Doublet.hh:16
Octet53 const & Octet() const
Definition: Decuplet.hh:51
boca::Quintet const & Quintet() const
Definition: Decuplet.hh:68
boca::Triplet const & Triplet() const
Definition: Decuplet.hh:72
Definition: Decuplet.hh:27
Quintet & Multiplet1()
Accessor to the first multiplet.
Definition: TwoBody.hh:167
boca::Doublet const & Doublet() const
Definition: Decuplet.hh:76