EventPair.hh
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 namespace toppartner
8 {
9 
10 namespace tagger
11 {
12 
18 class EventPair : public standardmodel::tagger::Event<TopPartnerPair, Decuplet55, boca::branch::Event>
19 {
20 
21 public:
22 
23  std::string Name() const override;
24 
25  latex::String LatexName() const override;
26 };
27 
28 }
29 
30 }
Fermionic top partner.
Definition: Complete.cpp:6
Definition: String.hh:45
latex::String LatexName() const override
Definition: EventPair.cpp:16
Prepares multivariant analysis.
Definition: EventPair.hh:18
std::string Name() const override
Definition: EventPair.cpp:11
event BDT for semi leptonic heavy higgs
Definition: Event.hh:19