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
GraphTest.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
8
#ifndef DQM_ALGORITHMS_GRAPHTEST_H
9
#define DQM_ALGORITHMS_GRAPHTEST_H
10
11
#include <dqm_core/Algorithm.h>
12
#include <string>
13
#include <iosfwd>
14
15
namespace
dqm_algorithms
16
{
50
class
GraphTest
:
public
dqm_core::Algorithm
51
{
52
public
:
53
GraphTest
();
54
virtual
GraphTest
*
clone
();
55
virtual
dqm_core::Result
*
execute
(
const
std::string &,
56
const
TObject &
obj
,
57
const
dqm_core::AlgorithmConfig &
conf
);
58
virtual
~GraphTest
();
59
using
dqm_core::Algorithm::printDescription;
60
void
printDescription
(std::ostream&
out
);
61
};
62
}
63
64
#endif // DQM_ALGORITHMS_GRAPHTEST_H
dqm_algorithms::GraphTest
Definition:
GraphTest.h:51
dqm_algorithms::GraphTest::~GraphTest
virtual ~GraphTest()
Definition:
GraphTest.cxx:28
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::GraphTest::execute
virtual dqm_core::Result * execute(const std::string &, const TObject &obj, const dqm_core::AlgorithmConfig &conf)
Definition:
GraphTest.cxx:34
python.ConfigurableDb.conf
def conf
Definition:
ConfigurableDb.py:282
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::GraphTest::printDescription
void printDescription(std::ostream &out)
Definition:
GraphTest.cxx:251
dqm_algorithms::GraphTest::clone
virtual GraphTest * clone()
Definition:
GraphTest.cxx:30
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::GraphTest::GraphTest
GraphTest()
Definition:
GraphTest.cxx:24
python.PyAthena.obj
obj
Definition:
PyAthena.py:132
Generated on Mon Apr 7 2025 21:11:17 for ATLAS Offline Software by
1.8.18