EventSingleLeptonic.hh
Go to the documentation of this file.
1 
4 #pragma once
5 
7 
10 
11 
12 namespace toppartner
13 {
14 
15 namespace tagger
16 {
17 
23 class EventSingleLeptonic : public standardmodel::tagger::Event<SignatureSingleLeptonic, Decuplet532, branch::Event>
24 {
25 
26 public:
27 
28  std::string Name() const override;
29 
30  latex::String LatexName() const override;
31 
32 };
33 
34 }
35 
36 }
std::string Name() const override
Definition: EventSingleLeptonic.cpp:10
Fermionic top partner.
Definition: Complete.cpp:6
Prepares multivariant analysis.
Definition: EventSingleLeptonic.hh:23
Definition: String.hh:45
latex::String LatexName() const override
Definition: EventSingleLeptonic.cpp:14
event BDT for semi leptonic heavy higgs
Definition: Event.hh:19