ATLAS Offline Software
Loading...
Searching...
No Matches
TestBeam
TBRec
src
TBEventStreamerTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TBEventStreamerTool.h
"
6
#include <string>
7
8
TBEventStreamerTool::TBEventStreamerTool
(
const
std::string& name,
9
const
std::string&
type
,
10
const
IInterface* parent)
11
:
AthAlgTool
(name,
type
,parent)
12
{ }
13
14
TBEventStreamerTool::~TBEventStreamerTool
()
15
{ }
16
17
StatusCode
TBEventStreamerTool::initialize
()
18
{
19
return
this->
initializeTool
();
20
}
21
22
StatusCode
TBEventStreamerTool::initializeTool
()
23
{
24
return
StatusCode::SUCCESS;
25
}
26
27
StatusCode
TBEventStreamerTool::reject
()
28
{
29
return
this->
accept
().isFailure()
30
? StatusCode::SUCCESS
31
: StatusCode::FAILURE;
32
}
TBEventStreamerTool.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
TBEventStreamerTool::initializeTool
virtual StatusCode initializeTool()
Definition
TBEventStreamerTool.cxx:22
TBEventStreamerTool::accept
virtual StatusCode accept()=0
TBEventStreamerTool::initialize
virtual StatusCode initialize() override
Definition
TBEventStreamerTool.cxx:17
TBEventStreamerTool::TBEventStreamerTool
TBEventStreamerTool(const std::string &name, const std::string &type, const IInterface *parent)
Definition
TBEventStreamerTool.cxx:8
TBEventStreamerTool::~TBEventStreamerTool
virtual ~TBEventStreamerTool()
Definition
TBEventStreamerTool.cxx:14
TBEventStreamerTool::reject
virtual StatusCode reject()
Definition
TBEventStreamerTool.cxx:27
type
Generated on
for ATLAS Offline Software by
1.14.0