#include <eFexEMRoIThresholdsTool.h>
Definition at line 11 of file eFexEMRoIThresholdsTool.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 |
◆ eFexEMRoIThresholdsTool()
| eFexEMRoIThresholdsTool::eFexEMRoIThresholdsTool |
( |
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 8 of file eFexEMRoIThresholdsTool.cxx.
11 {
12
17 int ieta = roi.
iEta();
18
20
21 for (const std::shared_ptr<TrigConf::L1Threshold>& thrBase : menuThresholds) {
22 auto thr =
static_cast<TrigConf::L1Threshold_eEM*
>(thrBase.get());
23
24 if (
et >
thr->thrValueCounts(ieta) && reta >= (
unsigned int)
thr->reta() &&
25 rhad >= (
unsigned int)
thr->rhad() && wstot >= (
unsigned int)
thr->wstot()) {
26 thresholdMask |= (1_u64<<
thr->mapping());
27 }
28 }
29
30 return thresholdMask;
31}
float et(const xAOD::jFexSRJetRoI *j)
unsigned int RetaThresholds() const
Jet Discriminant 1 (R_eta) results.
unsigned int WstotThresholds() const
Jet Discriminant 3 (W_stot) results.
unsigned int RhadThresholds() const
Jet Discriminant 2 (R_had) results.
unsigned int etTOB() const
Cluster ET (TOB ET scale, 100 MeV/count)
int iEta() const
setter for the above
setEt setPhi setE277 setWeta2 setEta1 setE2tsts1 wstot
◆ 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: