ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_RawDataProvider.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// Top algorithm to decode the ALFA BS
8
9#ifndef ALFA_RAWDATABYTESTREAMCNV_ALFA_RAWDATAPROVIDER_H
10#define ALFA_RAWDATABYTESTREAMCNV_ALFA_RAWDATAPROVIDER_H
11
13
14#include "GaudiKernel/ClassID.h"
15#include "GaudiKernel/Converter.h"
16#include "GaudiKernel/MsgStream.h"
17#include "GaudiKernel/ServiceHandle.h"
18#include "GaudiKernel/ToolHandle.h"
19
22
24
26
27#include <map>
28#include <string>
29
31class ISvcLocator;
32class StatusCode;
33
34
36{
37 public:
38
40 ALFA_RawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
41
43 virtual StatusCode initialize();
44
46 virtual StatusCode execute();
47
49 virtual StatusCode finalize()
50 { return StatusCode::SUCCESS; }
51
54
55 private:
56
59
61 ToolHandle<ALFA_RawDataProviderTool> m_rawDataTool;
63
64 std::string m_collection;
65
66};
67
68#endif
69
70
An STL vector of pointers that by default owns its pointed-to elements.
std::string m_ALFA_RawDataCollectionKey
virtual StatusCode initialize()
Initialize.
virtual StatusCode finalize()
Finalize.
ALFA_RawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute()
Execute.
ToolHandle< ALFA_RawDataProviderTool > m_rawDataTool
Tool that does the actual work.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service for reading bytestream.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters: