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_HValphaComplete.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_HVALPHACOMPLETE_H
6
#define LARRAWCONDITIONS_LAREMEC_HVALPHACOMPLETE_H
7
8
#include "
LArElecCalib/ILArEMEC_HValpha.h
"
9
#include "
LArRawConditions/LArEMEC_HValphaP.h
"
10
#include "
LArRawConditions/LArConditionsContainer.h
"
11
12
#include <vector>
13
27
class
LArEMEC_HValphaComplete
:
public
ILArEMEC_HValpha
,
28
public
LArConditionsContainer
<LArEMEC_HValphaP>{
29
30
public
:
31
32
typedef
LArConditionsContainer<LArEMEC_HValphaP>
CONTAINER
;
33
LArEMEC_HValphaComplete
();
34
35
virtual
~LArEMEC_HValphaComplete
();
36
37
// retrieving EMEC_HValpha using online ID
38
39
virtual
const
float
&
EMEC_HValpha
(
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_HValpha);
44
45
protected
:
46
47
48
};
49
50
CLASS_DEF
(
LArEMEC_HValphaComplete
,89432706,1)
51
#endif
ILArEMEC_HValpha
Definition:
ILArEMEC_HValpha.h:13
LArEMEC_HValphaP.h
LArConditionsContainer.h
HWIdentifier
Definition:
HWIdentifier.h:13
LArEMEC_HValphaComplete::EMEC_HValpha
virtual const float & EMEC_HValpha(const HWIdentifier &CellID) const
Definition:
LArEMEC_HValphaComplete.cxx:35
LArEMEC_HValphaComplete::set
void set(const HWIdentifier &CellID, float vEMEC_HValpha)
Definition:
LArEMEC_HValphaComplete.cxx:24
LArEMEC_HValphaComplete::LArEMEC_HValphaComplete
LArEMEC_HValphaComplete()
Definition:
LArEMEC_HValphaComplete.cxx:18
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
ILArEMEC_HValpha.h
LArEMEC_HValphaComplete
This class implements the ILArEMEC_HValpha interface.
Definition:
LArEMEC_HValphaComplete.h:28
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:64
LArEMEC_HValphaComplete::~LArEMEC_HValphaComplete
virtual ~LArEMEC_HValphaComplete()
Definition:
LArEMEC_HValphaComplete.cxx:20
LArEMEC_HValphaComplete::CONTAINER
LArConditionsContainer< LArEMEC_HValphaP > CONTAINER
Definition:
LArEMEC_HValphaComplete.h:32
Generated on Sun Jan 12 2025 21:13:17 for ATLAS Offline Software by
1.8.18