Event.hh
Go to the documentation of this file.
1 
4 #pragma once
5 
7 
8 #include "boca/branch/Event.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 }
latex::String LatexName() const override
Definition: Event.cpp:17
std::string Name() const override
Definition: Event.cpp:12
Definition: String.hh:45
Higgs coupling.
Definition: Global.cpp:8
event BDT for semi leptonic heavy higgs
Definition: Event.hh:19
Prepares multivariant analysis.
Definition: Event.hh:22