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
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigInDetTrackCollection_tlp4.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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigInDetEventTPCnv
8
* @class : TrigInDetTrackCollection_tlp1
9
*
10
* @brief "top level" persistent partner for TrigInDetTrackCollection
11
*
12
**********************************************************************************/
13
#ifndef TRIGINDETEVENTTPCNV_TRIGINDETTRACKCOLLECTION_tlp4_H
14
#define TRIGINDETEVENTTPCNV_TRIGINDETTRACKCOLLECTION_tlp4_H
15
16
#include "
TrigInDetTrackCollection_p1.h
"
17
#include "
TrigInDetTrack_p5.h
"
18
#include "
TrigInDetTrackFitPar_p3.h
"
19
20
class
TrigInDetTrackCollection_tlp4
21
{
22
public
:
23
24
TrigInDetTrackCollection_tlp4
() {}
25
friend
class
TrigInDetTrackCollectionCnv_tlp4
;
26
27
private
:
28
29
std::vector< TrigInDetTrackCollection_p1 >
m_trigInDetTrackCollections
;
30
std::vector< TrigInDetTrackFitPar_p3 >
m_trigInDetTrackFitPars
;
31
std::vector< TrigInDetTrack_p5 >
m_trigInDetTracks
;
32
33
};
34
35
#endif
TrigInDetTrackCollection_tlp4
Definition:
TrigInDetTrackCollection_tlp4.h:21
TrigInDetTrackCollection_tlp4::m_trigInDetTrackFitPars
std::vector< TrigInDetTrackFitPar_p3 > m_trigInDetTrackFitPars
Definition:
TrigInDetTrackCollection_tlp4.h:37
TrigInDetTrack_p5.h
TrigInDetTrackCollection_p1.h
TrigInDetTrackCollection_tlp4::m_trigInDetTrackCollections
std::vector< TrigInDetTrackCollection_p1 > m_trigInDetTrackCollections
Definition:
TrigInDetTrackCollection_tlp4.h:36
TrigInDetTrackCollection_tlp4::TrigInDetTrackCollection_tlp4
TrigInDetTrackCollection_tlp4()
Definition:
TrigInDetTrackCollection_tlp4.h:31
TrigInDetTrackCollection_tlp4::m_trigInDetTracks
std::vector< TrigInDetTrack_p5 > m_trigInDetTracks
Definition:
TrigInDetTrackCollection_tlp4.h:38
TrigInDetTrackFitPar_p3.h
TrigInDetTrackCollectionCnv_tlp4
Definition:
TrigInDetTrackCollectionCnv_tlp4.h:25
Generated on Fri Apr 25 2025 21:21:44 for ATLAS Offline Software by
1.8.18