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
w
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
TBTailCatcherRec.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_TBTAILCATCHERREC_H
6
#define TBREC_TBTAILCATCHERREC_H
7
// //
9
// This algorithm controls event flow and reconstruction and monitoring //
10
// tasks. //
11
// //
13
14
#include "
AthenaBaseComps/AthAlgorithm.h
"
15
16
#include <string>
17
#include <vector>
18
#include "
TBEvent/TBTailCatcher.h
"
19
#include "
TBEvent/TBTailCatcherRaw.h
"
20
21
22
class
TBTailCatcherRec
:
public
AthAlgorithm
23
{
24
public
:
25
26
TBTailCatcherRec
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
27
virtual
~TBTailCatcherRec
();
28
29
virtual
StatusCode
initialize
()
override
;
30
virtual
StatusCode
execute
()
override
;
31
virtual
StatusCode
finalize
()
override
;
32
33
34
private
:
36
// Properties //
38
39
std::string
m_SGkey
;
40
42
// Calib consts //
44
45
std::vector<float>
m_tailcatch_calib
;
46
std::vector<float>
m_tailcatch_ped
;
47
48
};
49
50
#endif
TBTailCatcherRec::finalize
virtual StatusCode finalize() override
Definition:
TBTailCatcherRec.cxx:85
TBTailCatcherRec::execute
virtual StatusCode execute() override
Definition:
TBTailCatcherRec.cxx:32
TBTailCatcherRec::~TBTailCatcherRec
virtual ~TBTailCatcherRec()
Definition:
TBTailCatcherRec.cxx:22
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TBTailCatcherRec
Definition:
TBTailCatcherRec.h:23
TBTailCatcherRec::m_SGkey
std::string m_SGkey
Definition:
TBTailCatcherRec.h:39
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
TBTailCatcherRec::m_tailcatch_ped
std::vector< float > m_tailcatch_ped
Definition:
TBTailCatcherRec.h:46
TBTailCatcherRec::initialize
virtual StatusCode initialize() override
Definition:
TBTailCatcherRec.cxx:26
TBTailCatcherRec::TBTailCatcherRec
TBTailCatcherRec(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TBTailCatcherRec.cxx:10
TBTailCatcher.h
TBTailCatcherRaw.h
TBTailCatcherRec::m_tailcatch_calib
std::vector< float > m_tailcatch_calib
Definition:
TBTailCatcherRec.h:45
Generated on Mon May 12 2025 21:18:46 for ATLAS Offline Software by
1.8.18