SingleLeptonic.hh
Go to the documentation of this file.
32 return "Single-Leptonic-" + boca::Name(Settings::Collider()) + "-" + boca::units::Name(this->Mass()) + "-new-higgs";
39 if (this->template TaggerIs<tagger::VetoTopPartnerHadronic>() || this->template TaggerIs<tagger::TopPartnerHadronicNeutral>()) this->AddSignal(Process::TT);
43 if (this->template TaggerIs<tagger::VetoTopPartnerHadronic>() || this->template TaggerIs<tagger::TopPartnerHadronicNeutral>()) this->AddBackground(Process::TthLep);
44 else if (!this->template TaggerIs<tagger::TopPartnerLeptonicNeutral>()) this->AddBackground(Process::TT);
45 if (!this->template TaggerIs<tagger::VetoTopPartnerHadronic>() || this->template TaggerIs<tagger::TopPartnerHadronicNeutral>()) {
void SetFiles(Phase const &phase) override
Definition: SingleLeptonic.hh:35
void AddSignal(Process process)
Definition: TopPartner.hh:219
std::string Name() const override
Definition: SingleLeptonic.hh:30
void AddBackground(Process process)
Definition: TopPartner.hh:224
boca::Tag Tag() const
The Tag of the multivariant tagging process.
Definition: Phase.cpp:18