ATLAS Offline Software
Loading...
Searching...
No Matches
MM_RegSelCondAlg.h
Go to the documentation of this file.
1
10
11#ifndef MM_RegSelCondAlg_h
12#define MM_RegSelCondAlg_h
13
14
15#include "MuonRegSelCondAlg.h"
16
17
19
20public:
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
emacs: this is -*- c++ -*-
std::unique_ptr< RegSelSiLUT > createTable(const EventContext &ctx, EventIDRange &id_range) const override
MM_RegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
MuonRegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)