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

#include <LArDetCellParamsP.h>

Collaboration diagram for LArDetCellParamsP:

Public Member Functions

 LArDetCellParamsP ()
 LArDetCellParamsP (float o, float t)
bool isEmpty () const

Public Attributes

float m_Omega0
float m_Taur

Detailed Description

Definition at line 11 of file LArDetCellParamsP.h.

Constructor & Destructor Documentation

◆ LArDetCellParamsP() [1/2]

LArDetCellParamsP::LArDetCellParamsP ( )
inline

Definition at line 13 of file LArDetCellParamsP.h.

13: m_Omega0(-9999999), m_Taur(-9999999) {}

◆ LArDetCellParamsP() [2/2]

LArDetCellParamsP::LArDetCellParamsP ( float o,
float t )
inline

Definition at line 14 of file LArDetCellParamsP.h.

15 : m_Omega0(o), m_Taur(t) {}

Member Function Documentation

◆ isEmpty()

bool LArDetCellParamsP::isEmpty ( ) const
inline

Definition at line 16 of file LArDetCellParamsP.h.

16{ return (m_Omega0 < -9999 && m_Taur < -9999) ; } ;

Member Data Documentation

◆ m_Omega0

float LArDetCellParamsP::m_Omega0

Definition at line 17 of file LArDetCellParamsP.h.

◆ m_Taur

float LArDetCellParamsP::m_Taur

Definition at line 18 of file LArDetCellParamsP.h.


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