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_FastCaloSim
ISF_FastCaloSimInterfaces
ISF_FastCaloSimInterfaces
IPunchThroughClassifier.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ISF_FASTCALOSIMINTERFACES_IPUNCHTHROUGHCLASSIFIER_H
6
#define ISF_FASTCALOSIMINTERFACES_IPUNCHTHROUGHCLASSIFIER_H
7
8
// Gaudi
9
#include "GaudiKernel/IAlgTool.h"
10
11
// ISF includes
12
#include "
ISF_Event/ISFParticle.h
"
13
14
#include "
ISF_FastCaloSimEvent/TFCSSimulationState.h
"
15
16
17
namespace
ISF
{
18
28
class
IPunchThroughClassifier
:
virtual
public
IAlgTool {
29
public
:
30
32
virtual
~IPunchThroughClassifier
(){}
33
35
DeclareInterfaceID
(
IPunchThroughClassifier
, 1, 0);
36
38
virtual
double
computePunchThroughProbability
(
const
ISFParticle
& isfp,
const
TFCSSimulationState
& simulstate )
const
= 0;
39
40
};
41
42
}
// end of namespace
43
44
#endif
ISF::ISFParticle
Definition:
ISFParticle.h:42
ISF::IPunchThroughClassifier::~IPunchThroughClassifier
virtual ~IPunchThroughClassifier()
Virtual destructor.
Definition:
IPunchThroughClassifier.h:32
ISFParticle.h
ISF::IPunchThroughClassifier
Definition:
IPunchThroughClassifier.h:28
ISF::IPunchThroughClassifier::DeclareInterfaceID
DeclareInterfaceID(IPunchThroughClassifier, 1, 0)
Creates the InterfaceID and interfaceID() method.
ISF
ISFParticleOrderedQueue.
Definition:
PrimaryParticleInformation.h:13
ISF::IPunchThroughClassifier::computePunchThroughProbability
virtual double computePunchThroughProbability(const ISFParticle &isfp, const TFCSSimulationState &simulstate) const =0
calculates probability of punch through from ispf and simulstate
TFCSSimulationState.h
TFCSSimulationState
Definition:
TFCSSimulationState.h:32
Generated on Thu Apr 3 2025 21:12:20 for ATLAS Offline Software by
1.8.18