Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
examples
tthh
tthh
tagger
Event.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
standardmodel/tagger/Event.hh
"
7
8
#include "
boca/branch/Event.hh
"
9
#include "
tthh/tagger/Signature.hh
"
10
11
namespace
tthh
12
{
13
14
namespace
tagger
15
{
16
22
class
Event
:
public
standardmodel::tagger::Event
<Signature, Duodecuplet633, boca::branch::Event>
23
{
24
25
public
:
26
27
std::string
Name
()
const override
;
28
29
latex::String
LatexName
()
const override
;
30
31
};
32
33
}
34
35
}
Signature.hh
Event.hh
tthh::tagger::Event::LatexName
latex::String LatexName() const override
Definition:
Event.cpp:17
tthh::tagger::Event::Name
std::string Name() const override
Definition:
Event.cpp:12
boca::latex::String
Definition:
String.hh:45
tthh
Higgs coupling.
Definition:
Global.cpp:8
Event.hh
boca::Source::tagger
standardmodel::tagger::Event
event BDT for semi leptonic heavy higgs
Definition:
Event.hh:19
tthh::tagger::Event
Prepares multivariant analysis.
Definition:
Event.hh:22