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
LArRecConditions
src
LArHVNMap.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArRecConditions/LArHVNMap.h
"
6
7
LArHVNMap::LArHVNMap
(std::vector<short>& vVec,
const
LArHVLineID
* hvHelper):
8
m_hvHelper(hvHelper),
9
m_hvNcell(vVec),
10
m_noCell(-1) {}
11
12
LArHVNMap::LArHVNMap
(
unsigned
len,
const
LArHVLineID
* hvHelper):
13
m_hvHelper(hvHelper),
14
m_hvNcell(std::
vector
<
short
>(len,0)),
15
m_noCell(-1) {}
16
17
// retrieving HVScaleCorr using offline ID
18
short
LArHVNMap::HVNcell
(
const
HWIdentifier
&
id
)
const
{
19
const
IdentifierHash
h
=
m_hvHelper
-> hvlineHash(
id
);
20
return
HVNcell_Hash
(
h
);
21
}
22
LArHVNMap::HVNcell_Hash
short HVNcell_Hash(const IdentifierHash &h) const
Definition:
LArHVNMap.h:28
xAOD::short
short
Definition:
Vertex_v1.cxx:165
HWIdentifier
Definition:
HWIdentifier.h:13
vector
Definition:
MultiHisto.h:13
LArHVNMap.h
LArHVNMap::m_hvHelper
const LArHVLineID * m_hvHelper
Definition:
LArHVNMap.h:41
h
LArHVNMap::HVNcell
short HVNcell(const HWIdentifier &chid) const
Definition:
LArHVNMap.cxx:18
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
LArHVNMap::LArHVNMap
LArHVNMap()=delete
LArHVLineID
Helper for the Liquid Argon Calorimeter High-Voltage identifiers.
Definition:
LArHVLineID.h:48
Generated on Fri Apr 18 2025 21:14:04 for ATLAS Offline Software by
1.8.18