ATLAS Offline Software
Loading...
Searching...
No Matches
TGC_RegSelCondAlg.h
Go to the documentation of this file.
1
10
11#ifndef TGC_RegSelCondAlg_h
12#define TGC_RegSelCondAlg_h
13
14#include "MuonRegSelCondAlg.h"
15
16
18
19public:
20
21 TGC_RegSelCondAlg( const std::string& name, ISvcLocator* pSvcLocator );
22
23 std::unique_ptr<RegSelSiLUT> createTable( const EventContext& ctx, EventIDRange& id_range ) const override;
24
25
26
27};
28
29#endif // TGC_RegSelCondAlg_h
emacs: this is -*- c++ -*-
MuonRegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
std::unique_ptr< RegSelSiLUT > createTable(const EventContext &ctx, EventIDRange &id_range) const override
TGC_RegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)