ATLAS Offline Software
Loading...
Searching...
No Matches
sTgcPadTriggerRawDataProvider.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONBYTESTREAM_STGCPADTRIGGERRAWDATAPROVIDER_H
6#define MUONBYTESTREAM_STGCPADTRIGGERRAWDATAPROVIDER_H
7
9#include "GaudiKernel/ToolHandle.h"
11
12namespace Muon {
14 public:
16 sTgcPadTriggerRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
17
19 virtual StatusCode initialize() override;
20
22 virtual StatusCode execute(const EventContext &ctx) const override;
23
26
27 private:
29 ToolHandle<Muon::IMuonRawDataProviderTool> m_rawDataTool{this, "ProviderTool",
30 "Muon::PadTrig_RawDataProviderToolMT/sTgcPadTriggerRawDataProviderTool"};
31
32 };
33} // namespace Muon
34
35#endif
An algorithm that can be simultaneously executed in multiple threads.
~sTgcPadTriggerRawDataProvider()=default
Destructor.
virtual StatusCode initialize() override
Initialize.
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Handle for the RawDataProviderTool.
sTgcPadTriggerRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.