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
graphics
VP1
VP1Systems
VP1TrackSystems
VP1TrackSystems
TrackCollHandle_RefittedTracks.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
7
// //
8
// Header file for class TrackCollHandle_RefittedTracks //
9
// //
10
// Description: Specialisation of TrkTracks which contains //
11
// Fatras truth information //
12
// //
13
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14
// Initial version: September 2008 //
15
// //
17
18
#ifndef TRACKCOLLHANDLE_REFITTEDTRACKS_H
19
#define TRACKCOLLHANDLE_REFITTEDTRACKS_H
20
21
#include "
VP1TrackSystems/TrackCollHandle_TrkTrack.h
"
22
#include <QList>
23
24
class
TrackCollHandle_RefittedTracks
:
public
TrackCollHandle_TrkTrack
{
25
26
Q_OBJECT
27
28
public
:
29
30
TrackCollHandle_RefittedTracks
(
TrackSysCommonData
*,
31
const
QString&
name
,
32
QList<const Trk::Track*> fittedtracks );
33
virtual
~TrackCollHandle_RefittedTracks
();
34
35
protected
:
36
virtual
bool
load
();
37
virtual
QColor
defaultColor
()
const
{
return
QColor::fromRgbF(0.0
f
, 1.0
f
, 1.0
f
); }
38
39
private
:
40
41
class
Imp;
42
Imp
*
m_d
;
43
44
};
45
46
#endif
TrackCollHandle_TrkTrack.h
TrackCollHandle_RefittedTracks::load
virtual bool load()
Definition:
TrackCollHandle_RefittedTracks.cxx:44
TrackCollHandle_RefittedTracks::Imp
Definition:
TrackCollHandle_RefittedTracks.cxx:23
TrackCollHandle_TrkTrack
Definition:
TrackCollHandle_TrkTrack.h:27
TrackSysCommonData
Definition:
TrackSysCommonData.h:50
TrackCollHandle_RefittedTracks::~TrackCollHandle_RefittedTracks
virtual ~TrackCollHandle_RefittedTracks()
Definition:
TrackCollHandle_RefittedTracks.cxx:38
TrackCollHandle_RefittedTracks
Definition:
TrackCollHandle_RefittedTracks.h:24
hist_file_dump.f
f
Definition:
hist_file_dump.py:141
TrackCollHandle_RefittedTracks::TrackCollHandle_RefittedTracks
TrackCollHandle_RefittedTracks(TrackSysCommonData *, const QString &name, QList< const Trk::Track * > fittedtracks)
Definition:
TrackCollHandle_RefittedTracks.cxx:30
TrackCollHandle_RefittedTracks::defaultColor
virtual QColor defaultColor() const
Definition:
TrackCollHandle_RefittedTracks.h:37
TrackCollHandle_RefittedTracks::m_d
Imp * m_d
Definition:
TrackCollHandle_RefittedTracks.h:41
TrackCollHandleBase::name
const QString & name() const
Definition:
TrackCollHandleBase.cxx:310
Generated on Tue Mar 25 2025 21:20:50 for ATLAS Offline Software by
1.8.18