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
src
LArEMEC_HValphaComplete.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArRawConditions/LArEMEC_HValphaComplete.h
"
6
#include "GaudiKernel/IMessageSvc.h"
7
8
#include "
LArIdentifier/LArOnlineID.h
"
9
10
#include "GaudiKernel/Bootstrap.h"
11
#include "GaudiKernel/ISvcLocator.h"
12
#include "GaudiKernel/IToolSvc.h"
13
14
15
#include <iostream>
16
using namespace
std ;
17
18
LArEMEC_HValphaComplete::LArEMEC_HValphaComplete
() {}
19
20
LArEMEC_HValphaComplete::~LArEMEC_HValphaComplete
() {}
21
22
/* Fill transient object in ATHENA *****************************************
23
*/
24
void
LArEMEC_HValphaComplete::set
(
const
HWIdentifier& CellID,
float
EMEC_HValpha ) {
25
26
LArEMEC_HValphaP
t
;
27
t
.m_EMEC_HValpha = EMEC_HValpha ;
28
29
setPdata(CellID,
t
);
30
31
}
32
33
/* retrieve EMEC_HValpha ******************************************************
34
*/
35
const
float
&
LArEMEC_HValphaComplete::EMEC_HValpha
(
const
HWIdentifier& CellID)
const
36
{
37
const
LArEMEC_HValphaP
&
t
=
get
( CellID);
38
39
return
(
t
.m_EMEC_HValpha);
40
}
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
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
LArEMEC_HValphaP
c-struct reproducing the structure of the persistent data
Definition:
LArEMEC_HValphaP.h:20
LArEMEC_HValphaComplete.h
get
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
Definition:
hcg.cxx:127
LArEMEC_HValphaComplete::~LArEMEC_HValphaComplete
virtual ~LArEMEC_HValphaComplete()
Definition:
LArEMEC_HValphaComplete.cxx:20
LArOnlineID.h
Generated on Tue Mar 25 2025 21:13:48 for ATLAS Offline Software by
1.8.18