ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_RegSelCondAlg.h
Go to the documentation of this file.
1
10
11#ifndef TRT_RegSelCondAlg_h
12#define TRT_RegSelCondAlg_h
13
16
17#include "GaudiKernel/ISvcLocator.h"
18
19#include "GaudiKernel/EventIDRange.h"
20
22
24
27
29
30#include <string>
31
32
33
34
36
38
39public:
40
41 TRT_RegSelCondAlg( const std::string& name, ISvcLocator* pSvcLocator );
42
43 virtual StatusCode initialize() override;
44 virtual StatusCode execute (const EventContext& ctx) const override;
45
46 private:
47
49
51 {this, "TRTDetEleContKey", "TRT_DetElementContainer", "Key of TRT_DetElementContainer"};
52
55 { this, "RegSelLUT", "RegSelLUTCondData", "Region Selector lookup table" };
56
57};
58
59#endif // TRT_RegSelCondAlg_h
Base class for conditions algorithms.
Base class for conditions algorithms.
SG::ReadCondHandleKey< InDetDD::TRT_DetElementContainer > m_trtDetEleContKey
TRT_RegSelCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteCondHandleKey< IRegSelLUTCondData > m_tableKey
Output conditions object.
virtual StatusCode initialize() override