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
w
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
DataQualityUtils
share
HanResultsTest.cxx
Go to the documentation of this file.
1
#include "
DataQualityUtils/MonitoringFile.h
"
2
#include <iostream>
3
#include <string>
4
5
int
main
(
int
argc
,
char
*
argv
[]){
6
if
(
argc
<6){
7
std::cout<<
"need ResultsDir, inputFile, hanconfig.hcfg ,min10_config.hcfg,min30_config.hcfg"
<<std::endl;
8
return
5;
9
}
10
std::string outDir=std::string(
argv
[1]);
11
std::string
inFile
(
argv
[2]);
12
std::string
conf
(
argv
[3]);
13
std::string conf10(
argv
[4]);
14
std::string conf30(
argv
[5]);
15
dqutils::MonitoringFile
mf
(
inFile
);
16
std::cout<<
"Running GetHanResults"
<<std::endl;
17
mf
.getHanResults(outDir,
inFile
,
conf
,conf10,conf30 );
18
return
0;
19
}
dqutils::MonitoringFile
Definition:
MonitoringFile.h:58
main
int main(int argc, char *argv[])
Definition:
HanResultsTest.cxx:5
makeTOC.inFile
string inFile
Definition:
makeTOC.py:5
DQPostProcessTest.mf
mf
Definition:
DQPostProcessTest.py:19
python.ConfigurableDb.conf
def conf
Definition:
ConfigurableDb.py:282
LArCellNtuple.argv
argv
Definition:
LArCellNtuple.py:152
DQHistogramMergeRegExp.argc
argc
Definition:
DQHistogramMergeRegExp.py:20
MonitoringFile.h
Generated on Sat May 31 2025 21:10:27 for ATLAS Offline Software by
1.8.18