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
IPRD_TruthTrajectorySelector.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
// IPRD_TruthTrajectorySelector.h, (c) ATLAS Detector software
8
9
#ifndef TRK_TRKTRUTHTRACKS_IPRD_TRUTHTRAJECTORYSELECTOR_H
10
#define TRK_TRKTRUTHTRACKS_IPRD_TRUTHTRAJECTORYSELECTOR_H 1
11
12
// Gaudi
13
#include "GaudiKernel/IAlgTool.h"
14
#include "
TrkTruthTrackInterfaces/PRD_TruthTrajectory.h
"
15
16
namespace
Trk
{
17
18
class
PrepRawData;
19
20
static
const
InterfaceID IID_IPRD_TruthTrajectorySelector(
"IPRD_TruthTrajectorySelector"
, 1, 0);
21
30
class
IPRD_TruthTrajectorySelector
:
virtual
public
IAlgTool {
31
32
public
:
34
virtual
~IPRD_TruthTrajectorySelector
(){}
35
37
static
const
InterfaceID&
interfaceID
() {
return
IID_IPRD_TruthTrajectorySelector; }
38
40
virtual
bool
pass
(
const
PRD_TruthTrajectory
& )
const
= 0;
41
42
};
43
44
}
// end of namespace
45
46
#endif // TRK_TRKTRUTHTRACKS_IPRD_TRUTHTRAJECTORYSELECTOR_H
Trk::IPRD_TruthTrajectorySelector
The interface for the truth PRD trajectory selector.
Definition:
IPRD_TruthTrajectorySelector.h:30
PRD_TruthTrajectory.h
Trk::IPRD_TruthTrajectorySelector::~IPRD_TruthTrajectorySelector
virtual ~IPRD_TruthTrajectorySelector()
Virtual destructor.
Definition:
IPRD_TruthTrajectorySelector.h:34
Trk::PRD_TruthTrajectory
Definition:
PRD_TruthTrajectory.h:27
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::IPRD_TruthTrajectorySelector::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition:
IPRD_TruthTrajectorySelector.h:37
Trk::IPRD_TruthTrajectorySelector::pass
virtual bool pass(const PRD_TruthTrajectory &) const =0
selector method - boolean indicates if PRD truth trajectory passes or not
Generated on Tue Mar 25 2025 21:12:17 for ATLAS Offline Software by
1.8.18