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
L1Calo_BinsDiffFromStripMedian.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/* L1Calo_BinsDiffFromStripMedian.h
6
Author: will buttinger
7
Email: will@cern.ch
8
*/
9
10
#ifndef L1Calo_BinsDiffFromStripMedian_H
11
#define L1Calo_BinsDiffFromStripMedian_H
12
13
#include <dqm_core/Algorithm.h>
14
#include <vector>
15
#include <iosfwd>
16
#include <string>
17
18
19
namespace
dqm_algorithms
20
{
21
struct
L1Calo_BinsDiffFromStripMedian
:
public
dqm_core::Algorithm
22
{
23
L1Calo_BinsDiffFromStripMedian
();
24
~L1Calo_BinsDiffFromStripMedian
();
25
L1Calo_BinsDiffFromStripMedian
*
clone
( );
26
27
dqm_core::Result
*
execute
(
const
std::string & ,
const
TObject & ,
const
dqm_core::AlgorithmConfig & );
28
29
using
dqm_core::Algorithm::printDescription;
30
void
printDescription
(std::ostream&
out
);
31
32
class
bin
{
33
public
:
34
double
m_eta
{};
35
double
m_phi
{};
36
int
m_ix
{};
37
int
m_iy
{};
38
double
m_value
{};
39
double
m_outstandingRatio
{};
40
} ;
41
42
};
43
}
44
45
46
#endif // L1Calo_BinsDiffFromStripMedian_H
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::bin::m_outstandingRatio
double m_outstandingRatio
Definition:
L1Calo_BinsDiffFromStripMedian.h:39
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::bin::m_iy
int m_iy
Definition:
L1Calo_BinsDiffFromStripMedian.h:37
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::bin::m_eta
double m_eta
Definition:
L1Calo_BinsDiffFromStripMedian.h:34
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::bin::m_ix
int m_ix
Definition:
L1Calo_BinsDiffFromStripMedian.h:36
dqm_algorithms::L1Calo_BinsDiffFromStripMedian
Definition:
L1Calo_BinsDiffFromStripMedian.h:22
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::~L1Calo_BinsDiffFromStripMedian
~L1Calo_BinsDiffFromStripMedian()
Definition:
L1Calo_BinsDiffFromStripMedian.cxx:36
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::printDescription
void printDescription(std::ostream &out)
Definition:
L1Calo_BinsDiffFromStripMedian.cxx:306
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::bin::m_phi
double m_phi
Definition:
L1Calo_BinsDiffFromStripMedian.h:35
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::L1Calo_BinsDiffFromStripMedian
L1Calo_BinsDiffFromStripMedian()
Definition:
L1Calo_BinsDiffFromStripMedian.cxx:31
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::clone
L1Calo_BinsDiffFromStripMedian * clone()
Definition:
L1Calo_BinsDiffFromStripMedian.cxx:41
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::bin::m_value
double m_value
Definition:
L1Calo_BinsDiffFromStripMedian.h:38
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::bin
Definition:
L1Calo_BinsDiffFromStripMedian.h:32
dqm_algorithms::L1Calo_BinsDiffFromStripMedian::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition:
L1Calo_BinsDiffFromStripMedian.cxx:49
Generated on Sun Apr 6 2025 21:13:16 for ATLAS Offline Software by
1.8.18