Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MURoIThresholdsTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef HLTSEEDING_MUROITHRESHOLDSTOOL_H
5 #define HLTSEEDING_MUROITHRESHOLDSTOOL_H
6 
9 #include "xAODTrigger/MuonRoI.h"
10 
12  public:
13  MURoIThresholdsTool(const std::string& type, const std::string& name, const IInterface* parent)
15 
16  virtual uint64_t getPattern(const xAOD::MuonRoI& roi,
17  const ThrVec& menuThresholds,
18  const TrigConf::L1ThrExtraInfoBase& menuExtraInfo) const override;
19 };
20 
21 #endif // HLTSEEDING_MUROITHRESHOLDSTOOL_H
MURoIThresholdsTool::getPattern
virtual uint64_t getPattern(const xAOD::MuonRoI &roi, const ThrVec &menuThresholds, const TrigConf::L1ThrExtraInfoBase &menuExtraInfo) const override
Definition: MURoIThresholdsTool.cxx:7
TrigConf::L1ThrExtraInfoBase
L1 extra information for certain threshold types.
Definition: L1ThresholdBase.h:72
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
xAOD::MuonRoI_v1
Class describing a LVL1 muon region of interest.
Definition: MuonRoI_v1.h:29
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:240
RoIThresholdsTool
Definition: IRoIThresholdsTool.h:22
IRoIThresholdsTool.h
HLTSeedingRoIToolDefs.h
MuonRoI.h
MURoIThresholdsTool
Definition: MURoIThresholdsTool.h:11
HLTSeedingRoIToolDefs
Definition: HLTSeedingRoIToolDefs.cxx:7
HLTSeedingRoIToolDefs::eFexEM::ThresholdBaseClass
RoIThresholdsTool< T_RoI, T_RoIContainer, ContainerName, ThresholdType > ThresholdBaseClass
Definition: HLTSeedingRoIToolDefs.h:45
MURoIThresholdsTool::MURoIThresholdsTool
MURoIThresholdsTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: MURoIThresholdsTool.h:13