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
xAODTrigL1CaloCnv
src
JetElementCnvAlg.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: JetElementCnvAlg.h 576052 2013-12-18 09:13:50Z morrisj $
8
#ifndef XAODTRIGL1CALOCNV_JETELEMENTCNVALG_H
9
#define XAODTRIGL1CALOCNV_JETELEMENTCNVALG_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
#include "
xAODTrigL1CaloCnv/IJetElementCnvTool.h
"
20
21
namespace
xAODMaker
{
33
class
JetElementCnvAlg
:
public
AthAlgorithm
{
34
35
public
:
37
JetElementCnvAlg
(
const
std::string&
name
, ISvcLocator* svcLoc );
38
40
virtual
StatusCode
initialize
();
42
virtual
StatusCode
execute
();
43
44
private
:
46
std::string
m_esdKey
;
48
std::string
m_xaodKey
;
49
51
ToolHandle< IJetElementCnvTool >
m_cnvTool
;
52
53
};
// class EmTauRoICnvAlg
54
55
}
// namespace xAODMaker
56
57
#endif // XAODTRIGL1CALOCNV_JETELEMENTCNVALG_H
xAODMaker::JetElementCnvAlg::m_cnvTool
ToolHandle< IJetElementCnvTool > m_cnvTool
Handle to the converter tool.
Definition:
JetElementCnvAlg.h:51
xAODMaker
Definition:
StoreGateSvc.h:72
IJetElementCnvTool.h
AthAlgorithm.h
xAODMaker::JetElementCnvAlg::JetElementCnvAlg
JetElementCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Definition:
JetElementCnvAlg.cxx:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::JetElementCnvAlg::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition:
JetElementCnvAlg.cxx:44
xAODMaker::JetElementCnvAlg::m_esdKey
std::string m_esdKey
StoreGate key of the input container.
Definition:
JetElementCnvAlg.h:46
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
xAODMaker::JetElementCnvAlg::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition:
JetElementCnvAlg.cxx:30
xAODMaker::JetElementCnvAlg
Algorithm for creating xAOD::JetElement from an ESD.
Definition:
JetElementCnvAlg.h:33
xAODMaker::JetElementCnvAlg::m_xaodKey
std::string m_xaodKey
StoreGate key for the output container.
Definition:
JetElementCnvAlg.h:48
Generated on Sat Apr 5 2025 21:12:51 for ATLAS Offline Software by
1.8.18