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
summary
FractionSummary.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
9
#ifndef DQM_ALGORITHMS_FRACTION_SUMMARY_H
10
#define DQM_ALGORITHMS_FRACTION_SUMMARY_H
11
12
#include <map>
13
#include <dqm_core/Parameter.h>
14
#include <dqm_core/SummaryMaker.h>
15
#include <dqm_core/Result.h>
16
#include <boost/thread/mutex.hpp>
17
18
namespace
dqm_algorithms
19
{
20
namespace
summary
21
{
26
class
FractionSummary
:
public
dqm_core::SummaryMaker
27
{
28
public
:
29
FractionSummary
() ;
30
FractionSummary
*
clone
();
31
virtual
dqm_core::Result
*
execute
(
const
std::string& ,
const
dqm_core::Result
&,
const
dqm_core::ParametersMap& map);
32
private
:
33
float
m_fractionRed
;
34
float
m_fractionYellow
;
35
};
36
}
37
}
38
39
#endif // DQM_ALGORITHMS_GENERIC_SUMMARY_H
40
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::summary::FractionSummary::execute
virtual dqm_core::Result * execute(const std::string &, const dqm_core::Result &, const dqm_core::ParametersMap &map)
Definition:
FractionSummary.cxx:27
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::summary::FractionSummary::m_fractionRed
float m_fractionRed
Definition:
FractionSummary.h:33
dqm_algorithms::summary::FractionSummary::FractionSummary
FractionSummary()
Definition:
FractionSummary.cxx:13
dqm_algorithms::summary::FractionSummary::clone
FractionSummary * clone()
Definition:
FractionSummary.cxx:21
dqm_algorithms::summary::FractionSummary::m_fractionYellow
float m_fractionYellow
Definition:
FractionSummary.h:34
dqm_algorithms::summary::FractionSummary
Definition:
FractionSummary.h:27
SCT_Monitoring::summary
@ summary
Definition:
SCT_MonitoringNumbers.h:65
Generated on Tue Apr 15 2025 21:10:58 for ATLAS Offline Software by
1.8.18