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_Core
ISF_Tools
src
GenericParticleOrderingTool.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_TOOLS_GENERICPARTICLEORDERINGTOOL_H
6
#define ISF_TOOLS_GENERICPARTICLEORDERINGTOOL_H 1
7
8
// FrameWork includes
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
// ISF includes
11
#include "
ISF_Interfaces/IParticleOrderingTool.h
"
12
#include "
ISF_Event/SimSvcID.h
"
13
14
// DetectorDescription
15
#include "
AtlasDetDescr/AtlasRegion.h
"
16
17
namespace
ISF
{
18
19
26
class
GenericParticleOrderingTool
:
public
extends<AthAlgTool, IParticleOrderingTool> {
27
28
public
:
30
GenericParticleOrderingTool
(
const
std::string&
t
,
const
std::string&
n
,
const
IInterface*
p
);
31
33
virtual
~GenericParticleOrderingTool
() =
default
;
34
36
virtual
ISF::ParticleOrder
computeOrder
(
const
ISFParticle
&
p
)
const
;
37
38
private
:
39
ParticleOrder
m_geoIDorder
[
AtlasDetDescr::fNumAtlasRegions
];
40
};
41
42
}
43
44
#endif //> !ISF_TOOLS_GENERICPARTICLEORDERINGTOOL_H
AtlasDetDescr::fNumAtlasRegions
@ fNumAtlasRegions
Definition:
AtlasRegion.h:33
AtlasRegion.h
ISF::ISFParticle
Definition:
ISFParticle.h:42
ISF::GenericParticleOrderingTool::m_geoIDorder
ParticleOrder m_geoIDorder[AtlasDetDescr::fNumAtlasRegions]
particle order per sub detector
Definition:
GenericParticleOrderingTool.h:39
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
ISF::GenericParticleOrderingTool::computeOrder
virtual ISF::ParticleOrder computeOrder(const ISFParticle &p) const
Returns a pass boolean on the particle
Definition:
GenericParticleOrderingTool.cxx:35
ISF::ParticleOrder
int ParticleOrder
particle order definition
Definition:
ParticleOrder.h:15
ISF::GenericParticleOrderingTool
Definition:
GenericParticleOrderingTool.h:26
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
beamspotman.n
n
Definition:
beamspotman.py:731
AthAlgTool.h
ISF::GenericParticleOrderingTool::GenericParticleOrderingTool
GenericParticleOrderingTool(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.
Definition:
GenericParticleOrderingTool.cxx:12
IParticleOrderingTool.h
ISF
ISFParticleOrderedQueue.
Definition:
PrimaryParticleInformation.h:13
ISF::GenericParticleOrderingTool::~GenericParticleOrderingTool
virtual ~GenericParticleOrderingTool()=default
Virtual destructor.
SimSvcID.h
Generated on Sat Mar 29 2025 21:10:56 for ATLAS Offline Software by
1.8.18