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
Simulation
ISF
ISF_Geant4
ISF_Geant4Tools
src
ISFTrajectory.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
#ifndef ISFTrajectory_H
6
#define ISFTrajectory_H
7
8
#include "G4Trajectory.hh"
9
10
namespace
ISF
{
11
class
ITruthSvc;
12
}
13
14
namespace
iGeant4
{
15
16
17
class
ISFTrajectory
:
public
G4Trajectory {
18
public
:
19
20
ISFTrajectory
();
21
ISFTrajectory
(
const
G4Track* aTrack,
ISF::ITruthSvc
* truthSvc);
22
~ISFTrajectory
();
23
void
AppendStep
(
const
G4Step* aStep);
24
25
private
:
26
ISF::ITruthSvc
*
m_truthRecordSvcQuick
;
27
28
};
29
30
}
31
32
#endif
iGeant4::ISFTrajectory::ISFTrajectory
ISFTrajectory()
Definition:
ISFTrajectory.cxx:30
iGeant4::ISFTrajectory::~ISFTrajectory
~ISFTrajectory()
Definition:
ISFTrajectory.cxx:43
iGeant4::ISFTrajectory::AppendStep
void AppendStep(const G4Step *aStep)
Definition:
ISFTrajectory.cxx:48
iGeant4::ISFTrajectory::m_truthRecordSvcQuick
ISF::ITruthSvc * m_truthRecordSvcQuick
Definition:
ISFTrajectory.h:26
ISF::ITruthSvc
@ class ITruthSvc
Definition:
ITruthSvc.h:29
iGeant4::ISFTrajectory
Definition:
ISFTrajectory.h:17
ISF
ISFParticleOrderedQueue.
Definition:
PrimaryParticleInformation.h:13
iGeant4
Definition:
Geant4TruthIncident.h:35
Generated on Tue May 6 2025 21:11:21 for ATLAS Offline Software by
1.8.18