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_SimulationSelectors
src
DefaultSimSelector.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// DefaultSimSelector.h, (c) ATLAS Detector software
8
9
#ifndef ISF_TOOLS_DEFAULTSIMFILTER_H
10
#define ISF_TOOLS_DEFAULTSIMFILTER_H 1
11
12
// ISF includes
13
#include "
BaseSimulationSelector.h
"
14
15
namespace
ISF
16
{
17
25
class
DefaultSimSelector
final
:
public
BaseSimulationSelector
26
{
27
28
public
:
30
DefaultSimSelector
(
const
std::string&
t
,
const
std::string&
n
,
const
IInterface*
p
);
31
33
~DefaultSimSelector
();
34
35
// Athena algtool's Hooks
36
StatusCode
initialize
()
override
;
37
StatusCode
finalize
()
override
;
38
40
inline
virtual
bool
passSelectorCuts
(
const
ISFParticle
& particle)
const override
;
41
};
42
43
}
44
45
46
#endif //> !ISF_TOOLS_DEFAULTSIMFILTER_H
ISF::ISFParticle
Definition:
ISFParticle.h:42
ISF::DefaultSimSelector::passSelectorCuts
virtual bool passSelectorCuts(const ISFParticle &particle) const override
check whether given particle passes all cuts -> will be used for routing decision
Definition:
DefaultSimSelector.cxx:41
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
ISF::BaseSimulationSelector
Definition:
BaseSimulationSelector.h:31
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
beamspotman.n
n
Definition:
beamspotman.py:731
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ISF::DefaultSimSelector::finalize
StatusCode finalize() override
Definition:
DefaultSimSelector.cxx:34
BaseSimulationSelector.h
columnar::final
CM final
Definition:
ColumnAccessor.h:106
ISF::DefaultSimSelector::~DefaultSimSelector
~DefaultSimSelector()
Destructor.
Definition:
DefaultSimSelector.cxx:23
ISF::DefaultSimSelector::DefaultSimSelector
DefaultSimSelector(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.
Definition:
DefaultSimSelector.cxx:17
ISF
ISFParticleOrderedQueue.
Definition:
PrimaryParticleInformation.h:13
ISF::DefaultSimSelector
Definition:
DefaultSimSelector.h:26
ISF::DefaultSimSelector::initialize
StatusCode initialize() override
Definition:
DefaultSimSelector.cxx:28
Generated on Mon Apr 21 2025 21:09:36 for ATLAS Offline Software by
1.8.18