ChargedHiggsSemi.hh
Go to the documentation of this file.
1 #pragma once
2 
5 
7 
8 namespace heavyhiggs
9 {
10 
11 namespace tagger
12 {
13 
18 class ChargedHiggsSemi : public Tagger<Quartet31, branch::ChargedHiggsSemi>
19 {
20 
21 public:
22 
23  int Train(boca::Event const& event, PreCuts const& pre_cuts, Tag tag) override;
24 
25  std::vector<Quartet31> Multiplets(boca::Event const& event, PreCuts const& pre_cuts, TMVA::Reader const& reader) override;
26 
27  std::string Name() const override;
28 
29 private:
30 
32 
33  Reader<standardmodel::tagger::TopLeptonic> top_leptonic_reader_;
34 };
35 
36 }
37 
38 }
int Train(boca::Event const &event, PreCuts const &pre_cuts, Tag tag) override
Definition: ChargedHiggsSemi.cpp:14
Heavy Higgs partner.
Definition: Charged.hh:7
Definition: PreCuts.hh:14
Tag
The Tag distinguishes between signal and background events.
Definition: Tag.hh:14
std::vector< Quartet31 > Multiplets(boca::Event const &event, PreCuts const &pre_cuts, TMVA::Reader const &reader) override
Definition: ChargedHiggsSemi.cpp:79
Base class for the event Topology.
Definition: Event.hh:53
std::string Name() const override
Definition: ChargedHiggsSemi.cpp:93
Semi leptonic heavy higgs BDT tagger.
Definition: ChargedHiggsSemi.hh:18
Tagger base class using Branch template
Definition: Tagger.hh:23
Reading stage.