|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef MuonRegSelCondAlg_h
12 #define MuonRegSelCondAlg_h
14 #include "GaudiKernel/EventIDRange.h"
15 #include "GaudiKernel/ISvcLocator.h"
42 virtual std::unique_ptr<RegSelSiLUT>
createTable(
const EventContext& ctx, EventIDRange& id_range )
const = 0;
47 this,
"DetectorManagerKey",
"MuonDetectorManager",
48 "Key of input MuonDetectorManager condition data"};
52 Gaudi::Property<std::string>
m_mangerName{
this,
"ManagerName",
"",
"Property no where used"};
56 {
this,
"RegSelLUT",
"RegSelLUTCondData",
"Region Selector lookup table" };
60 #endif // MuonRegSelCondAlg_h
emacs: this is -*- c++ -*-
bool const RAWDATA *ch2 const
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
MuonDetectorManager from the conditions store.
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute(const EventContext &ctx) const override
MuonRegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< bool > m_printTable
SG::WriteCondHandleKey< IRegSelLUTCondData > m_tableKey
Output conditions object.
virtual StatusCode initialize() override
virtual bool isReEntrant() const override final
Gaudi::Property< std::string > m_mangerName
virtual std::unique_ptr< RegSelSiLUT > createTable(const EventContext &ctx, EventIDRange &id_range) const =0