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
xAODTrigMuonCnv
xAODTrigMuonCnv
IIsoMuonFeatureContainerCnvTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// V1.0
6
#ifndef xAODTrigMuonCNV_IIsoMuonFeatureContainerCnvTool_H
7
#define xAODTrigMuonCNV_IIsoMuonFeatureContainerCnvTool_H
8
9
10
// Gaudi/Athena include(s):
11
#include "GaudiKernel/IAlgTool.h"
12
#include "GaudiKernel/ToolHandle.h"
13
14
// EDM include(s):
15
#include "
xAODTrigMuon/L2IsoMuonContainer.h
"
16
17
18
// Forward declaration(s):
19
class
IsoMuonFeatureContainer
;
20
21
namespace
xAODMaker
{
22
24
static
const
InterfaceID
25
IID_IIsoMuonFeatureContainerCnvTool(
"xAODMaker::IIsoMuonFeatureContainerCnvTool"
, 1, 0 );
26
33
class
IIsoMuonFeatureContainerCnvTool
:
public
virtual
IAlgTool {
34
35
public
:
37
virtual
StatusCode
convert
(
const
IsoMuonFeatureContainer
* aod,
38
xAOD::L2IsoMuonContainer
* xaod ) = 0;
39
41
static
const
InterfaceID&
interfaceID
() {
42
return
IID_IIsoMuonFeatureContainerCnvTool;
43
}
44
45
};
// class IIsoMuonFeatureContainerCnvTool
46
47
}
// namespace xAODMaker
48
49
#endif // xAODTrigMuonCNV_IIsoMuonFeatureContainerCnvTool_H
xAODMaker::IIsoMuonFeatureContainerCnvTool::convert
virtual StatusCode convert(const IsoMuonFeatureContainer *aod, xAOD::L2IsoMuonContainer *xaod)=0
Function that fills an existing xAOD::L2IsoMuonContainer.
xAODMaker::IIsoMuonFeatureContainerCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition:
IIsoMuonFeatureContainerCnvTool.h:41
xAODMaker::IIsoMuonFeatureContainerCnvTool
Interface for the tool creating IsoMuonFeatureContainer from an AOD.
Definition:
IIsoMuonFeatureContainerCnvTool.h:33
xAODMaker
Definition:
StoreGateSvc.h:72
IsoMuonFeatureContainer
Definition:
IsoMuonFeatureContainer.h:14
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
L2IsoMuonContainer.h
Generated on Fri Mar 28 2025 21:11:44 for ATLAS Offline Software by
1.8.18