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
LArH6OscillationComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARH6OSCILLATIONCOMPLETE_H
6
#define LARRAWCONDITIONS_LARH6OSCILLATIONCOMPLETE_H
7
8
#include "
LArElecCalib/ILArH6Oscillation.h
"
9
#include "
LArRawConditions/LArH6OscillationP.h
"
10
#include "
LArRawConditions/LArConditionsContainer.h
"
11
12
#include <vector>
13
21
class
LArH6OscillationComplete
:
public
ILArH6Oscillation
,
22
public
LArConditionsContainer
<LArH6OscillationP>
23
{
24
25
public
:
26
27
typedef
LArConditionsContainer<LArH6OscillationP>
CONTAINER
;
28
29
LArH6OscillationComplete
();
30
31
virtual
~LArH6OscillationComplete
( );
32
33
// retrieving channel phases using online ID
34
35
virtual
const
double
&
channelPhase
(
const
HWIdentifier
& CellID)
const
;
36
37
virtual
const
double
&
channelAmplitude
(
const
HWIdentifier
& CellID)
const
;
38
39
// set method filling the data members individually (if one
40
// wants to fill this class not using the DB)
41
void
set
(
const
HWIdentifier
& CellID,
42
double
channelPhase
,
43
double
channelAmplitude
);
44
45
46
private
:
47
48
};
49
50
CLASS_DEF
(
LArH6OscillationComplete
, 106937553,1)
51
#endif
LArConditionsContainer.h
HWIdentifier
Definition:
HWIdentifier.h:13
LArH6OscillationComplete::~LArH6OscillationComplete
virtual ~LArH6OscillationComplete()
Definition:
LArH6OscillationComplete.cxx:20
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
LArH6OscillationComplete::channelAmplitude
virtual const double & channelAmplitude(const HWIdentifier &CellID) const
access to channel amplitude index by Identifier
Definition:
LArH6OscillationComplete.cxx:44
ILArH6Oscillation.h
LArH6OscillationComplete::set
void set(const HWIdentifier &CellID, double channelPhase, double channelAmplitude)
Definition:
LArH6OscillationComplete.cxx:24
LArH6OscillationComplete
This class implements the ILArH6Oscillation interface.
Definition:
LArH6OscillationComplete.h:23
LArH6OscillationP.h
LArH6OscillationComplete::channelPhase
virtual const double & channelPhase(const HWIdentifier &CellID) const
Definition:
LArH6OscillationComplete.cxx:36
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
ILArH6Oscillation
Definition:
ILArH6Oscillation.h:14
LArH6OscillationComplete::CONTAINER
LArConditionsContainer< LArH6OscillationP > CONTAINER
Definition:
LArH6OscillationComplete.h:27
LArH6OscillationComplete::LArH6OscillationComplete
LArH6OscillationComplete()
Definition:
LArH6OscillationComplete.cxx:18
Generated on Thu Apr 10 2025 21:13:48 for ATLAS Offline Software by
1.8.18