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_p3.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_P3_H
6
#define TRIGMUONEVENTTPCNV_TILETRACKMUFEATURE_P3_H
7
8
#include "
DataModelAthenaPool/ElementLink_p3.h
"
9
10
class
TileTrackMuFeature_p3
{
11
friend
class
TileTrackMuFeatureCnv_p3
;
12
13
public
:
14
15
TileTrackMuFeature_p3
() =
default
;
16
~TileTrackMuFeature_p3
() =
default
;
17
18
private
:
19
20
float
m_allTheFloats
[3]{};
21
//float m_PtTR_Trk;
22
//float m_EtaTR_Trk;
23
//float m_PhiTR_Trk;
24
int
m_Typ_IDTrk
{};
25
26
ElementLinkInt_p3
m_TileMu
;
27
ElementLinkInt_p3
m_Track
;
28
};
29
30
#endif
ElementLink_p3.h
This file contains the class definition for the ElementLink_p3 class.
TileTrackMuFeature_p3::m_TileMu
ElementLinkInt_p3 m_TileMu
Definition:
TileTrackMuFeature_p3.h:26
ElementLink_p3< uint32_t >
TileTrackMuFeature_p3::m_allTheFloats
float m_allTheFloats[3]
Definition:
TileTrackMuFeature_p3.h:20
TileTrackMuFeature_p3::TileTrackMuFeature_p3
TileTrackMuFeature_p3()=default
TileTrackMuFeature_p3::~TileTrackMuFeature_p3
~TileTrackMuFeature_p3()=default
TileTrackMuFeature_p3::m_Track
ElementLinkInt_p3 m_Track
Definition:
TileTrackMuFeature_p3.h:27
TileTrackMuFeatureCnv_p3
Definition:
TileTrackMuFeatureCnv_p3.h:34
TileTrackMuFeature_p3
Definition:
TileTrackMuFeature_p3.h:10
TileTrackMuFeature_p3::m_Typ_IDTrk
int m_Typ_IDTrk
Definition:
TileTrackMuFeature_p3.h:24
Generated on Sun Apr 27 2025 21:20:44 for ATLAS Offline Software by
1.8.18