TopPartnerLeptonicCharged.hh
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 namespace toppartner
8 {
9 
10 using namespace boca;
11 
12 
13 namespace tagger
14 {
20 {
21 
22 public:
23 
25 
26  std::string Name() const override;
27 
28  latex::String LatexName() const override;
29 
30  std::vector<Particle> Particles(boca::Event const& event) const override;
31 
32 private:
33 
34 
35 };
36 
37 }
38 
39 }
std::string Name(Process process)
Definition: TopPartner.cpp:5
latex::String LatexName(Process process)
Definition: TopPartner.cpp:31
Top partner to bottom and W BDT tagger.
Definition: TopPartnerLeptonicCharged.hh:19
Fermionic top partner.
Definition: Complete.cpp:6
Base class for the event Topology.
Definition: Event.hh:53
Definition: String.hh:45
Boosted Collider Analysis.
Definition: Analysis.hh:15
BDT tagger for leptonically decaying top quarks.
Definition: TopLeptonic.hh:22