Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
examples
toppartner
toppartner
branch
HiggsTwoBody.hh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
boca/branch/Multi.hh
"
4
5
namespace
toppartner
6
{
7
8
namespace
branch
9
{
10
16
class
HiggsTwoBody
:
public
boca::branch::Multi
17
{
18
public
:
19
HiggsTwoBody
();
20
template
<
typename
Multiplet>
21
void
Fill
(
Multiplet
const
& multiplet) {
22
Multi::Fill(multiplet);
23
}
24
private
:
25
ClassDef(
HiggsTwoBody
, 1)
26
};
27
28
// class ThreeBody : public Multi
29
// {
30
// public:
31
// template<typename Multiplet>
32
// void Fill(Multiplet const& multiplet) {
33
// Multi::Fill(multiplet);
34
// }
35
// private:
36
// ClassDef(ThreeBody, 1)
37
// };
38
39
}
40
41
}
toppartner
Fermionic top partner.
Definition:
Complete.cpp:6
toppartner::branch::HiggsTwoBody::Fill
void Fill(Multiplet const &multiplet)
Definition:
HiggsTwoBody.hh:21
Multi.hh
toppartner::branch::HiggsTwoBody::HiggsTwoBody
HiggsTwoBody()
Definition:
HiggsTwoBody.cpp:13
toppartner::branch::HiggsTwoBody
Higgs cpv tagger root tree structure.
Definition:
HiggsTwoBody.hh:16
boca::branch::Multi
Multi obejct tree branch
Definition:
Multi.hh:18
boca::Multiplet
Multiplet base class
Definition:
Multiplet.hh:21