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
PResult.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_PRESULT_H
6
#define DQM_PERSISTENCY_PRESULT_H
7
8
#include <string>
9
#include <vector>
10
#include "TObject.h"
11
#include "dqm_core/Result.h"
12
13
namespace
dqm_persistency
{
14
class
PResult
{
15
public
:
16
PResult
();
17
virtual
~PResult
() {} ;
18
19
std::vector<std::pair<std::string,float> >
results
;
20
TObject*
resultobj
;
21
int
status
;
22
time_t
timestamp
;
23
24
void
Print
(
const
Option_t*
opt
=
""
)
const
;
25
//Get rid of Root macros that confuse Doxygen
27
ClassDef(
dqm_persistency::PResult
, 1)
29
};
30
}
31
32
#endif //DQM_PERSISTENCY_PRESULT_H
dqm_persistency::PResult::timestamp
time_t timestamp
Definition:
PResult.h:22
make_coralServer_rep.opt
opt
Definition:
make_coralServer_rep.py:19
dqm_persistency::PResult::status
int status
Definition:
PResult.h:21
dqm_persistency::PResult::~PResult
virtual ~PResult()
Definition:
PResult.h:17
dqm_persistency::PResult::PResult
PResult()
Definition:
dqm_persistency_impl.cxx:55
dqm_persistency::PResult::Print
void Print(const Option_t *opt="") const
Definition:
dqm_persistency_impl.cxx:120
dqm_persistency::PResult::results
std::vector< std::pair< std::string, float > > results
Definition:
PResult.h:17
dqm_persistency::PResult
Definition:
PResult.h:14
dqm_persistency
Definition:
PAlgorithm.h:13
dqm_persistency::PResult::resultobj
TObject * resultobj
Definition:
PResult.h:20
Generated on Fri Mar 28 2025 21:17:04 for ATLAS Offline Software by
1.8.18