ATLAS Offline Software
Loading...
Searching...
No Matches
CaloEMFrac::EMFracData Struct Reference

Per-bin data. More...

#include <CaloEMFrac.h>

Collaboration diagram for CaloEMFrac::EMFracData:

Public Member Functions

 EMFracData ()
 Constructor.

Public Attributes

float m_fraction
 The mean EM fraction in the bin.
float m_entries
 Number of entries populating the bin.
float m_error
 Width of the distribution.

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) {};
float m_error
Width of the distribution.
Definition CaloEMFrac.h:52
float m_entries
Number of entries populating the bin.
Definition CaloEMFrac.h:48
float m_fraction
The mean EM fraction in the bin.
Definition CaloEMFrac.h:44

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: