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
ICombinedMuonFeatureCnvTool.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_ICombinedMuonFeatureCnvTool_H
7
#define xAODTrigMuonCNV_ICombinedMuonFeatureCnvTool_H
8
9
10
// Gaudi/Athena include(s):
11
#include "GaudiKernel/IAlgTool.h"
12
13
// EDM include(s):
14
#include "
xAODTrigMuon/L2CombinedMuon.h
"
15
16
17
// Forward declaration(s):
18
class
CombinedMuonFeature
;
19
20
namespace
xAODMaker
{
21
23
static
const
InterfaceID
24
IID_ICombinedMuonFeatureCnvTool(
"xAODMaker::ICombinedMuonFeatureCnvTool"
, 1, 0 );
25
32
class
ICombinedMuonFeatureCnvTool
:
public
virtual
IAlgTool {
33
34
public
:
36
virtual
StatusCode
convert
(
const
CombinedMuonFeature
* aod,
37
xAOD::L2CombinedMuon
* xaod )
const
= 0;
38
40
static
const
InterfaceID&
interfaceID
() {
41
return
IID_ICombinedMuonFeatureCnvTool;
42
}
43
44
};
// class ICombinedMuonFeatureCnvTool
45
46
}
// namespace xAODMaker
47
48
#endif // xAODTrigMuonCNV_ICombinedMuonFeatureCnvTool_H
L2CombinedMuon.h
xAODMaker
Definition:
StoreGateSvc.h:72
xAOD::L2CombinedMuon_v1
Class describing combined muon reconstructed in the LVL2 trigger.
Definition:
L2CombinedMuon_v1.h:41
xAODMaker::ICombinedMuonFeatureCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition:
ICombinedMuonFeatureCnvTool.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::ICombinedMuonFeatureCnvTool::convert
virtual StatusCode convert(const CombinedMuonFeature *aod, xAOD::L2CombinedMuon *xaod) const =0
Function that fills an existing xAOD::L2CombinedMuon.
CombinedMuonFeature
Definition:
CombinedMuonFeature.h:30
xAODMaker::ICombinedMuonFeatureCnvTool
Interface for the tool creating CombinedMuonFeature from an AOD.
Definition:
ICombinedMuonFeatureCnvTool.h:32
Generated on Thu Apr 24 2025 21:11:40 for ATLAS Offline Software by
1.8.18