11#ifndef RegSelCondAlg_LAr_h
12#define RegSelCondAlg_LAr_h
14#include "GaudiKernel/ISvcLocator.h"
19#include "GaudiKernel/ToolHandle.h"
41 virtual StatusCode
execute (
const EventContext& ctx)
const override;
51 {
this,
"LArRoIMapKey",
"LArRoIMap",
"LAr RoI map key"};
54 {
this,
"CaloDetDescrManager",
"CaloDetDescrManager",
"SG Key for CaloDetDescrManager in the Condition Store"};
58 {
this,
"RegSelLUT",
"RegSelLUTCondData",
"Region Selector lookup table" };
Base class for conditions algorithms.
Definition of CaloDetDescrManager.
Mapping between calorimeter trigger id to offline/online Identifier.
Base class for conditions algorithms.
Mapping between calorimeter trigger id to offline/online Identifier.
SG::ReadCondHandleKey< LArRoIMap > m_roiMapKey
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteCondHandleKey< IRegSelLUTCondData > m_tableKey
Output conditions object.
std::unique_ptr< RegSelectorHashMap > createTable(const LArRoIMap &roiMap) const
std::string m_managerName
virtual StatusCode initialize() override
RegSelCondAlg_LAr(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey