ATLAS Offline Software
Loading...
Searching...
No Matches
LArMinBiasAverageP Class Reference

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

#include <LArMinBiasAverageP.h>

Collaboration diagram for LArMinBiasAverageP:

Public Member Functions

 LArMinBiasAverageP ()
 LArMinBiasAverageP (float average)
bool isEmpty () const

Public Attributes

float m_MinBiasAverage

Detailed Description

c-struct reproducing the structure of the persistent data

Definition at line 14 of file LArMinBiasAverageP.h.

Constructor & Destructor Documentation

◆ LArMinBiasAverageP() [1/2]

LArMinBiasAverageP::LArMinBiasAverageP ( )
inline

Definition at line 18 of file LArMinBiasAverageP.h.

18: m_MinBiasAverage(-9999999) {}

◆ LArMinBiasAverageP() [2/2]

LArMinBiasAverageP::LArMinBiasAverageP ( float average)
inline

Definition at line 19 of file LArMinBiasAverageP.h.

19: m_MinBiasAverage(average) {}

Member Function Documentation

◆ isEmpty()

bool LArMinBiasAverageP::isEmpty ( ) const
inline

Definition at line 20 of file LArMinBiasAverageP.h.

20{ return m_MinBiasAverage < -9999 ; } ;

Member Data Documentation

◆ m_MinBiasAverage

float LArMinBiasAverageP::m_MinBiasAverage

Definition at line 21 of file LArMinBiasAverageP.h.


The documentation for this class was generated from the following file: