ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
18
19
20
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
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.h
LArConditionsContainer.h
LArH6OscillationP.h
HWIdentifier
Definition
HWIdentifier.h:13
ILArH6Oscillation
Definition
ILArH6Oscillation.h:14
LArConditionsContainer< LArH6OscillationP >::LArConditionsContainer
LArConditionsContainer()
LArH6OscillationComplete
This class implements the ILArH6Oscillation interface.
Definition
LArH6OscillationComplete.h:23
LArH6OscillationComplete::channelPhase
virtual const double & channelPhase(const HWIdentifier &CellID) const
Definition
LArH6OscillationComplete.cxx:36
LArH6OscillationComplete::~LArH6OscillationComplete
virtual ~LArH6OscillationComplete()
Definition
LArH6OscillationComplete.cxx:20
LArH6OscillationComplete::CONTAINER
LArConditionsContainer< LArH6OscillationP > CONTAINER
Definition
LArH6OscillationComplete.h:27
LArH6OscillationComplete::LArH6OscillationComplete
LArH6OscillationComplete()
Definition
LArH6OscillationComplete.cxx:18
LArH6OscillationComplete::set
void set(const HWIdentifier &CellID, double channelPhase, double channelAmplitude)
Definition
LArH6OscillationComplete.cxx:24
LArH6OscillationComplete::channelAmplitude
virtual const double & channelAmplitude(const HWIdentifier &CellID) const
access to channel amplitude index by Identifier
Definition
LArH6OscillationComplete.cxx:44
Generated on
for ATLAS Offline Software by
1.17.0