ATLAS Offline Software
Loading...
Searching...
No Matches
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
22
23#include <string>
24
26
27public:
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
35private:
36
38 { this, "RpcCablingKey", "RpcCablingCondData", "Key of RpcCablingCondData" };
39
40};
41
42#endif // RPC_RegSelCondAlg_h
emacs: this is -*- c++ -*-
MuonRegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< RpcCablingCondData > m_rpcReadKey
std::unique_ptr< RegSelSiLUT > createTable(const EventContext &ctx, EventIDRange &id_range) const override
RPC_RegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override