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
LArCalorimeter
LArCOOLConditions
LArCOOLConditions
LArPedestalSC.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//Dear emacs, this is -*-c++-*-
6
7
#ifndef LARCOOLCONDITIONS_LARPEDESTALSC_H
8
#define LARCOOLCONDITIONS_LARPEDESTALSC_H
9
10
#include "
LArElecCalib/ILArPedestal.h
"
11
#include "
LArCOOLConditions/LArCondSuperCellBase.h
"
12
#include "
LArCOOLConditions/LArPedestalBlob.h
"
13
#include "
Identifier/IdentifierHash.h
"
14
#include "
LArIdentifier/LArOnlineID.h
"
15
16
17
class
CondAttrListCollection
;
18
19
class
LArPedestalSC
:
public
ILArPedestal
,
20
public
LArCondSuperCellBase
,
21
public
LArPedestalBlob
{
22
23
private
:
24
LArPedestalSC
();
//private default constructor
25
26
public
:
27
LArPedestalSC
(
const
CondAttrListCollection
* attrList);
28
29
//~LArPedestalSC();
30
31
bool
good
()
const
{
return
m_isInitialized
&&
m_nChannels
>0; }
32
33
34
// retrieving Pedestal using online ID
35
36
virtual
float
pedestal
(
const
HWIdentifier
& CellID,
int
gain
)
const
;
37
38
virtual
float
pedestalRMS
(
const
HWIdentifier
& CellID,
int
gain
)
const
;
39
40
};
41
42
#include "
AthenaKernel/CondCont.h
"
43
CLASS_DEF
(
LArPedestalSC
,17770864,1 )
44
CONDCONT_DEF
(
LArPedestalSC
, 219458938,
ILArPedestal
);
45
#endif
LArPedestalSC::good
bool good() const
Definition:
LArPedestalSC.h:31
CondCont.h
Hold mappings of ranges to condition objects.
ILArPedestal
Definition:
ILArPedestal.h:12
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:110
HWIdentifier
Definition:
HWIdentifier.h:13
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number....
Definition:
CondAttrListCollection.h:52
LArPedestalSC::LArPedestalSC
LArPedestalSC()
Definition:
LArPedestalSC.cxx:8
LArPedestalBlob
Definition:
LArPedestalBlob.h:16
LArPedestalBlob.h
LArPedestalSC
Definition:
LArPedestalSC.h:21
LArPedestalSC::pedestalRMS
virtual float pedestalRMS(const HWIdentifier &CellID, int gain) const
access to RMS of Pedestal index by Identifier, and gain setting
Definition:
LArPedestalSC.cxx:26
CONDCONT_DEF
CONDCONT_DEF(LArPedestalSC, 219458938, ILArPedestal)
LArCondSuperCellBase
Definition:
LArCondSuperCellBase.h:15
IdentifierHash.h
ILArPedestal.h
LArCondSuperCellBase.h
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
LArPedestalBlob::m_nChannels
unsigned m_nChannels
Definition:
LArPedestalBlob.h:40
LArCondSuperCellBase::m_isInitialized
bool m_isInitialized
Definition:
LArCondSuperCellBase.h:22
LArPedestalSC::pedestal
virtual float pedestal(const HWIdentifier &CellID, int gain) const
Definition:
LArPedestalSC.cxx:21
LArOnlineID.h
Generated on Sat Mar 15 2025 21:13:56 for ATLAS Offline Software by
1.8.18