|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DECODER_AFP_RAWDATAPROVIDER_H
6 #define DECODER_AFP_RAWDATAPROVIDER_H 1
9 #include "GaudiKernel/ServiceHandle.h"
10 #include "GaudiKernel/ToolHandle.h"
17 #include "eformat/ROBFragment.h"
44 ToolHandle<AFP_RawDataProviderTool>
m_rawDataTool{
this,
"ProviderTool",
"AFP_RawDataProviderTool"};
48 "Name under which AFP_RawContainer object will be saved in StoreGate"};
55 #endif //> !DECODER_AFP_RAWDATAPROVIDER_H
SG::WriteHandleKey< AFP_RawContainer > m_AFP_RawContainerKey
name used to store AFP_RawContainer in StoreGate
static constexpr unsigned int sideC
ROB ID of stations on C side.
virtual StatusCode finalize()
Does nothing.
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize()
Initialise tool and service.
virtual StatusCode execute(const EventContext &ctx) const
Creates raw objects from bytestream.
static constexpr unsigned int sideA
ROB ID of stations on A side.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
ToolHandle< AFP_RawDataProviderTool > m_rawDataTool
static constexpr unsigned int sideC_2016
ROB ID of stations on C side in 2016.
virtual ~AFP_RawDataProvider()
Does nothing.
const std::vector< unsigned int > m_robIDs
vector of robIDs from which data should be processed
AFP_RawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)