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
TrkTruthTracks
TrkTruthTrackInterfaces
TrkTruthTrackInterfaces
ITruthTrackBuilder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// ITruthTrackBuilder.h, (c) ATLAS Detector software
8
9
#ifndef TRK_TRKTRUTHTRACKINTERFACES_ITRUTHTRACKBUILDER_H
10
#define TRK_TRKTRUTHTRACKINTERFACES_ITRUTHTRACKBUILDER_H 1
11
12
// Gaudi
13
#include "GaudiKernel/IAlgTool.h"
14
#include "
TrkTruthTrackInterfaces/PRD_TruthTrajectory.h
"
15
#include "
TrkSegment/SegmentCollection.h
"
16
17
18
namespace
Trk
{
19
20
class
Track
;
21
22
static
const
InterfaceID IID_ITruthTrackBuilder(
"ITruthTrackBuilder"
, 1, 0);
23
32
class
ITruthTrackBuilder
:
virtual
public
IAlgTool {
33
34
public
:
36
virtual
~ITruthTrackBuilder
(){}
37
39
static
const
InterfaceID&
interfaceID
() {
return
IID_ITruthTrackBuilder; }
40
42
virtual
Track
*
createTrack
(
const
PRD_TruthTrajectory
& traj,
SegmentCollection
* segs = 0 )
const
= 0;
43
44
};
45
46
}
// end of namespace
47
48
#endif // TRK_TRKTRUTHTRACKINTERFACES_ITRUTHTRACKBUILDER_H
PRD_TruthTrajectory.h
Trk::ITruthTrackBuilder::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition:
ITruthTrackBuilder.h:39
DataVector< Trk::Segment >
Trk::PRD_TruthTrajectory
Definition:
PRD_TruthTrajectory.h:27
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Track
Definition:
TriggerChamberClusterOnTrackCreator.h:21
Trk::ITruthTrackBuilder::~ITruthTrackBuilder
virtual ~ITruthTrackBuilder()
Virtual destructor.
Definition:
ITruthTrackBuilder.h:36
Trk::ITruthTrackBuilder
The interface for the truth track finder.
Definition:
ITruthTrackBuilder.h:32
Trk::ITruthTrackBuilder::createTrack
virtual Track * createTrack(const PRD_TruthTrajectory &traj, SegmentCollection *segs=0) const =0
return a track from a PrepRawData trajectories, if a segment collection pointer is provided it will a...
SegmentCollection.h
Generated on Mon Apr 21 2025 21:12:32 for ATLAS Offline Software by
1.8.18