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
PhysicsAnalysis
DerivationFramework
DerivationFrameworkTools
DerivationFrameworkTools
NTUPStringSkimmingTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// NTUPStringSkimmingTool.h, (c) ATLAS Detector software
8
9
#ifndef DERIVATIONFRAMEWORK_NTUPSTRINGSKIMMINGTOOL_H
10
#define DERIVATIONFRAMEWORK_NTUPSTRINGSKIMMINGTOOL_H
11
12
#include <memory>
13
#include <string>
14
15
#include "
AthenaBaseComps/AthAlgTool.h
"
16
#include "
DerivationFrameworkInterfaces/ISkimmingTool.h
"
17
18
namespace
ExpressionParsing
{
19
class
ExpressionParser;
20
}
21
22
namespace
DerivationFramework
{
23
24
class
NTUPStringSkimmingTool
:
public
AthAlgTool
,
public
ISkimmingTool
{
25
public
:
26
NTUPStringSkimmingTool
(
const
std::string&
t
,
const
std::string&
n
,
const
IInterface*
p
);
27
28
virtual
StatusCode
initialize
()
override
;
29
virtual
bool
eventPassesFilter
()
const override
;
30
31
private
:
32
std::string
m_expression
;
33
std::unique_ptr<ExpressionParsing::ExpressionParser>
m_parser
;
34
};
35
}
36
37
#endif // DERIVATIONFRAMEWORK_NTUPSTRINGSKIMMINGTOOL_H
DerivationFramework::NTUPStringSkimmingTool::m_parser
std::unique_ptr< ExpressionParsing::ExpressionParser > m_parser
Definition:
NTUPStringSkimmingTool.h:33
DerivationFramework::NTUPStringSkimmingTool::eventPassesFilter
virtual bool eventPassesFilter() const override
Check that the current event passes this filter.
Definition:
NTUPStringSkimmingTool.cxx:40
DerivationFramework::NTUPStringSkimmingTool::initialize
virtual StatusCode initialize() override
Definition:
NTUPStringSkimmingTool.cxx:33
DerivationFramework::ISkimmingTool
Definition:
ISkimmingTool.h:25
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
DerivationFramework::NTUPStringSkimmingTool
Definition:
NTUPStringSkimmingTool.h:24
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
AthAlgTool.h
ExpressionParsing
Namespace holding all the expression evaluation code.
Definition:
ExpressionParser.h:26
DerivationFramework
THE reconstruction tool.
Definition:
ParticleSortingAlg.h:24
DerivationFramework::NTUPStringSkimmingTool::NTUPStringSkimmingTool
NTUPStringSkimmingTool(const std::string &t, const std::string &n, const IInterface *p)
Definition:
NTUPStringSkimmingTool.cxx:23
DerivationFramework::NTUPStringSkimmingTool::m_expression
std::string m_expression
Definition:
NTUPStringSkimmingTool.h:32
AthAlgTool
Definition:
AthAlgTool.h:26
ISkimmingTool.h
Generated on Sat Mar 15 2025 21:16:08 for ATLAS Offline Software by
1.8.18