ATLAS Offline Software
Loading...
Searching...
No Matches
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
25public:
26 HLTSeedingNoCtpForTesting(const std::string& name, ISvcLocator* pSvcLocator);
27 virtual StatusCode initialize() override;
28 virtual StatusCode execute (const EventContext& ctx) const override;
29
30private:
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
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< ROIB::RoIBResult > m_RoIBResultKey
virtual StatusCode initialize() override
HLTSeedingNoCtpForTesting(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< TrigCompositeUtils::DecisionContainer > m_EMDecisionsKey
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_trigFSRoIKey
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_trigEMRoIsKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.