Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
boca
multiplets
Sextet.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
boca/multiplets/Quartet.hh
"
7
8
namespace
boca
9
{
10
16
class
Sextet33
:
public
TwoBody
<Triplet, Triplet>
17
{
18
19
public
:
20
21
using
TwoBody<Triplet, Triplet>::TwoBody
;
22
23
Triplet
const
&
Triplet1
()
const
;
24
25
Triplet
const
&
Triplet2
()
const
;
26
27
Triplet
&
Triplet1
();
28
29
Triplet
&
Triplet2
();
30
31
private
:
32
33
std::string
Name()
const override
;
34
35
};
36
42
class
Sextet42
:
public
TwoBody
<Quartet22, boca::Doublet>
43
{
44
45
public
:
46
47
using
TwoBody<Quartet22, boca::Doublet>::TwoBody
;
48
49
Quartet22
const
& Quartet()
const
;
50
51
boca::Doublet
const
&
Doublet
()
const
;
52
53
Quartet22
& Quartet();
54
55
boca::Doublet
& Doublet();
56
57
private
:
58
59
std::string
Name
()
const override
;
60
61
};
62
63
}
Quartet.hh
boca::Sextet33::Triplet1
Triplet const & Triplet1() const
Definition:
Sextet.cpp:8
boca::Id::string
boca::TwoBody
Two body base class.
Definition:
TwoBody.hh:24
boca::Quartet22
A Quartet consisting of two Doublets.
Definition:
Quartet.hh:23
boca::Triplet
A Triplet consisting of a Singlet and a Doublet.
Definition:
Triplet.hh:17
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
boca::Sextet33
A Sextet consisting of two Triplets.
Definition:
Sextet.hh:16
boca::Sextet42
A Sextet consisting of a Quartet and a Doublet.
Definition:
Sextet.hh:42
boca::Doublet
A Doublet consisting of two Singlets.
Definition:
Doublet.hh:16
boca::Name
std::string Name(Output output)
Definition:
Base.cpp:23
boca::Sextet33::Triplet2
Triplet const & Triplet2() const
Definition:
Sextet.cpp:13