ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
HLTSeeding
src
cTauRoIThresholdsTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef HLTSEEDING_CTAUROITHRESHOLDSTOOL_H
5
#define HLTSEEDING_CTAUROITHRESHOLDSTOOL_H
6
7
#include "
HLTSeedingRoIToolDefs.h
"
8
#include "
HLTSeeding/IRoIThresholdsTool.h
"
9
#include "
xAODTrigger/eFexTauRoI.h
"
10
#include "
StoreGate/ReadDecorHandleKey.h
"
11
12
class
cTauRoIThresholdsTool
:
public
HLTSeedingRoIToolDefs::cTau::ThresholdBaseClass
{
13
public
:
14
cTauRoIThresholdsTool
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent)
15
:
HLTSeedingRoIToolDefs
::cTau::ThresholdBaseClass(
type
, name, parent) {}
16
17
// Override initialize to initialize the extra data handle
18
virtual
StatusCode
initialize
()
override
;
19
20
virtual
uint64_t
getPattern
(
const
EventContext& ctx,
21
const
xAOD::eFexTauRoI
& eTau,
22
const
ThrVec
& menuThresholds,
23
const
TrigConf::L1ThrExtraInfoBase
& menuExtraInfo)
const override
;
24
25
private
:
26
SG::ReadDecorHandleKey<xAOD::eFexTauRoIContainer>
m_jTauLinkKey
{
27
this
,
"jTauLinkKey"
,
"L1_cTauRoI.jTauLink"
,
28
"Decoration for the link from eTau to the matching jTau"
};
29
};
30
31
#endif
// HLTSEEDING_CTAUROITHRESHOLDSTOOL_H
HLTSeedingRoIToolDefs.h
IRoIThresholdsTool.h
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
RoIThresholdsTool< T_RoI, T_RoIContainer, ContainerName, ThresholdType >::ThrVec
std::vector< std::shared_ptr< TrigConf::L1Threshold > > ThrVec
Definition
IRoIThresholdsTool.h:24
SG::ReadDecorHandleKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Definition
StoreGate/StoreGate/ReadDecorHandleKey.h:86
TrigConf::L1ThrExtraInfoBase
L1 extra information for certain threshold types.
Definition
L1ThresholdBase.h:72
cTauRoIThresholdsTool::m_jTauLinkKey
SG::ReadDecorHandleKey< xAOD::eFexTauRoIContainer > m_jTauLinkKey
Definition
cTauRoIThresholdsTool.h:26
cTauRoIThresholdsTool::initialize
virtual StatusCode initialize() override
Definition
cTauRoIThresholdsTool.cxx:12
cTauRoIThresholdsTool::getPattern
virtual uint64_t getPattern(const EventContext &ctx, const xAOD::eFexTauRoI &eTau, const ThrVec &menuThresholds, const TrigConf::L1ThrExtraInfoBase &menuExtraInfo) const override
Definition
cTauRoIThresholdsTool.cxx:18
cTauRoIThresholdsTool::cTauRoIThresholdsTool
cTauRoIThresholdsTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
cTauRoIThresholdsTool.h:14
eFexTauRoI.h
HLTSeedingRoIToolDefs::cTau::ThresholdBaseClass
RoIThresholdsTool< T_RoI, T_RoIContainer, ContainerName, ThresholdType > ThresholdBaseClass
Definition
HLTSeedingRoIToolDefs.h:85
HLTSeedingRoIToolDefs
Collection of template parameter values for the RoIThresholdsTool and RoIsUnpackingToolPhase1 class t...
Definition
HLTSeedingRoIToolDefs.cxx:7
xAOD::eFexTauRoI
eFexTauRoI_v1 eFexTauRoI
Define the latest version of the eFexTauRoI class.
Definition
eFexTauRoI.h:16
type
Generated on
for ATLAS Offline Software by
1.17.0