ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArH6OscillationP.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARH6OSCILLATIONP
6
#define LARRAWCONDITIONS_LARH6OSCILLATIONP
7
8
#include <vector>
9
15
class
LArH6OscillationP
16
{
17
public
:
18
19
LArH6OscillationP
() :
m_channelAmplitude
(-99999.),
m_channelPhase
(-99999.) {}
20
bool
isEmpty
()
const
{
return
m_channelAmplitude
< -9999 &&
m_channelPhase
< -9999 ; } ;
21
double
m_channelAmplitude
;
22
double
m_channelPhase
;
23
24
};
25
26
27
28
#endif
29
LArH6OscillationP::m_channelAmplitude
double m_channelAmplitude
Definition:
LArH6OscillationP.h:20
LArH6OscillationP::isEmpty
bool isEmpty() const
Definition:
LArH6OscillationP.h:20
LArH6OscillationP::LArH6OscillationP
LArH6OscillationP()
Definition:
LArH6OscillationP.h:19
LArH6OscillationP::m_channelPhase
double m_channelPhase
Definition:
LArH6OscillationP.h:22
LArH6OscillationP
c-struct reproducing the structure of the persistent data
Definition:
LArH6OscillationP.h:16
Generated on Thu Nov 7 2024 21:19:39 for ATLAS Offline Software by
1.8.18