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
LArRawConditions
LArRawConditions
LArEMEC_HVbetaComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LAREMEC_HVBETACOMPLETE_H
6
#define LARRAWCONDITIONS_LAREMEC_HVBETACOMPLETE_H
7
8
#include "
LArElecCalib/ILArEMEC_HVbeta.h
"
9
#include "
LArRawConditions/LArEMEC_HVbetaP.h
"
10
#include "
LArRawConditions/LArConditionsContainer.h
"
11
12
#include <vector>
13
27
class
LArEMEC_HVbetaComplete
:
public
ILArEMEC_HVbeta
,
28
public
LArConditionsContainer
<LArEMEC_HVbetaP>{
29
30
public
:
31
32
typedef
LArConditionsContainer<LArEMEC_HVbetaP>
CONTAINER
;
33
LArEMEC_HVbetaComplete
();
34
35
virtual
~LArEMEC_HVbetaComplete
();
36
37
// retrieving EMEC_HVbeta using online ID
38
39
virtual
const
float
&
EMEC_HVbeta
(
const
HWIdentifier
& CellID)
const
;
40
41
// set method filling the data members individually (if one
42
// wants to fill this class not using the DB)
43
void
set
(
const
HWIdentifier
& CellID,
float
vEMEC_HVbeta);
44
45
protected
:
46
47
48
};
49
50
CLASS_DEF
(
LArEMEC_HVbetaComplete
,231293145,1)
51
#endif
ILArEMEC_HVbeta
Definition:
ILArEMEC_HVbeta.h:13
LArEMEC_HVbetaComplete::CONTAINER
LArConditionsContainer< LArEMEC_HVbetaP > CONTAINER
Definition:
LArEMEC_HVbetaComplete.h:32
ILArEMEC_HVbeta.h
LArConditionsContainer.h
LArEMEC_HVbetaP.h
HWIdentifier
Definition:
HWIdentifier.h:13
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
LArEMEC_HVbetaComplete::~LArEMEC_HVbetaComplete
virtual ~LArEMEC_HVbetaComplete()
Definition:
LArEMEC_HVbetaComplete.cxx:20
LArEMEC_HVbetaComplete
This class implements the ILArEMEC_HVbeta interface.
Definition:
LArEMEC_HVbetaComplete.h:28
LArEMEC_HVbetaComplete::set
void set(const HWIdentifier &CellID, float vEMEC_HVbeta)
Definition:
LArEMEC_HVbetaComplete.cxx:24
LArEMEC_HVbetaComplete::EMEC_HVbeta
virtual const float & EMEC_HVbeta(const HWIdentifier &CellID) const
Definition:
LArEMEC_HVbetaComplete.cxx:35
LArEMEC_HVbetaComplete::LArEMEC_HVbetaComplete
LArEMEC_HVbetaComplete()
Definition:
LArEMEC_HVbetaComplete.cxx:18
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
Generated on Sat Mar 22 2025 21:13:49 for ATLAS Offline Software by
1.8.18