Loading [MathJax]/extensions/MathMenu.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
LArH6OscillationComplete.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArRawConditions/LArH6OscillationComplete.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
#include "
AthenaKernel/getMessageSvc.h
"
15
#include <iostream>
16
using namespace
std ;
17
18
LArH6OscillationComplete::LArH6OscillationComplete
() {}
19
20
LArH6OscillationComplete::~LArH6OscillationComplete
() {}
21
22
/* Fill transient object in ATHENA *****************************************
23
*/
24
void
LArH6OscillationComplete::set
(
const
HWIdentifier& CellID,
25
double
channelPhase,
double
channelAmplitude ) {
26
27
LArH6OscillationP
t
;
28
t
.m_channelPhase = channelPhase;
29
t
.m_channelAmplitude = channelAmplitude;
30
31
setPdata(CellID,
t
);
32
}
33
34
/* retrieve channel phases and channel amplitudes*****************************
35
*/
36
const
double
&
LArH6OscillationComplete::channelPhase
(
const
HWIdentifier& CellID)
const
37
{
38
39
const
LArH6OscillationP
&
t
=
get
(CellID);
40
41
return
t
.m_channelPhase;
42
}
43
44
const
double
&
LArH6OscillationComplete::channelAmplitude
(
const
HWIdentifier& CellID)
const
45
{
46
47
const
LArH6OscillationP
&
t
=
get
(CellID);
48
49
return
t
.m_channelAmplitude;
50
}
getMessageSvc.h
singleton-like access to IMessageSvc via open function and helper
LArH6OscillationComplete.h
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
LArH6OscillationComplete::~LArH6OscillationComplete
virtual ~LArH6OscillationComplete()
Definition:
LArH6OscillationComplete.cxx:20
LArH6OscillationComplete::channelAmplitude
virtual const double & channelAmplitude(const HWIdentifier &CellID) const
access to channel amplitude index by Identifier
Definition:
LArH6OscillationComplete.cxx:44
LArH6OscillationComplete::set
void set(const HWIdentifier &CellID, double channelPhase, double channelAmplitude)
Definition:
LArH6OscillationComplete.cxx:24
LArH6OscillationComplete::channelPhase
virtual const double & channelPhase(const HWIdentifier &CellID) const
Definition:
LArH6OscillationComplete.cxx:36
get
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
Definition:
hcg.cxx:127
LArH6OscillationP
c-struct reproducing the structure of the persistent data
Definition:
LArH6OscillationP.h:16
LArOnlineID.h
LArH6OscillationComplete::LArH6OscillationComplete
LArH6OscillationComplete()
Definition:
LArH6OscillationComplete.cxx:18
Generated on Thu Apr 3 2025 21:13:54 for ATLAS Offline Software by
1.8.18