ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_RawDataProvider_charge.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_CHARGE_H
10#define ALFA_RAWDATABYTESTREAMCNV_ALFA_RAWDATAPROVIDER_CHARGE_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_charge(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
52
55
56 private:
57
60
62 ToolHandle<ALFA_RawDataProviderTool_charge> m_rawDataTool_charge;
63
65 std::string m_collection;
66
67};
68
69#endif
70
71
An STL vector of pointers that by default owns its pointed-to elements.
ALFA_RawDataProvider_charge(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
ToolHandle< ALFA_RawDataProviderTool_charge > m_rawDataTool_charge
Tool that does the actual work.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service for reading bytestream.
virtual StatusCode initialize()
Initialize.
virtual StatusCode execute()
Execute.
virtual StatusCode finalize()
Finalize.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters: