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
TrkTools
TrkToolInterfaces
TrkToolInterfaces
IAmbiTrackSelectionTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// ITrackSelectionTool.h, (c) ATLAS Detector software
8
#ifndef ITRKAMBITRACKSELECTIONTOOL_H
9
#define ITRKAMBITRACKSELECTIONTOOL_H
10
11
#include "GaudiKernel/IAlgTool.h"
12
#include "
TrkEventPrimitives/TrackScore.h
"
13
#include <vector>
14
15
namespace
Trk
16
{
17
class
Track
;
18
class
PrepRawData;
19
class
PRDtoTrackMap;
20
class
ClusterSplitProbabilityContainer;
21
28
class
IAmbiTrackSelectionTool
:
virtual
public
IAlgTool {
29
public
:
30
DeclareInterfaceID
(
IAmbiTrackSelectionTool
, 1, 0 );
31
45
virtual
std::tuple<Trk::Track*,bool>
getCleanedOutTrack
(
const
Trk::Track
*track,
46
const
Trk::TrackScore
score
,
47
Trk::ClusterSplitProbabilityContainer
&splitProbContainer,
48
Trk::PRDtoTrackMap
&prd_to_track_map,
49
int
trackId,
50
int
subtrackId)
const
=0;
51
};
52
53
}
// end of namespace
54
55
#endif
Trk::Track
The ATLAS Track class.
Definition:
Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
Trk::PRDtoTrackMap
Definition:
PRDtoTrackMap.h:17
Trk::TrackScore
float TrackScore
Definition:
TrackScore.h:10
Trk::IAmbiTrackSelectionTool::DeclareInterfaceID
DeclareInterfaceID(IAmbiTrackSelectionTool, 1, 0)
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::ClusterSplitProbabilityContainer
Container to associate Cluster with cluster splitting probabilities.
Definition:
ClusterSplitProbabilityContainer.h:17
TrackScore.h
Trk::IAmbiTrackSelectionTool
Interface for building new tracks using information about shared and already associated hits.
Definition:
IAmbiTrackSelectionTool.h:28
xAOD::score
@ score
Definition:
TrackingPrimitives.h:514
Trk::IAmbiTrackSelectionTool::getCleanedOutTrack
virtual std::tuple< Trk::Track *, bool > getCleanedOutTrack(const Trk::Track *track, const Trk::TrackScore score, Trk::ClusterSplitProbabilityContainer &splitProbContainer, Trk::PRDtoTrackMap &prd_to_track_map, int trackId, int subtrackId) const =0
Performs cleaning of a track from already used hits.
Track
Definition:
TriggerChamberClusterOnTrackCreator.h:21
Generated on Wed Apr 2 2025 21:11:37 for ATLAS Offline Software by
1.8.18