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
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkTrack
TrackInfo_p1.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 TRACKINFO_P1_TRK_H
6
#define TRACKINFO_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: TrackInfo_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include <vector>
15
//#include <bitset>
16
17
18
namespace
Trk
19
{
20
class
TrackInfo_p1
21
{
22
public
:
23
TrackInfo_p1
() :
m_fitter
(0),
m_particleHypo
(0),
m_properties
(0),
m_patternRecognition
(0),
m_extPatternRecognition
(0){}
24
25
unsigned
int
m_fitter
;
26
unsigned
int
m_particleHypo
;
27
28
//bitsets
29
unsigned
int
m_properties
;
30
unsigned
int
m_patternRecognition
;
31
unsigned
int
m_extPatternRecognition
;
// overflow if bitset>32 bits
32
33
};
34
}
35
36
#endif // TRACKINFO_P1_TRK_H
Trk::TrackInfo_p1::m_fitter
unsigned int m_fitter
Definition:
TrackInfo_p1.h:25
Trk::TrackInfo_p1::m_patternRecognition
unsigned int m_patternRecognition
Definition:
TrackInfo_p1.h:30
Trk::TrackInfo_p1::m_extPatternRecognition
unsigned int m_extPatternRecognition
Definition:
TrackInfo_p1.h:31
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::TrackInfo_p1
Definition:
TrackInfo_p1.h:21
Trk::TrackInfo_p1::TrackInfo_p1
TrackInfo_p1()
Definition:
TrackInfo_p1.h:23
Trk::TrackInfo_p1::m_properties
unsigned int m_properties
Definition:
TrackInfo_p1.h:29
Trk::TrackInfo_p1::m_particleHypo
unsigned int m_particleHypo
Definition:
TrackInfo_p1.h:26
Generated on Sat Mar 15 2025 21:20:53 for ATLAS Offline Software by
1.8.18