ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArH6OscillationP Class Reference

c-struct reproducing the structure of the persistent data More...

#include <LArH6OscillationP.h>

Collaboration diagram for LArH6OscillationP:

Public Member Functions

 LArH6OscillationP ()
 
bool isEmpty () const
 

Public Attributes

double m_channelAmplitude
 
double m_channelPhase
 

Detailed Description

c-struct reproducing the structure of the persistent data

Author
T. Barillari
Version
$Id: LArH6OscillationP.h,v 1.4 2006-07-11 07:43:21 schaffer Exp $

Definition at line 15 of file LArH6OscillationP.h.

Constructor & Destructor Documentation

◆ LArH6OscillationP()

LArH6OscillationP::LArH6OscillationP ( )
inline

Definition at line 19 of file LArH6OscillationP.h.

19 : m_channelAmplitude(-99999.), m_channelPhase(-99999.) {}

Member Function Documentation

◆ isEmpty()

bool LArH6OscillationP::isEmpty ( ) const
inline

Definition at line 20 of file LArH6OscillationP.h.

20 { return m_channelAmplitude < -9999 && m_channelPhase < -9999 ; } ;

Member Data Documentation

◆ m_channelAmplitude

double LArH6OscillationP::m_channelAmplitude

Definition at line 21 of file LArH6OscillationP.h.

◆ m_channelPhase

double LArH6OscillationP::m_channelPhase

Definition at line 22 of file LArH6OscillationP.h.


The documentation for this class was generated from the following file:
LArH6OscillationP::m_channelAmplitude
double m_channelAmplitude
Definition: LArH6OscillationP.h:20
LArH6OscillationP::m_channelPhase
double m_channelPhase
Definition: LArH6OscillationP.h:22