#include <MURoIThresholdsTool.h>
Definition at line 11 of file MURoIThresholdsTool.h.
◆ ExtraInfoRef
| using RoIThresholdsTool< T_RoI, T_RoIContainer, N_RoIContainer, N_ThresholdType >::ExtraInfoRef |
|
inherited |
◆ ThrVec
| using RoIThresholdsTool< T_RoI, T_RoIContainer, N_RoIContainer, N_ThresholdType >::ThrVec |
|
inherited |
◆ ThrVecRef
| using RoIThresholdsTool< T_RoI, T_RoIContainer, N_RoIContainer, N_ThresholdType >::ThrVecRef |
|
inherited |
◆ MURoIThresholdsTool()
| MURoIThresholdsTool::MURoIThresholdsTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
|
inline |
◆ decorateThresholds()
| virtual StatusCode RoIThresholdsTool< T_RoI, T_RoIContainer, N_RoIContainer, N_ThresholdType >::decorateThresholds |
( |
const EventContext & | eventContext | ) |
const |
|
inlineoverridevirtualinherited |
Definition at line 63 of file IRoIThresholdsTool.h.
63 {
64
71
72
75 try {
77 }
81 }
82 }
83
85 }
#define ATH_CHECK
Evaluate an expression and check for errors.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
◆ getMenuThresholdExtraInfo()
◆ getMenuThresholds()
◆ getPattern() [1/2]
Definition at line 9 of file MURoIThresholdsTool.cxx.
12 {
14
16
17
18 for (const std::shared_ptr<TrigConf::L1Threshold>& thrBase : menuThresholds) {
19 std::shared_ptr<TrigConf::L1Threshold_MU>
thr = std::static_pointer_cast<TrigConf::L1Threshold_MU>(thrBase);
20
22
23
24 if (thr_num >=
thr->idxBarrel() || thr_num >=
thr->idxEndcap() || thr_num >=
thr->idxForward()) {
26 }
27
29
30 thresholdsPattern |= (1_u64 <<
thr->mapping());
31 }
32
33 }
34
35 return thresholdsPattern;
36}
int getThrNumber() const
Get the logic number of the highest threshold this RoI passed.
◆ getPattern() [2/2]
To be implemented by each template instance.
◆ initialize()
| virtual StatusCode RoIThresholdsTool< T_RoI, T_RoIContainer, N_RoIContainer, N_ThresholdType >::initialize |
( |
| ) |
|
|
inlineoverridevirtualinherited |
◆ m_l1MenuKey
Definition at line 94 of file IRoIThresholdsTool.h.
94 {
95 this, "L1TriggerMenu", "DetectorStore+L1TriggerMenu",
96 "Name of the L1Menu object to read configuration from"};
◆ m_thresholdPatternsKey
The documentation for this class was generated from the following files: