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_tlp1.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
#ifndef TRIGMUONEVENTTPCNV_TILETRACKMUFEATURE_TLP1_H
6
#define TRIGMUONEVENTTPCNV_TILETRACKMUFEATURE_TLP1_H
7
8
#include <stdint.h>
9
#include <string>
10
#include "
TrigMuonEventTPCnv/TileTrackMuFeature_p1.h
"
11
#include "
TrigMuonEventTPCnv/TileTrackMuFeature_p2.h
"
12
#include "
TrigMuonEventTPCnv/TileMuFeature_p1.h
"
13
#include "
TrigInDetEventTPCnv/TrigInDetTrack_p1.h
"
14
#include "
TrigInDetEventTPCnv/TrigInDetTrackFitPar_p1.h
"
15
16
17
class
TileTrackMuFeature_tlp1
{
18
19
public
:
20
TileTrackMuFeature_tlp1
() {}
21
22
23
std::vector<TileTrackMuFeature_p1>
m_TileTrackMu
;
24
std::vector<TileTrackMuFeature_p2>
m_TileTrackMu_p2
;
25
std::vector<TileMuFeature_p1>
m_TileMu
;
26
std::vector<TrigInDetTrack_p1>
m_Track
;
27
std::vector<TrigInDetTrackFitPar_p1>
m_TrackFitPar
;
28
};
29
30
#endif
TileTrackMuFeature_tlp1::TileTrackMuFeature_tlp1
TileTrackMuFeature_tlp1()
Definition:
TileTrackMuFeature_tlp1.h:20
TileTrackMuFeature_tlp1::m_TrackFitPar
std::vector< TrigInDetTrackFitPar_p1 > m_TrackFitPar
Definition:
TileTrackMuFeature_tlp1.h:27
TrigInDetTrack_p1.h
TileTrackMuFeature_tlp1::m_Track
std::vector< TrigInDetTrack_p1 > m_Track
Definition:
TileTrackMuFeature_tlp1.h:26
TileTrackMuFeature_tlp1
Definition:
TileTrackMuFeature_tlp1.h:17
TileTrackMuFeature_tlp1::m_TileMu
std::vector< TileMuFeature_p1 > m_TileMu
Definition:
TileTrackMuFeature_tlp1.h:25
TileTrackMuFeature_p2.h
TrigInDetTrackFitPar_p1.h
TileTrackMuFeature_p1.h
TileTrackMuFeature_tlp1::m_TileTrackMu_p2
std::vector< TileTrackMuFeature_p2 > m_TileTrackMu_p2
Definition:
TileTrackMuFeature_tlp1.h:24
TileMuFeature_p1.h
TileTrackMuFeature_tlp1::m_TileTrackMu
std::vector< TileTrackMuFeature_p1 > m_TileTrackMu
Definition:
TileTrackMuFeature_tlp1.h:23
Generated on Wed Apr 23 2025 21:20:58 for ATLAS Offline Software by
1.8.18