Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
examples
toppartner
toppartner
multiplets
Septet.hh
Go to the documentation of this file.
1
#include "
boca/multiplets/Quintet.hh
"
2
#include "
boca/multiplets/Doublet.hh
"
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
14
using
TwoBody<boca::Quintet, boca::Doublet>::TwoBody
;
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
}
toppartner
Fermionic top partner.
Definition:
Complete.cpp:6
boca::TwoBody
Two body base class.
Definition:
TwoBody.hh:24
Quintet.hh
toppartner::Septet::Doublet
boca::Doublet const & Doublet() const
Definition:
Septet.hh:20
toppartner::Septet::Quintet
boca::Quintet const & Quintet() const
Definition:
Septet.hh:16
toppartner::Septet
Definition:
Septet.hh:9
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
boca::Quintet
A Quintet consisting of a Triplet and a Doublet.
Definition:
Quintet.hh:14
boca::Doublet
A Doublet consisting of two Singlets.
Definition:
Doublet.hh:16
Doublet.hh