ATLAS Offline Software
MM_RegSelCondAlg.h
Go to the documentation of this file.
1 
11 #ifndef MM_RegSelCondAlg_h
12 #define MM_RegSelCondAlg_h
13 
14 
15 #include "MuonRegSelCondAlg.h"
16 
17 
19 
20 public:
21 
22  MM_RegSelCondAlg( const std::string& name, ISvcLocator* pSvcLocator );
23 
24  std::unique_ptr<RegSelSiLUT> createTable( const EventContext& ctx, EventIDRange& id_range ) const override;
25 
26 
27 };
28 
29 #endif // CSC_RegSelCondAlg_h
MuonRegSelCondAlg
Definition: MuonRegSelCondAlg.h:32
MuonRegSelCondAlg.h
emacs: this is -*- c++ -*-
MM_RegSelCondAlg::createTable
std::unique_ptr< RegSelSiLUT > createTable(const EventContext &ctx, EventIDRange &id_range) const override
Definition: MM_RegSelCondAlg.cxx:50
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
MM_RegSelCondAlg::MM_RegSelCondAlg
MM_RegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: MM_RegSelCondAlg.cxx:43
MM_RegSelCondAlg
Definition: MM_RegSelCondAlg.h:18