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
Trigger
TrigEvent
TrigMuonEventTPCnv
TrigMuonEventTPCnv
TileTrackMuFeature_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGMUONEVENTTPCNV_TILETRACKMUFEATURE_P2_H
6
#define TRIGMUONEVENTTPCNV_TILETRACKMUFEATURE_P2_H
7
8
#include "
DataModelAthenaPool/ElementLink_p1.h
"
9
10
class
TileTrackMuFeature_p2
{
11
friend
class
TileTrackMuFeatureCnv_p2
;
12
13
public
:
14
15
// default constructor
16
TileTrackMuFeature_p2
() =
default
;
17
18
// default destructor
19
virtual
~TileTrackMuFeature_p2
() =
default
;
20
21
float
m_PtTR_Trk
{};
22
float
m_EtaTR_Trk
{};
23
float
m_PhiTR_Trk
{};
24
int
m_Typ_IDTrk
{};
25
26
ElementLinkInt_p1
m_TileMu
;
27
ElementLinkInt_p1
m_Track
;
28
};
29
30
#endif
ElementLink_p1.h
This file contains the class definition for the ElementLink_p1 class.
TileTrackMuFeatureCnv_p2
Definition:
TileTrackMuFeatureCnv_p2.h:34
TileTrackMuFeature_p2
Definition:
TileTrackMuFeature_p2.h:10
TileTrackMuFeature_p2::m_TileMu
ElementLinkInt_p1 m_TileMu
Definition:
TileTrackMuFeature_p2.h:26
TileTrackMuFeature_p2::m_Track
ElementLinkInt_p1 m_Track
Definition:
TileTrackMuFeature_p2.h:27
ElementLink_p1< uint32_t >
TileTrackMuFeature_p2::m_PhiTR_Trk
float m_PhiTR_Trk
Definition:
TileTrackMuFeature_p2.h:23
TileTrackMuFeature_p2::m_PtTR_Trk
float m_PtTR_Trk
Definition:
TileTrackMuFeature_p2.h:21
TileTrackMuFeature_p2::TileTrackMuFeature_p2
TileTrackMuFeature_p2()=default
TileTrackMuFeature_p2::~TileTrackMuFeature_p2
virtual ~TileTrackMuFeature_p2()=default
TileTrackMuFeature_p2::m_Typ_IDTrk
int m_Typ_IDTrk
Definition:
TileTrackMuFeature_p2.h:24
TileTrackMuFeature_p2::m_EtaTR_Trk
float m_EtaTR_Trk
Definition:
TileTrackMuFeature_p2.h:22
Generated on Wed Apr 23 2025 21:20:58 for ATLAS Offline Software by
1.8.18