1#ifndef TRIGDJRANKCOMBOHYPO_H
2#define TRIGDJRANKCOMBOHYPO_H
14 virtual StatusCode
decide(Combo::LegDecisionsMap& passingLegs,
const EventContext& ctx)
const override;
17 Gaudi::Property<unsigned int>
m_rankcut{
this,
"max_jet_rank",{2},
"Maximum jet rank which will be processed, counts from 0"};
18 Gaudi::Property<unsigned int>
m_maxjets{
this,
"max_jets",{0},
"Maximum number of jets allowed in the event"};