11#ifndef TRT_RegSelCondAlg_h
12#define TRT_RegSelCondAlg_h
17#include "GaudiKernel/ISvcLocator.h"
19#include "GaudiKernel/EventIDRange.h"
44 virtual StatusCode
execute (
const EventContext& ctx)
const override;
51 {
this,
"TRTDetEleContKey",
"TRT_DetElementContainer",
"Key of TRT_DetElementContainer"};
55 {
this,
"RegSelLUT",
"RegSelLUTCondData",
"Region Selector lookup table" };
Base class for conditions algorithms.
Base class for conditions algorithms.
SG::ReadCondHandleKey< InDetDD::TRT_DetElementContainer > m_trtDetEleContKey
TRT_RegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteCondHandleKey< IRegSelLUTCondData > m_tableKey
Output conditions object.
virtual StatusCode initialize() override