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

#include <LArPedestalP1.h>

Collaboration diagram for LArPedestalP1:

Public Member Functions

 LArPedestalP1 ()
 
 LArPedestalP1 (const float pedestal, const float pedestalRMS)
 
bool isEmpty () const
 

Public Attributes

float m_Pedestal
 
float m_PedestalRMS
 

Detailed Description

Definition at line 11 of file LArPedestalP1.h.

Constructor & Destructor Documentation

◆ LArPedestalP1() [1/2]

LArPedestalP1::LArPedestalP1 ( )
inline

Definition at line 15 of file LArPedestalP1.h.

◆ LArPedestalP1() [2/2]

LArPedestalP1::LArPedestalP1 ( const float  pedestal,
const float  pedestalRMS 
)
inline

Definition at line 19 of file LArPedestalP1.h.

20  : m_Pedestal(pedestal), m_PedestalRMS(pedestalRMS) {}

Member Function Documentation

◆ isEmpty()

bool LArPedestalP1::isEmpty ( ) const
inline

Definition at line 26 of file LArPedestalP1.h.

26  {
27  return (m_Pedestal<=1.0+static_cast<int>(ILArPedestal::ERRORCODE) ||
28  m_PedestalRMS<=1.0+static_cast<int>(ILArPedestal::ERRORCODE));
29 }

Member Data Documentation

◆ m_Pedestal

float LArPedestalP1::m_Pedestal

Definition at line 22 of file LArPedestalP1.h.

◆ m_PedestalRMS

float LArPedestalP1::m_PedestalRMS

Definition at line 23 of file LArPedestalP1.h.


The documentation for this class was generated from the following file:
ILArPedestal::ERRORCODE
@ ERRORCODE
Definition: ILArPedestal.h:47
LArPedestalP1::m_PedestalRMS
float m_PedestalRMS
Definition: LArPedestalP1.h:23
LArPedestalP1::m_Pedestal
float m_Pedestal
Definition: LArPedestalP1.h:22