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
Trigger
TrigT1
TrigT1CaloCalibConditions
src
L1CaloPedestal.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrigT1CaloCalibConditions/L1CaloPedestal.h
"
6
7
L1CaloPedestal::L1CaloPedestal
()
8
{
9
m_channelId
= 0;
10
m_Ped_Mean
= 0.;
11
m_Ped_RMS
= 0.;
12
}
13
14
L1CaloPedestal::L1CaloPedestal
(
unsigned
int
channelId
,
const
L1CaloPedestalCumul
& pedestalCumul ) {
15
m_channelId
=
channelId
;
16
m_Ped_Mean
= pedestalCumul.
get_mean
();
17
m_Ped_RMS
= pedestalCumul.
get_rms
();
18
}
L1CaloPedestalCumul
Intermediate Class to store pedestal data from the L1CaloPedestalMaker algorithm.
Definition:
L1CaloPedestalCumul.h:22
L1CaloPedestal::m_Ped_Mean
double m_Ped_Mean
Definition:
L1CaloPedestal.h:29
L1CaloPedestal::channelId
unsigned int channelId() const
Definition:
L1CaloPedestal.h:25
L1CaloPedestal.h
L1CaloPedestalCumul::get_mean
double get_mean() const
Definition:
L1CaloPedestalCumul.cxx:48
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:122
L1CaloPedestal::m_Ped_RMS
double m_Ped_RMS
Definition:
L1CaloPedestal.h:30
L1CaloPedestal::L1CaloPedestal
L1CaloPedestal()
Definition:
L1CaloPedestal.cxx:7
L1CaloPedestal::m_channelId
unsigned int m_channelId
Definition:
L1CaloPedestal.h:25
L1CaloPedestalCumul::get_rms
double get_rms() const
Definition:
L1CaloPedestalCumul.cxx:80
Generated on Mon Apr 21 2025 21:13:20 for ATLAS Offline Software by
1.8.18