ATLAS Offline Software
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"
17 
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 
29  { this, "Cabling", "MuonMDT_CablingMap", "Key of output MDT cabling map" };
30 
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:195
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