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
LArSingleFloatBlob.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//Dear emacs, this is -*-c++-*-
6
#ifndef LARCOOLCONDITIONS_LARSINGLEFLOATBLOB_H
7
#define LARCOOLCONDITIONS_LARSINGLEFLOATBLOB_H
8
9
#include "
Identifier/IdentifierHash.h
"
10
#include <vector>
11
12
class
CondAttrListCollection
;
13
class
MsgStream;
14
15
class
LArSingleFloatBlob
{
16
17
public
:
18
LArSingleFloatBlob
();
//private default constructor
19
20
void
readBlob
(
const
CondAttrListCollection
* attrList,
const
char
*
attrName
, MsgStream&
msg
);
21
22
23
protected
:
24
25
inline
const
float
&
getDataByHash
(
const
IdentifierHash
&
hs
,
const
unsigned
gain
)
const
{
26
return
m_pValues
[
gain
][
hs
];
27
}
28
29
std::vector<const float*>
m_pValues
;
30
unsigned
m_nChannels
;
31
};
32
33
/*
34
inline const float& LArSingleFloatBlob::getData(const Identifier& CellID, const int gain) const {
35
const HWIdentifier OnId = m_larCablingSvc->createSignalChannelID(CellID);
36
return getData(OnId,gain);
37
}
38
39
inline const float& LArSingleFloatBlob::getData(const HWIdentifier& CellID, int gain) const {
40
return getDataByHash(m_onlineHelper->channel_Hash(CellID),gain);
41
}
42
*/
43
44
#endif
LArSingleFloatBlob::readBlob
void readBlob(const CondAttrListCollection *attrList, const char *attrName, MsgStream &msg)
Definition:
LArSingleFloatBlob.cxx:15
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:110
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number....
Definition:
CondAttrListCollection.h:52
LArSingleFloatBlob::LArSingleFloatBlob
LArSingleFloatBlob()
Definition:
LArSingleFloatBlob.cxx:11
LArSingleFloatBlob::m_nChannels
unsigned m_nChannels
Definition:
LArSingleFloatBlob.h:30
CreatePhysValWebPage.hs
hs
Definition:
CreatePhysValWebPage.py:107
LArSingleFloatBlob
Definition:
LArSingleFloatBlob.h:15
LArSingleFloatBlob::getDataByHash
const float & getDataByHash(const IdentifierHash &hs, const unsigned gain) const
Definition:
LArSingleFloatBlob.h:25
LArSingleFloatBlob::m_pValues
std::vector< const float * > m_pValues
Definition:
LArSingleFloatBlob.h:29
IdentifierHash.h
python.PoolAttributeHelper.attrName
attrName
Definition:
PoolAttributeHelper.py:100
IdentifierHash
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Definition:
IdentifierHash.h:25
python.AutoConfigFlags.msg
msg
Definition:
AutoConfigFlags.py:7
Generated on Mon Apr 21 2025 21:14:13 for ATLAS Offline Software by
1.8.18