Loading [MathJax]/jax/output/SVG/config.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
IIsoMuonFeatureCnvTool.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_IIsoMuonFeatureCnvTool_H
7
#define xAODTrigMuonCNV_IIsoMuonFeatureCnvTool_H
8
9
10
// Gaudi/Athena include(s):
11
#include "GaudiKernel/IAlgTool.h"
12
13
// EDM include(s):
14
#include "
xAODTrigMuon/L2IsoMuon.h
"
15
16
17
// Forward declaration(s):
18
class
IsoMuonFeature
;
19
20
namespace
xAODMaker
{
21
23
static
const
InterfaceID
24
IID_IIsoMuonFeatureCnvTool(
"xAODMaker::IIsoMuonFeatureCnvTool"
, 1, 0 );
25
32
class
IIsoMuonFeatureCnvTool
:
public
virtual
IAlgTool {
33
34
public
:
36
virtual
StatusCode
convert
(
const
IsoMuonFeature
* aod,
37
xAOD::L2IsoMuon
* xaod ) = 0;
38
40
static
const
InterfaceID&
interfaceID
() {
41
return
IID_IIsoMuonFeatureCnvTool;
42
}
43
44
};
// class IIsoMuonFeatureCnvTool
45
46
}
// namespace xAODMaker
47
48
#endif // xAODTrigMuonCNV_IIsoMuonFeatureCnvTool_H
xAODMaker
Definition:
StoreGateSvc.h:72
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::IIsoMuonFeatureCnvTool
Interface for the tool creating IsoMuonFeature from an AOD.
Definition:
IIsoMuonFeatureCnvTool.h:32
xAODMaker::IIsoMuonFeatureCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition:
IIsoMuonFeatureCnvTool.h:40
IsoMuonFeature
Class with isolation variables for TrigmuIso algorithm.
Definition:
IsoMuonFeature.h:41
xAOD::L2IsoMuon_v1
Class describing isolation info for muons reconstructed in the LVL2 trigger.
Definition:
L2IsoMuon_v1.h:33
xAODMaker::IIsoMuonFeatureCnvTool::convert
virtual StatusCode convert(const IsoMuonFeature *aod, xAOD::L2IsoMuon *xaod)=0
Function that fills an existing xAOD::L2IsoMuon.
L2IsoMuon.h
Generated on Sun Apr 6 2025 21:11:50 for ATLAS Offline Software by
1.8.18