ATLAS Offline Software
|
Per-bin data. More...
#include <CaloEMFrac.h>
Public Member Functions | |
EMFracData () | |
Constructor. More... | |
Public Attributes | |
float | m_fraction |
The mean EM fraction in the bin. More... | |
float | m_entries |
Number of entries populating the bin. More... | |
float | m_error |
Width of the distribution. More... | |
Per-bin data.
Definition at line 42 of file CaloEMFrac.h.
|
inline |
float CaloEMFrac::EMFracData::m_entries |
Number of entries populating the bin.
??? FIXME: Someone check that this comment is correct.
Definition at line 48 of file CaloEMFrac.h.
float CaloEMFrac::EMFracData::m_error |
Width of the distribution.
??? FIXME: Someone check that this comment is correct.
Definition at line 52 of file CaloEMFrac.h.
float CaloEMFrac::EMFracData::m_fraction |
The mean EM fraction in the bin.
Definition at line 44 of file CaloEMFrac.h.