11#ifndef MuonRegSelCondAlg_h
12#define MuonRegSelCondAlg_h
14#include "GaudiKernel/EventIDRange.h"
15#include "GaudiKernel/ISvcLocator.h"
39 virtual StatusCode
execute(
const EventContext& ctx)
const override;
41 virtual std::unique_ptr<RegSelSiLUT>
createTable(
const EventContext& ctx, EventIDRange& id_range )
const = 0;
46 this,
"DetectorManagerKey",
"MuonDetectorManager",
47 "Key of input MuonDetectorManager condition data"};
51 Gaudi::Property<std::string>
m_mangerName{
this,
"ManagerName",
"",
"Property no where used"};
55 {
this,
"RegSelLUT",
"RegSelLUTCondData",
"Region Selector lookup table" };
Base class for conditions algorithms.
emacs: this is -*- c++ -*-
Base class for conditions algorithms.
Gaudi::Property< bool > m_printTable
virtual std::unique_ptr< RegSelSiLUT > createTable(const EventContext &ctx, EventIDRange &id_range) const =0
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
Gaudi::Property< std::string > m_mangerName
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
MuonDetectorManager from the conditions store.
MuonRegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteCondHandleKey< IRegSelLUTCondData > m_tableKey
Output conditions object.