Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
boca
multiplets
Doublet.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
boca/multiplets/TwoBody.hh
"
7
8
namespace
boca
9
{
10
16
class
Doublet
:
public
boca::TwoBody
<boca::Singlet, boca::Singlet>
17
{
18
19
public
:
20
21
using
TwoBody<boca::Singlet, boca::Singlet>::TwoBody
;
22
23
boca::Singlet
const
&
Singlet1
()
const
;
24
25
boca::Singlet
const
&
Singlet2
()
const
;
26
27
private
:
28
29
std::string
Name()
const override
;
30
31
};
32
33
}
34
TwoBody.hh
boca::Id::string
boca::Singlet
Wrapper for a Jet in order to make it behave like a Multiplet.
Definition:
Singlet.hh:19
boca::TwoBody
Two body base class.
Definition:
TwoBody.hh:24
boca::Doublet::Singlet1
boca::Singlet const & Singlet1() const
Definition:
Doublet.cpp:9
boca::Doublet::Singlet2
boca::Singlet const & Singlet2() const
Definition:
Doublet.cpp:14
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
boca::Doublet
A Doublet consisting of two Singlets.
Definition:
Doublet.hh:16