ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSpectrometer
MuonDetDescr
MuonRegionSelector
src
RPC_RegSelCondAlg.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
5
*/
6
14
15
#ifndef RPC_RegSelCondAlg_h
16
#define RPC_RegSelCondAlg_h
17
18
#include "
MuonRegSelCondAlg.h
"
19
20
#include "
RPC_CondCabling/RpcCablingCondData.h
"
21
#include "
StoreGate/ReadCondHandleKey.h
"
22
23
#include <string>
24
25
class
RPC_RegSelCondAlg
:
public
MuonRegSelCondAlg
{
26
27
public
:
28
29
RPC_RegSelCondAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
30
31
std::unique_ptr<RegSelSiLUT>
createTable
(
const
EventContext& ctx, EventIDRange& id_range )
const override
;
32
33
virtual
StatusCode
initialize
()
override
;
34
35
private
:
36
37
SG::ReadCondHandleKey<RpcCablingCondData>
m_rpcReadKey
38
{
this
,
"RpcCablingKey"
,
"RpcCablingCondData"
,
"Key of RpcCablingCondData"
};
39
40
};
41
42
#endif
// RPC_RegSelCondAlg_h
MuonRegSelCondAlg.h
emacs: this is -*- c++ -*-
ReadCondHandleKey.h
RpcCablingCondData.h
MuonRegSelCondAlg::MuonRegSelCondAlg
MuonRegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
MuonRegSelCondAlg.cxx:26
RPC_RegSelCondAlg::m_rpcReadKey
SG::ReadCondHandleKey< RpcCablingCondData > m_rpcReadKey
Definition
RPC_RegSelCondAlg.h:38
RPC_RegSelCondAlg::createTable
std::unique_ptr< RegSelSiLUT > createTable(const EventContext &ctx, EventIDRange &id_range) const override
Definition
RPC_RegSelCondAlg.cxx:40
RPC_RegSelCondAlg::RPC_RegSelCondAlg
RPC_RegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
RPC_RegSelCondAlg.cxx:28
RPC_RegSelCondAlg::initialize
virtual StatusCode initialize() override
Definition
RPC_RegSelCondAlg.cxx:34
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
Generated on
for ATLAS Offline Software by
1.14.0