Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
boca
multiplets
Quintet.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
boca/multiplets/Triplet.hh
"
7
8
namespace
boca
{
9
14
class
Quintet
:
public
TwoBody
<boca::Triplet, boca::Doublet> {
15
16
public
:
17
18
using
TwoBody<boca::Triplet, boca::Doublet>::TwoBody
;
19
20
boca::Doublet
const
&
Doublet
()
const
;
21
22
boca::Triplet
const
&
Triplet
()
const
;
23
24
boca::Doublet
&
Doublet
();
25
26
boca::Triplet
&
Triplet
();
27
28
};
29
30
}
Triplet.hh
boca::TwoBody
Two body base class.
Definition:
TwoBody.hh:24
boca::Quintet::Doublet
boca::Doublet const & Doublet() const
Definition:
Quintet.cpp:14
boca::Quintet::Triplet
boca::Triplet const & Triplet() const
Definition:
Quintet.cpp:9
boca::Triplet
A Triplet consisting of a Singlet and a Doublet.
Definition:
Triplet.hh:17
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