ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetEventCnv
ITkStripsByteStreamCnv
src
ITkStripRawContByteStreamToolProviderTool.h
Go to the documentation of this file.
1
#ifndef ITKSTRIPCONTBYTESTREAMTOOLPROVIDERTOOL_H
2
#define ITKSTRIPCONTBYTESTREAMTOOLPROVIDERTOOL_H
3
4
#include "
AthenaBaseComps/AthAlgTool.h
"
5
#include "
SCT_RawDataByteStreamCnv/ISCTRawContByteStreamTool.h
"
6
#include "
SCT_RawDataByteStreamCnv/ISCTRawContByteStreamToolProviderTool.h
"
7
8
class
ITkStripRawContByteStreamToolProviderTool
9
:
public
extends<AthAlgTool, ISCTRawContByteStreamToolProviderTool>
10
{
12
// Public methods:
14
public
:
15
17
ITkStripRawContByteStreamToolProviderTool
(
const
std::string&
type
,
const
std::string& name,
18
const
IInterface* parent)
19
: base_class(
type
, name, parent)
20
{}
21
23
virtual
~ITkStripRawContByteStreamToolProviderTool
()
override
=
default
;
24
25
StatusCode
initialize
()
override
{
26
ATH_CHECK
(
m_rawContByteStreamTool
.retrieve());
27
ATH_MSG_INFO
(
"retrieved "
<<
m_rawContByteStreamTool
.name() );
28
return
StatusCode::SUCCESS;
29
}
30
31
virtual
const
ISCTRawContByteStreamTool
&
getTool
()
const override
{
32
return
*
m_rawContByteStreamTool
;
33
}
34
35
private
:
37
ToolHandle<ISCTRawContByteStreamTool>
m_rawContByteStreamTool
38
{
this
,
"RawContByteStreamTool"
,
""
};
39
};
40
#endif
AthAlgTool.h
ATH_CHECK
#define ATH_CHECK
Evaluate an expression and check for errors.
Definition
AthCheckMacros.h:40
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition
AthMsgStreamMacros.h:31
ISCTRawContByteStreamToolProviderTool.h
ISCTRawContByteStreamTool.h
Athena Algorithm Tool to fill Collections of SCT RDO Containers.
ISCTRawContByteStreamTool
Interface for Athena Algorithm Tool to provide conversion from SCT RDO container to ByteStream.
Definition
ISCTRawContByteStreamTool.h:28
ITkStripRawContByteStreamToolProviderTool::getTool
virtual const ISCTRawContByteStreamTool & getTool() const override
Definition
ITkStripRawContByteStreamToolProviderTool.h:31
ITkStripRawContByteStreamToolProviderTool::m_rawContByteStreamTool
ToolHandle< ISCTRawContByteStreamTool > m_rawContByteStreamTool
Tool to do coversion from ITk Strip RDO container to ByteStream.
Definition
ITkStripRawContByteStreamToolProviderTool.h:38
ITkStripRawContByteStreamToolProviderTool::initialize
StatusCode initialize() override
Definition
ITkStripRawContByteStreamToolProviderTool.h:25
ITkStripRawContByteStreamToolProviderTool::ITkStripRawContByteStreamToolProviderTool
ITkStripRawContByteStreamToolProviderTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
ITkStripRawContByteStreamToolProviderTool.h:17
ITkStripRawContByteStreamToolProviderTool::~ITkStripRawContByteStreamToolProviderTool
virtual ~ITkStripRawContByteStreamToolProviderTool() override=default
Destructor:
type
Generated on
for ATLAS Offline Software by
1.17.0