Neutral.hh
Go to the documentation of this file.
36 // return "Neutral-" + ColliderName(Collider()) + "-" + Name(PreCut()) + "-" + Name(Mass()) + "-Eta2.5";
37 return "Neutral-" + boca::Name(this->Collider()) + "-" + boca::units::Name(this->PreCut()) + "-" + boca::units::Name(this->Mass()) + "3-jet-bdt-large2";
45 // for (auto const & particle : particles) ERROR(boca::Name(particle.Info().Family().Member(Relative::particle).Id()), boca::Name(particle.Info().Family().Member(Relative::mother).Id()), boca::Name(particle.Info().Family().Member(Relative::step_mother).Id()), boca::Name(particle.Info().Family().Member(Relative::grand_mother).Id()));
48 // for (auto const & bottom : bottoms) if (bottom.Info().Family().Member(Relative::mother).Id() != to_int(Id::heavy_higgs) && bottom.Info().Family().Member(Relative::mother).Id() != to_int(Id::higgs) && abs(bottom.Info().Family().Member(Relative::mother).Id()) != to_int(Id::top) && bottom.Pt() > 20_GeV && abs(bottom.Rap()) < 2.5_rad) tags.emplace_back(bottom);
65 // std::cout << "sum: " << sum << " ; 0: " << zero << " ; 1: " << one << " ; 2: " << two << '\n';
void AddSignal(Process process)
Definition: HeavyHiggs.hh:265
void AddBackground(Process process)
Definition: HeavyHiggs.hh:269
void SetFiles(Phase const &phase) override
Definition: Neutral.hh:24
analysis subclass defining the HiggsCPV Analysis
Definition: Neutral.hh:19
boca::Collider Collider() const
Definition: HeavyHiggs.hh:113
boca::Tag Tag() const
The Tag of the multivariant tagging process.
Definition: Phase.cpp:18