5 #ifndef ITRIGTHRESHOLDDECISIONTOOL_H
6 #define ITRIGTHRESHOLDDECISIONTOOL_H
10 #include "GaudiKernel/IAlgTool.h"
21 virtual std::vector<std::pair<std::shared_ptr<TrigConf::L1Threshold>,
bool> >
23 const EventContext& eventContext)
const = 0;
24 virtual std::vector<std::pair<std::shared_ptr<TrigConf::L1Threshold>,
bool> >
26 const std::vector<std::shared_ptr<TrigConf::L1Threshold>>& menuThresholds,
29 const double& eta = 0)
const = 0;