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
ITruthTrajectoryBuilder.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
// Dear emacs, this is -*-c++-*-
6
11
12
#ifndef ITRUTHTRAJECTORYBUILDER_H
13
#define ITRUTHTRAJECTORYBUILDER_H
14
15
#include "GaudiKernel/IAlgTool.h"
16
17
// Forard declarations
18
class
TruthTrajectory
;
19
#include "
AtlasHepMC/GenParticle_fwd.h
"
20
21
namespace
Trk
{
22
23
static
const
InterfaceID IID_ITruthTrajectoryBuilder(
"Trk::ITruthTrajectoryBuilder"
,1,0);
24
25
class
ITruthTrajectoryBuilder
:
virtual
public
IAlgTool {
26
public
:
27
static
const
InterfaceID&
interfaceID
() {
return
IID_ITruthTrajectoryBuilder; }
28
32
virtual
void
buildTruthTrajectory
(
TruthTrajectory
*
result
,
const
HepMC::ConstGenParticlePtr
& input)
const
= 0;
33
35
virtual
HepMC::ConstGenParticlePtr
getMother
(
const
HepMC::ConstGenParticlePtr
&
part
)
const
= 0;
36
38
virtual
HepMC::ConstGenParticlePtr
getDaughter
(
const
HepMC::ConstGenParticlePtr
&
part
)
const
= 0;
39
};
40
41
}
// namespace Trk
42
43
#endif
/*ITRUTHTRAJECTORYBUILDER_H*/
LArG4FSStartPointFilter.part
part
Definition:
LArG4FSStartPointFilter.py:21
Trk::ITruthTrajectoryBuilder::buildTruthTrajectory
virtual void buildTruthTrajectory(TruthTrajectory *result, const HepMC::ConstGenParticlePtr &input) const =0
Build a TruthTrajectory this particle belongs to.
get_generator_info.result
result
Definition:
get_generator_info.py:21
Trk::ITruthTrajectoryBuilder::getDaughter
virtual HepMC::ConstGenParticlePtr getDaughter(const HepMC::ConstGenParticlePtr &part) const =0
Next particle on the truth trajectory or 0.
GenParticle_fwd.h
Trk::ITruthTrajectoryBuilder
Definition:
ITruthTrajectoryBuilder.h:25
HepMC::ConstGenParticlePtr
const GenParticle * ConstGenParticlePtr
Definition:
GenParticle.h:38
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
TruthTrajectory
Definition:
TruthTrajectory.h:26
Trk::ITruthTrajectoryBuilder::interfaceID
static const InterfaceID & interfaceID()
Definition:
ITruthTrajectoryBuilder.h:27
Trk::ITruthTrajectoryBuilder::getMother
virtual HepMC::ConstGenParticlePtr getMother(const HepMC::ConstGenParticlePtr &part) const =0
Previous particle on the truth trajectory or 0.
Generated on Wed Apr 16 2025 21:12:31 for ATLAS Offline Software by
1.8.18