ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
CaloEMFrac::EMFracData Struct Reference

Per-bin data. More...

#include <CaloEMFrac.h>

Collaboration diagram for CaloEMFrac::EMFracData:

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...
 

Detailed Description

Per-bin data.

Definition at line 42 of file CaloEMFrac.h.

Constructor & Destructor Documentation

◆ EMFracData()

CaloEMFrac::EMFracData::EMFracData ( )
inline

Constructor.

Definition at line 55 of file CaloEMFrac.h.

55 : m_fraction(0),m_entries(0),m_error(0) {};

Member Data Documentation

◆ m_entries

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.

◆ m_error

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.

◆ m_fraction

float CaloEMFrac::EMFracData::m_fraction

The mean EM fraction in the bin.

Definition at line 44 of file CaloEMFrac.h.


The documentation for this struct was generated from the following file:
CaloEMFrac::EMFracData::m_error
float m_error
Width of the distribution.
Definition: CaloEMFrac.h:52
CaloEMFrac::EMFracData::m_fraction
float m_fraction
The mean EM fraction in the bin.
Definition: CaloEMFrac.h:44
CaloEMFrac::EMFracData::m_entries
float m_entries
Number of entries populating the bin.
Definition: CaloEMFrac.h:48