Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
examples
tthh
tthh
branch
Higgs.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
boca/branch/TwoBody.hh
"
7
#include "
standardmodel/branch/BottomBase.hh
"
8
9
namespace
tthh
10
{
11
12
namespace
branch
13
{
14
20
class
Higgs
:
public
boca::branch::TwoBody
,
public
standardmodel::branch::BottomBase
21
{
22
23
public
:
24
25
Higgs
();
26
27
template
<
typename
Multiplet>
28
void
Fill
(
Multiplet
const
& multiplet) {
29
TwoBody::Fill(multiplet);
30
BottomBase::Fill(multiplet);
31
}
32
33
boca::Observables
Variables
();
34
35
boca::Observables
Spectators
();
36
37
private
:
38
39
ClassDef(
Higgs
, 1)
40
41
};
42
43
}
44
45
}
standardmodel::branch::BottomBase
Bottom tagger base tree branch
Definition:
BottomBase.hh:24
tthh::branch::Higgs
Higgs tagger tree branch
Definition:
Higgs.hh:20
tthh::branch::Higgs::Higgs
Higgs()
Definition:
Higgs.cpp:12
TwoBody.hh
tthh::branch::Higgs::Fill
void Fill(Multiplet const &multiplet)
Definition:
Higgs.hh:28
tthh::branch::Higgs::Spectators
boca::Observables Spectators()
Definition:
Higgs.cpp:20
boca::branch::TwoBody
Two body tree branch.
Definition:
TwoBody.hh:19
tthh::branch::Higgs::Variables
boca::Observables Variables()
Definition:
Higgs.cpp:15
tthh
Higgs coupling.
Definition:
Global.cpp:8
boca::Multiplet
Multiplet base class
Definition:
Multiplet.hh:21
boca::Observables
Container for Observable.
Definition:
Observables.hh:17
BottomBase.hh