ATLAS Offline Software
MuonSpectrometer
MuonDetDescr
MuonRegionSelector
src
MDT_RegSelCondAlg.h
Go to the documentation of this file.
1
11
#ifndef MDT_RegSelCondAlg_h
12
#define MDT_RegSelCondAlg_h
13
14
#include "
MuonRegSelCondAlg.h
"
15
#include "
MuonCondData/MdtCondDbData.h
"
16
#include "
MuonCablingData/MuonMDT_CablingMap.h
"
17
18
class
MDT_RegSelCondAlg
:
public
MuonRegSelCondAlg
{
19
20
public
:
21
22
MDT_RegSelCondAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
23
24
std::unique_ptr<RegSelSiLUT>
createTable
(
const
EventContext& ctx, EventIDRange& id_range )
const override
;
25
26
virtual
StatusCode
initialize
()
override
;
27
28
SG::ReadCondHandleKey<MuonMDT_CablingMap>
m_cablingKey
29
{
this
,
"Cabling"
,
"MuonMDT_CablingMap"
,
"Key of output MDT cabling map"
};
30
31
SG::ReadCondHandleKey<MdtCondDbData>
m_condKey
{
this
,
"Conditions"
,
32
"MdtCondDbData"
,
"Key of the MDT conditions to reject dead tubes"
};
33
};
34
35
#endif // MDT_RegSelCondAlg_h
MuonRegSelCondAlg
Definition:
MuonRegSelCondAlg.h:32
MDT_RegSelCondAlg
Definition:
MDT_RegSelCondAlg.h:18
MDT_RegSelCondAlg::createTable
std::unique_ptr< RegSelSiLUT > createTable(const EventContext &ctx, EventIDRange &id_range) const override
Definition:
MDT_RegSelCondAlg.cxx:48
MDT_RegSelCondAlg::MDT_RegSelCondAlg
MDT_RegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
MDT_RegSelCondAlg.cxx:29
MDT_RegSelCondAlg::m_cablingKey
SG::ReadCondHandleKey< MuonMDT_CablingMap > m_cablingKey
Definition:
MDT_RegSelCondAlg.h:29
MuonRegSelCondAlg.h
emacs: this is -*- c++ -*-
MuonMDT_CablingMap.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
SG::ReadCondHandleKey< MuonMDT_CablingMap >
MdtCondDbData.h
MDT_RegSelCondAlg::m_condKey
SG::ReadCondHandleKey< MdtCondDbData > m_condKey
Definition:
MDT_RegSelCondAlg.h:31
MDT_RegSelCondAlg::initialize
virtual StatusCode initialize() override
Definition:
MDT_RegSelCondAlg.cxx:38
Generated on Sun Dec 22 2024 21:14:09 for ATLAS Offline Software by
1.8.18