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
DataQuality
dqm_algorithms
dqm_algorithms
BinThreshold.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
9
#ifndef DQM_ALGORITHMS_BINTHRESHOLD_H
10
#define DQM_ALGORITHMS_BINTHRESHOLD_H
11
12
#include <dqm_core/Algorithm.h>
13
#include <string>
14
#include <iosfwd>
15
16
namespace
dqm_algorithms
17
{
18
struct
BinThreshold
:
public
dqm_core::Algorithm
19
{
20
BinThreshold
(
const
std::string &
name
);
21
22
//overwrites virtual functions
23
BinThreshold
*
clone
( );
24
dqm_core::Result
*
execute
(
const
std::string & ,
const
TObject & ,
const
dqm_core::AlgorithmConfig & );
25
bool
CompareBinThreshold
(
const
std::string & objname,
double
bincontent,
double
threshold
);
26
using
dqm_core::Algorithm::printDescription;
27
void
printDescription
(std::ostream&
out
);
28
void
parseVetoList
(
const
std::string& input, std::vector<int>&
rows
, std::vector<int>&
columns
, std::vector<std::vector<int>>&
bins
);
29
private
:
30
std::string
m_name
;
31
};
32
}
33
34
#endif // DQM_ALGORITHMS_BINTHRESHOLD_H
dqm_algorithms::BinThreshold::m_name
std::string m_name
Definition:
BinThreshold.h:30
dqm_algorithms::BinThreshold::parseVetoList
void parseVetoList(const std::string &input, std::vector< int > &rows, std::vector< int > &columns, std::vector< std::vector< int >> &bins)
Definition:
BinThreshold.cxx:238
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::BinThreshold::CompareBinThreshold
bool CompareBinThreshold(const std::string &objname, double bincontent, double threshold)
Definition:
BinThreshold.cxx:222
dqm_algorithms::BinThreshold::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition:
BinThreshold.cxx:51
dqm_algorithms::BinThreshold::BinThreshold
BinThreshold(const std::string &name)
Definition:
BinThreshold.cxx:36
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
plotting.yearwise_luminosity_vs_mu.bins
bins
Definition:
yearwise_luminosity_vs_mu.py:30
beamspotnt.rows
list rows
Definition:
bin/beamspotnt.py:1112
dqm_algorithms::BinThreshold::printDescription
void printDescription(std::ostream &out)
Definition:
BinThreshold.cxx:263
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
threshold
Definition:
chainparser.cxx:74
dqm_algorithms::BinThreshold::clone
BinThreshold * clone()
Definition:
BinThreshold.cxx:43
python.TriggerAPI.TriggerAPISession.columns
columns
Definition:
TriggerAPISession.py:432
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::BinThreshold
Definition:
BinThreshold.h:19
Generated on Tue Apr 8 2025 21:07:49 for ATLAS Offline Software by
1.8.18