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
TrackHandle_FatrasTruthTrack.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
// ////////////////////////////////////////////////////////////////
7
// // //
8
// // Header file for class TrackHandle_FatrasTruthTrack //
9
// // //
10
// // Description: Specialisation of Trk::Track handles used //
11
// // for FatRas tracks. //
12
// // //
13
// // Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14
// // Initial version: March 2008 //
15
// // //
16
// ////////////////////////////////////////////////////////////////
17
//
18
// #ifndef TRACKHANDLE_FATRASTRUTHTRACK_H
19
// #define TRACKHANDLE_FATRASTRUTHTRACK_H
20
//
21
// #include "VP1TrackSystems/TrackHandle_TrkTrack.h"
22
// namespace Fatras{ class TrackParticleState; }
23
//
24
// class TrackHandle_FatrasTruthTrack : public TrackHandle_TrkTrack {
25
// public:
26
//
27
// TrackHandle_FatrasTruthTrack(TrackCollHandleBase*,const Fatras::TrackParticleState*);
28
// virtual ~TrackHandle_FatrasTruthTrack() {};
29
//
30
// virtual QStringList clicked() const;
31
//
32
// virtual Amg::Vector3D momentum() const;
33
// virtual const Amg::Vector3D * startPoint() const;
34
// virtual int pdgCode() const;
35
// virtual QString type() const { return QString("Fatras"); } //!< return very short word with type (maybe link with collection type?)
36
//
37
// protected:
38
// virtual double calculateCharge() const;
39
// virtual Trk::ParticleHypothesis extrapolationParticleHypothesis() const;
40
//
41
// private:
42
//
43
// class Imp;
44
// Imp * d;
45
//
46
//
47
// };
48
//
49
// #endif
Generated on Tue Mar 25 2025 21:20:55 for ATLAS Offline Software by
1.8.18