ATLAS Offline Software
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 
16 {
17 public:
18 
20  bool isEmpty() const { return m_channelAmplitude < -9999 && m_channelPhase < -9999 ; } ;
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