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
TRTCheckPeakSimple.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
9
#ifndef DQM_ALGORITHMS_TRTCHECKPEAKSIMPLE_H
10
#define DQM_ALGORITHMS_TRTCHECKPEAKSIMPLE_H
11
12
#include "dqm_core/Algorithm.h"
13
14
#include <string>
15
#include <iosfwd>
16
17
namespace
dqm_algorithms
18
{
19
20
class
TRTCheckPeakSimple
:
public
dqm_core::Algorithm
21
{
22
public
:
23
TRTCheckPeakSimple
();
24
25
virtual
~TRTCheckPeakSimple
();
26
virtual
dqm_core::Algorithm *
clone
();
27
virtual
dqm_core::Result
*
execute
(
const
std::string &,
const
TObject &,
const
dqm_core::AlgorithmConfig &);
28
using
dqm_core::Algorithm::printDescription;
29
virtual
void
printDescription
(std::ostream&
out
);
30
31
private
:
32
std::string
m_name
;
33
};
34
35
}
//namespace dqm_algorithms
36
37
#endif // DQM_ALGORITHMS_TRTCHECKPEAKSIMPLE_H
dqm_algorithms::TRTCheckPeakSimple::execute
virtual dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition:
TRTCheckPeakSimple.cxx:45
dqm_algorithms::TRTCheckPeakSimple::printDescription
virtual void printDescription(std::ostream &out)
Definition:
TRTCheckPeakSimple.cxx:122
dqm_algorithms::TRTCheckPeakSimple::clone
virtual dqm_core::Algorithm * clone()
Definition:
TRTCheckPeakSimple.cxx:39
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::TRTCheckPeakSimple::m_name
std::string m_name
Definition:
TRTCheckPeakSimple.h:32
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::TRTCheckPeakSimple::~TRTCheckPeakSimple
virtual ~TRTCheckPeakSimple()
Definition:
TRTCheckPeakSimple.cxx:35
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::TRTCheckPeakSimple
Definition:
TRTCheckPeakSimple.h:21
dqm_algorithms::TRTCheckPeakSimple::TRTCheckPeakSimple
TRTCheckPeakSimple()
Definition:
TRTCheckPeakSimple.cxx:30
Generated on Sat Apr 5 2025 21:21:50 for ATLAS Offline Software by
1.8.18