ATLAS Offline Software
HLTSeedingNoCtpForTesting.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_HLTSeedingNoCtpForTesting_h
5 #define HLTSeeding_HLTSeedingNoCtpForTesting_h
6 
12 
14 
25 public:
26  HLTSeedingNoCtpForTesting(const std::string& name, ISvcLocator* pSvcLocator);
27  virtual StatusCode initialize() override;
28  virtual StatusCode execute (const EventContext& ctx) const override;
29 
30 private:
32  this, "RoIBResult", "RoIBResult", "Name of RoIBResult"};
33 
35  this, "EMRoIs", "HLT_TestEMRoIs", "Name of the EM RoIs object produced by the unpacker"};
36 
38  this, "EMDecisions", "HLTNav_TestL1EM", "Decisions for each EM RoI"};
39 
41  this, "OutputTrigFSRoI", "HLT_TestFSRoI", "Name of the Full Scan RoIs object produced by the unpacker"};
42 
43  float m_roIWidth = 0.2;
44 };
45 
46 #endif
TrigCompositeUtils.h
RoIBResult.h
HLTSeedingNoCtpForTesting::m_roIWidth
float m_roIWidth
Definition: HLTSeedingNoCtpForTesting.h:43
HLTSeedingNoCtpForTesting::HLTSeedingNoCtpForTesting
HLTSeedingNoCtpForTesting(const std::string &name, ISvcLocator *pSvcLocator)
Definition: HLTSeedingNoCtpForTesting.cxx:15
SG::ReadHandleKey< ROIB::RoIBResult >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
HLTSeedingNoCtpForTesting::m_EMDecisionsKey
SG::WriteHandleKey< TrigCompositeUtils::DecisionContainer > m_EMDecisionsKey
Definition: HLTSeedingNoCtpForTesting.h:37
SG::WriteHandleKey< TrigRoiDescriptorCollection >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
HLTSeedingNoCtpForTesting::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: HLTSeedingNoCtpForTesting.cxx:30
TrigCompositeContainer.h
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HLTSeedingNoCtpForTesting::initialize
virtual StatusCode initialize() override
Definition: HLTSeedingNoCtpForTesting.cxx:19
HLTIdentifier.h
HLTSeedingNoCtpForTesting::m_RoIBResultKey
SG::ReadHandleKey< ROIB::RoIBResult > m_RoIBResultKey
Definition: HLTSeedingNoCtpForTesting.h:31
HLTSeedingNoCtpForTesting::m_trigFSRoIKey
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_trigFSRoIKey
Definition: HLTSeedingNoCtpForTesting.h:40
HLTSeedingNoCtpForTesting::m_trigEMRoIsKey
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_trigEMRoIsKey
Definition: HLTSeedingNoCtpForTesting.h:34
HLTSeedingNoCtpForTesting
Simplified version of HLTSeeding with minimal dependencies to use in testing.
Definition: HLTSeedingNoCtpForTesting.h:24
TrigRoiDescriptorCollection.h