SingleHadronic.hh
Go to the documentation of this file.
35 return "Single-Hadronic-" + boca::Name(Settings::Collider()) + "-" + boca::units::Name(this->Mass()) + "-latex";
42 if (this->template TaggerIs<tagger::VetoTopPartnerLeptonic>() || this->template TaggerIs<tagger::TopPartnerLeptonicNeutral>()) this->AddSignal(Process::TT);
46 if (this->template TaggerIs<tagger::VetoTopPartnerLeptonic>() || this->template TaggerIs<tagger::TopPartnerLeptonicNeutral>()) this->AddBackground(Process::TthHad);
49 // if (!this->template TaggerIs<VetoTopPartnerLeptonic>() || !this->template TaggerIs<TopPartnerLeptonicNeutral>()) {
void AddSignal(Process process)
Definition: TopPartner.hh:219
void SetFiles(Phase const &phase) override
Definition: SingleHadronic.hh:38
void AddBackground(Process process)
Definition: TopPartner.hh:224
std::string Name() const override
Definition: SingleHadronic.hh:33
boca::Tag Tag() const
The Tag of the multivariant tagging process.
Definition: Phase.cpp:18