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

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

#include <LArDAC2uAP.h>

Collaboration diagram for LArDAC2uAP:

Public Member Functions

 LArDAC2uAP ()
 
 LArDAC2uAP (float DAC2uA)
 
bool isEmpty () const
 

Public Attributes

float m_DAC2uA
 

Detailed Description

c-struct reproducing the structure of the persistent data

Author
S. Laplace
Version
0-0-1 , 16/01/04

Definition at line 19 of file LArDAC2uAP.h.

Constructor & Destructor Documentation

◆ LArDAC2uAP() [1/2]

LArDAC2uAP::LArDAC2uAP ( )
inline

Definition at line 23 of file LArDAC2uAP.h.

◆ LArDAC2uAP() [2/2]

LArDAC2uAP::LArDAC2uAP ( float  DAC2uA)
inline

Definition at line 24 of file LArDAC2uAP.h.

24 : m_DAC2uA(DAC2uA) {}

Member Function Documentation

◆ isEmpty()

bool LArDAC2uAP::isEmpty ( ) const
inline

Definition at line 25 of file LArDAC2uAP.h.

25 { return (m_DAC2uA == float(ILArDAC2uA::ERRORCODE));} ;

Member Data Documentation

◆ m_DAC2uA

float LArDAC2uAP::m_DAC2uA

Definition at line 26 of file LArDAC2uAP.h.


The documentation for this class was generated from the following file:
LArDAC2uAP::m_DAC2uA
float m_DAC2uA
Definition: LArDAC2uAP.h:25
ILArDAC2uA::ERRORCODE
@ ERRORCODE
Definition: ILArDAC2uA.h:37