Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
TestBeam
TBRec
src
TBEventStreamerTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TBREC_TBEVENTSTREAMERTOOL_H
6
#define TBREC_TBEVENTSTREAMERTOOL_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
10
#include <string>
11
12
static
const
InterfaceID IID_TBEventStreamerTool(
"TBEventStreamerTool"
, 1 , 0);
13
14
class
TBEventStreamerTool
:
public
AthAlgTool
15
{
16
public
:
17
18
TBEventStreamerTool
(
const
std::string&
name
,
const
std::string&
type
,
19
const
IInterface*
parent
);
20
virtual
~TBEventStreamerTool
();
21
22
virtual
StatusCode
accept
() = 0;
23
24
virtual
StatusCode
reject
();
25
26
virtual
StatusCode
initialize
()
override
;
27
28
virtual
StatusCode
initializeTool
();
29
30
static
const
InterfaceID&
interfaceID
() {
return
IID_TBEventStreamerTool;}
31
};
32
#endif
TBEventStreamerTool::accept
virtual StatusCode accept()=0
TBEventStreamerTool::~TBEventStreamerTool
virtual ~TBEventStreamerTool()
Definition:
TBEventStreamerTool.cxx:14
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
TBEventStreamerTool::initialize
virtual StatusCode initialize() override
Definition:
TBEventStreamerTool.cxx:17
TBEventStreamerTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
TBEventStreamerTool.h:30
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
TBEventStreamerTool::initializeTool
virtual StatusCode initializeTool()
Definition:
TBEventStreamerTool.cxx:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
TBEventStreamerTool::reject
virtual StatusCode reject()
Definition:
TBEventStreamerTool.cxx:27
TBEventStreamerTool::TBEventStreamerTool
TBEventStreamerTool(const std::string &name, const std::string &type, const IInterface *parent)
Definition:
TBEventStreamerTool.cxx:8
TBEventStreamerTool
Definition:
TBEventStreamerTool.h:15
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Tue Apr 15 2025 21:19:38 for ATLAS Offline Software by
1.8.18