Project
Loading...
Searching...
No Matches
o2::emcal::RecCellInfo Struct Reference

Container class for cell information for merging. More...

#include <RecoContainer.h>

Public Attributes

o2::emcal::Cell mCellData
 Cell information.
 
bool mIsLGnoHG
 Cell has only LG digits.
 
bool mHGOutOfRange
 Cell has only HG digits which are out of range.
 
int mDDLID
 DDL of the channel (for monitoring)
 
int mHWAddressLG
 HW address of LG (for monitoring)
 
int mHWAddressHG
 HW address of HG (for monitoring)
 

Detailed Description

Container class for cell information for merging.

In case the energy is in the overlap region between the two digitizers 2 channels exist for the same cell. In this case the low gain cells are used above a certain threshold. In certain error cases the information from the other digitizer might be missing. Such cases must be fitered out, however this can be done only after all cells are processed. The overlap information needs to be propagated for the filtering but is not part of the final cell object

Definition at line 49 of file RecoContainer.h.

Member Data Documentation

◆ mCellData

o2::emcal::Cell o2::emcal::RecCellInfo::mCellData

Cell information.

Definition at line 50 of file RecoContainer.h.

◆ mDDLID

int o2::emcal::RecCellInfo::mDDLID

DDL of the channel (for monitoring)

Definition at line 53 of file RecoContainer.h.

◆ mHGOutOfRange

bool o2::emcal::RecCellInfo::mHGOutOfRange

Cell has only HG digits which are out of range.

Definition at line 52 of file RecoContainer.h.

◆ mHWAddressHG

int o2::emcal::RecCellInfo::mHWAddressHG

HW address of HG (for monitoring)

Definition at line 55 of file RecoContainer.h.

◆ mHWAddressLG

int o2::emcal::RecCellInfo::mHWAddressLG

HW address of LG (for monitoring)

Definition at line 54 of file RecoContainer.h.

◆ mIsLGnoHG

bool o2::emcal::RecCellInfo::mIsLGnoHG

Cell has only LG digits.

Definition at line 51 of file RecoContainer.h.


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