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
xAODTrigBphysCnv
src
TrigxAODBphysReaderAlg.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:$
8
#ifndef xAODTrigBPhysCNV_TrigEFBphysReaderAlg_H
9
#define xAODTrigBPhysCNV_TrigEFBphysReaderAlg_H
10
11
// System include(s):
12
#include <string>
13
14
// Gaudi/Athena include(s):
15
#include "
AthenaBaseComps/AthAlgorithm.h
"
16
#include "GaudiKernel/ToolHandle.h"
17
18
// Local include(s):
19
20
namespace
xAODMaker
{
21
27
class
TrigxAODBphysReaderAlg
:
public
AthAlgorithm
{
28
29
public
:
31
TrigxAODBphysReaderAlg
(
const
std::string&
name
, ISvcLocator* svcLoc );
32
34
virtual
StatusCode
initialize
();
36
virtual
StatusCode
execute
();
37
38
private
:
40
std::string
m_xaodKey
;
41
42
};
// class TrigEFBphysReaderAlg
43
44
}
// namespace xAODMaker
45
46
#endif // xAODTrigBPhysCNV_TrigEFBphysReaderAlg_H
47
xAODMaker::TrigxAODBphysReaderAlg::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition:
TrigxAODBphysReaderAlg.cxx:28
xAODMaker
Definition:
StoreGateSvc.h:72
xAODMaker::TrigxAODBphysReaderAlg::TrigxAODBphysReaderAlg
TrigxAODBphysReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Definition:
TrigxAODBphysReaderAlg.cxx:19
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
xAODMaker::TrigxAODBphysReaderAlg
Algorithm for creating xAOD::TrigxAODBphysReaderAlg from an AOD.
Definition:
TrigxAODBphysReaderAlg.h:27
xAODMaker::TrigxAODBphysReaderAlg::m_xaodKey
std::string m_xaodKey
StoreGate key for the output container.
Definition:
TrigxAODBphysReaderAlg.h:40
xAODMaker::TrigxAODBphysReaderAlg::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition:
TrigxAODBphysReaderAlg.cxx:38
Generated on Wed Apr 23 2025 21:22:21 for ATLAS Offline Software by
1.8.18