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
GatherData.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DQM_ALGORITHMS_GATHERDATA_H
6
#define DQM_ALGORITHMS_GATHERDATA_H
7
8
9
10
#include "dqm_core/Algorithm.h"
11
#include <string>
12
#include <iosfwd>
13
14
namespace
dqm_algorithms
{
15
16
class
GatherData
:
public
dqm_core::Algorithm {
17
public
:
18
19
GatherData
();
20
21
virtual
~GatherData
();
22
virtual
dqm_core::Algorithm*
clone
();
23
virtual
dqm_core::Result
*
execute
(
const
std::string&
name
,
const
TObject&
data
,
24
const
dqm_core::AlgorithmConfig&
config
);
25
using
dqm_core::Algorithm::printDescription;
26
virtual
void
printDescription
(std::ostream&
out
);
27
28
protected
:
29
30
std::string
m_name
;
31
};
32
33
}
//namespace dqm_algorithms
34
35
#endif // DQM_ALGORITHMS_GATHERDATA_H
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
dqm_algorithms::GatherData::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config)
Definition:
GatherData.cxx:57
dqm_algorithms::GatherData::clone
virtual dqm_core::Algorithm * clone()
Definition:
GatherData.cxx:49
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::GatherData::m_name
std::string m_name
Definition:
GatherData.h:30
config
Definition:
PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
dqm_algorithms::GatherData::GatherData
GatherData()
Definition:
GatherData.cxx:34
dqm_algorithms::GatherData::printDescription
virtual void printDescription(std::ostream &out)
Definition:
GatherData.cxx:100
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::GatherData::~GatherData
virtual ~GatherData()
Definition:
GatherData.cxx:42
dqm_algorithms::GatherData
Definition:
GatherData.h:16
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
dqm_algorithms
Definition:
AddReference.h:17
Generated on Tue Apr 8 2025 21:11:08 for ATLAS Offline Software by
1.8.18