ATLAS Offline Software
eFexEMRoIThresholdsTool.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_EFEXEMROITHRESHOLDSTOOL_H
5 #define HLTSEEDING_EFEXEMROITHRESHOLDSTOOL_H
6 
10 
12 public:
13  eFexEMRoIThresholdsTool(const std::string& type, const std::string& name, const IInterface* parent)
15 
16  virtual uint64_t getPattern(const xAOD::eFexEMRoI& roi,
17  const ThrVec& menuThresholds,
18  const TrigConf::L1ThrExtraInfoBase& menuExtraInfo) const override;
19 };
20 
21 #endif // HLTSEEDING_EFEXEMROITHRESHOLDSTOOL_H
TrigConf::L1ThrExtraInfoBase
L1 extra information for certain threshold types.
Definition: L1ThresholdBase.h:72
xAOD::eFexEMRoI_v1
Class describing a LVL1 eFEX EM region of interest.
Definition: eFexEMRoI_v1.h:33
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
eFexEMRoIThresholdsTool::eFexEMRoIThresholdsTool
eFexEMRoIThresholdsTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: eFexEMRoIThresholdsTool.h:13
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
eFexEMRoI.h
eFexEMRoIThresholdsTool
Definition: eFexEMRoIThresholdsTool.h:11
eFexEMRoIThresholdsTool::getPattern
virtual uint64_t getPattern(const xAOD::eFexEMRoI &roi, const ThrVec &menuThresholds, const TrigConf::L1ThrExtraInfoBase &menuExtraInfo) const override
Definition: eFexEMRoIThresholdsTool.cxx:6
HLTSeedingRoIToolDefs
Definition: HLTSeedingRoIToolDefs.cxx:7
HLTSeedingRoIToolDefs::eFexEM::ThresholdBaseClass
RoIThresholdsTool< T_RoI, T_RoIContainer, ContainerName, ThresholdType > ThresholdBaseClass
Definition: HLTSeedingRoIToolDefs.h:45