ATLAS Offline Software
jFexLRJetRoIThresholdsTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef HLTSEEDING_JFEXLRJETROITHRESHOLDSTOOL_H
5 #define HLTSEEDING_JFEXLRJETROITHRESHOLDSTOOL_H
6 
10 
12 public:
13  jFexLRJetRoIThresholdsTool(const std::string& type, const std::string& name, const IInterface* parent)
15 
16  virtual uint64_t getPattern(const xAOD::jFexLRJetRoI& roi,
17  const ThrVec& menuThresholds,
18  const TrigConf::L1ThrExtraInfoBase& menuExtraInfo) const override;
19 };
20 
21 #endif // HLTSEEDING_JFEXLRJETROITHRESHOLDSTOOL_H
jFexLRJetRoI.h
jFexLRJetRoIThresholdsTool::getPattern
virtual uint64_t getPattern(const xAOD::jFexLRJetRoI &roi, const ThrVec &menuThresholds, const TrigConf::L1ThrExtraInfoBase &menuExtraInfo) const override
Definition: jFexLRJetRoIThresholdsTool.cxx:6
TrigConf::L1ThrExtraInfoBase
L1 extra information for certain threshold types.
Definition: L1ThresholdBase.h:72
xAOD::jFexLRJetRoI_v1
Class describing properties of a LVL1 jFEX global Trigger Object (TOB) in the xAOD format.
Definition: jFexLRJetRoI_v1.h:22
jFexLRJetRoIThresholdsTool::jFexLRJetRoIThresholdsTool
jFexLRJetRoIThresholdsTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: jFexLRJetRoIThresholdsTool.h:13
test_pyathena.parent
parent
Definition: test_pyathena.py:15
xAOD::uint64_t
uint64_t
Definition: EventInfo_v1.cxx:123
RoIThresholdsTool::ThrVec
std::vector< std::shared_ptr< TrigConf::L1Threshold > > ThrVec
Definition: IRoIThresholdsTool.h:24
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
RoIThresholdsTool
Definition: IRoIThresholdsTool.h:22
IRoIThresholdsTool.h
HLTSeedingRoIToolDefs.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
jFexLRJetRoIThresholdsTool
Definition: jFexLRJetRoIThresholdsTool.h:11
HLTSeedingRoIToolDefs
Definition: HLTSeedingRoIToolDefs.cxx:7
HLTSeedingRoIToolDefs::eFexEM::ThresholdBaseClass
RoIThresholdsTool< T_RoI, T_RoIContainer, ContainerName, ThresholdType > ThresholdBaseClass
Definition: HLTSeedingRoIToolDefs.h:45