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
Event
xAOD
xAODTauCnv
src
TauJetReaderAlg.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: TauJetReaderAlg.h 632174 2014-11-29 15:23:36Z krasznaa $
8
#ifndef XAODTAUCNV_TAUJETREADERALG_H
9
#define XAODTAUCNV_TAUJETREADERALG_H
10
11
// Gaudi/Athena include(s):
12
#include "
AthenaBaseComps/AthAlgorithm.h
"
13
14
namespace
xAODMaker
{
15
26
class
TauJetReaderAlg
:
public
::AthAlgorithm
{
27
28
public
:
30
TauJetReaderAlg
(
const
std::string&
name
, ISvcLocator* svcLoc );
31
33
virtual
StatusCode
initialize
();
35
virtual
StatusCode
execute
();
36
37
private
:
39
std::string
m_sgKey
;
40
41
};
// class TauJetReaderAlg
42
43
}
// namespace xAODMaker
44
45
#endif // XAODTAUCNV_TAUJETREADERALG_H
xAODMaker::TauJetReaderAlg
Simple algorithm testing the reading of xAOD::TauJetContainer.
Definition:
TauJetReaderAlg.h:26
xAODMaker
Definition:
StoreGateSvc.h:72
xAODMaker::TauJetReaderAlg::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition:
TauJetReaderAlg.cxx:33
AthAlgorithm.h
xAODMaker::TauJetReaderAlg::m_sgKey
std::string m_sgKey
The StoreGate key of the container to be tested.
Definition:
TauJetReaderAlg.h:39
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::TauJetReaderAlg::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition:
TauJetReaderAlg.cxx:23
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
xAODMaker::TauJetReaderAlg::TauJetReaderAlg
TauJetReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Definition:
TauJetReaderAlg.cxx:15
Generated on Sat Apr 5 2025 21:19:03 for ATLAS Offline Software by
1.8.18