ATLAS Offline Software
Event
ByteStreamCnvSvcBase
src
ROBDataProviderMTTest.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef BYTESTREAMCNVSVCBASE_ROBDATAPROVIDERMTTEST_H
5
#define BYTESTREAMCNVSVCBASE_ROBDATAPROVIDERMTTEST_H 1
6
7
#include <string>
8
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
#include "
ByteStreamCnvSvcBase/IROBDataProviderSvc.h
"
11
12
18
class
ROBDataProviderMTTest
19
:
public
::AthReentrantAlgorithm
20
{
21
public
:
22
23
ROBDataProviderMTTest
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
24
25
virtual
~ROBDataProviderMTTest
();
26
27
28
//ROBDataProviderMTTest &operator=(const ROBDataProviderMTTest &alg);
29
30
StatusCode
initialize
()
override
;
31
StatusCode
execute
(
const
EventContext& context)
const override
;
32
StatusCode
finalize
()
override
;
33
34
private
:
35
ROBDataProviderMTTest
();
36
ServiceHandle<IROBDataProviderSvc>
m_robDataProvider
{
this
,
"ROBDataProvider"
,
"ROBDataProviderSvc/ROBDataProviderSvc"
,
""
};
37
38
};
39
40
41
#endif //> !BYTESTREAMCNVSVCBASE_ROBDATAPROVIDERMTTEST_H
ROBDataProviderMTTest::~ROBDataProviderMTTest
virtual ~ROBDataProviderMTTest()
Definition:
ROBDataProviderMTTest.cxx:17
ROBDataProviderMTTest::ROBDataProviderMTTest
ROBDataProviderMTTest()
ROBDataProviderMTTest
Definition:
ROBDataProviderMTTest.h:20
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:83
ROBDataProviderMTTest::execute
StatusCode execute(const EventContext &context) const override
Definition:
ROBDataProviderMTTest.cxx:61
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
ROBDataProviderMTTest::finalize
StatusCode finalize() override
Definition:
ROBDataProviderMTTest.cxx:25
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
ROBDataProviderMTTest::m_robDataProvider
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Definition:
ROBDataProviderMTTest.h:36
ROBDataProviderMTTest::initialize
StatusCode initialize() override
Definition:
ROBDataProviderMTTest.cxx:19
IROBDataProviderSvc.h
ServiceHandle< IROBDataProviderSvc >
Generated on Thu Nov 7 2024 21:24:47 for ATLAS Offline Software by
1.8.18