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_Fatras
ISF_FatrasInterfaces
ISF_FatrasInterfaces
IProcessSamplingTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ISF_FATRASINTERFACES_IPROCESSSAMPLINGTOOL_H
6
#define ISF_FATRASINTERFACES_IPROCESSSAMPLINGTOOL_H
7
8
// Gaudi
9
#include "GaudiKernel/IAlgTool.h"
10
#include "
CxxUtils/checker_macros.h
"
11
#include "
TrkEventPrimitives/ParticleHypothesis.h
"
12
13
namespace
Trk
{
14
struct
PathLimit
;
15
}
16
17
namespace
CLHEP
{
18
class
HepRandomEngine;
19
}
20
21
namespace
iFatras
{
22
32
class
IProcessSamplingTool
:
virtual
public
IAlgTool {
33
public
:
34
36
virtual
~IProcessSamplingTool
(){}
37
39
DeclareInterfaceID
(
IProcessSamplingTool
, 1, 0);
40
42
virtual
Trk::PathLimit
sampleProcess
(CLHEP::HepRandomEngine *randomEngine,
double
momentum
,
double
charge
,
Trk::ParticleHypothesis
pHypothesis)
const
=0;
43
44
};
45
46
}
// end of namespace
47
48
#endif
iFatras::IProcessSamplingTool::sampleProcess
virtual Trk::PathLimit sampleProcess(CLHEP::HepRandomEngine *randomEngine, double momentum, double charge, Trk::ParticleHypothesis pHypothesis) const =0
Process, path limit.
iFatras::IProcessSamplingTool
Definition:
IProcessSamplingTool.h:32
iFatras
Definition:
ActsFatrasSimTool.h:55
RunExEngineTest.PathLimit
PathLimit
Definition:
RunExEngineTest.py:61
Trk::ParticleHypothesis
ParticleHypothesis
Definition:
ParticleHypothesis.h:25
ParticleGun_EoverP_Config.momentum
momentum
Definition:
ParticleGun_EoverP_Config.py:63
CLHEP
STD'S.
Definition:
IAtRndmGenSvc.h:19
iFatras::IProcessSamplingTool::DeclareInterfaceID
DeclareInterfaceID(IProcessSamplingTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
ParticleHypothesis.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
charge
double charge(const T &p)
Definition:
AtlasPID.h:897
iFatras::IProcessSamplingTool::~IProcessSamplingTool
virtual ~IProcessSamplingTool()
Virtual destructor.
Definition:
IProcessSamplingTool.h:36
Trk::PathLimit
Definition:
HelperStructs.h:34
checker_macros.h
Define macros for attributes used to control the static checker.
Generated on Sat Mar 15 2025 21:12:13 for ATLAS Offline Software by
1.8.18