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
DataQualityInterfaces
DataQualityInterfaces
PAlgorithm.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DQM_PERSISTENCY_PALGORITHM_H
6
#define DQM_PERSISTENCY_PALGORITHM_H
7
8
#include <string>
9
#include <vector>
10
#include <map>
11
#include "TObject.h"
12
13
namespace
dqm_persistency
{
14
class
PAlgorithm
{
15
public
:
16
virtual
~PAlgorithm
() { };
17
18
std::string
name
;
19
std::string
library
;
20
std::map<std::string, std::vector<float> >
parameters
;
21
std::map<std::string, float>
redThresholds
;
22
std::map<std::string, float>
greenThresholds
;
23
24
void
Print
(
const
Option_t*
opt
=
""
)
const
;
25
//Get rid of Root macros that confuse Doxygen
27
ClassDef(
dqm_persistency::PAlgorithm
, 1)
29
};
30
}
31
32
#endif //DQM_PERSISTENCY_PALGORITHM_H
make_coralServer_rep.opt
opt
Definition:
make_coralServer_rep.py:19
dqm_persistency::PAlgorithm::Print
void Print(const Option_t *opt="") const
Definition:
dqm_persistency_impl.cxx:128
dqm_persistency::PAlgorithm::redThresholds
std::map< std::string, float > redThresholds
Definition:
PAlgorithm.h:21
dqm_persistency::PAlgorithm::greenThresholds
std::map< std::string, float > greenThresholds
Definition:
PAlgorithm.h:22
dqm_persistency::PAlgorithm
Definition:
PAlgorithm.h:14
dqm_persistency::PAlgorithm::library
std::string library
Definition:
PAlgorithm.h:19
dqm_persistency::PAlgorithm::~PAlgorithm
virtual ~PAlgorithm()
Definition:
PAlgorithm.h:16
dqm_persistency::PAlgorithm::parameters
std::map< std::string, std::vector< float > > parameters
Definition:
PAlgorithm.h:20
dqm_persistency
Definition:
PAlgorithm.h:13
dqm_persistency::PAlgorithm::name
std::string name
Definition:
PAlgorithm.h:16
Generated on Fri Mar 28 2025 21:16:20 for ATLAS Offline Software by
1.8.18