![]() |
Project
|
ALTRO bunch information obtained from digits. More...
#include <AltroHelper.h>
Public Attributes | |
| int | mStarttime |
| Start time of the bunch. | |
| std::vector< int > | mADCs |
| ADCs belonging to the bunch. | |
| std::multimap< int, std::vector< o2::emcal::MCLabel > > | mEnergyLabels |
| std::vector< o2::emcal::MCLabel > | mLabels |
ALTRO bunch information obtained from digits.
Definition at line 31 of file AltroHelper.h.
| std::vector<int> o2::emcal::AltroBunch::mADCs |
ADCs belonging to the bunch.
Definition at line 33 of file AltroHelper.h.
| std::multimap<int, std::vector<o2::emcal::MCLabel> > o2::emcal::AltroBunch::mEnergyLabels |
Definition at line 34 of file AltroHelper.h.
| std::vector<o2::emcal::MCLabel> o2::emcal::AltroBunch::mLabels |
Definition at line 35 of file AltroHelper.h.
| int o2::emcal::AltroBunch::mStarttime |
Start time of the bunch.
Definition at line 32 of file AltroHelper.h.