![]() |
Project
|
Trigger Inputs object, summary of the entire information needed for the L1 algorithm. More...
#include <LZEROElectronics.h>
Public Attributes | |
o2::InteractionRecord | mInterRecord |
Last known interaction record. | |
std::vector< std::tuple< int, int, double, bool > > | mLastTimesumAllPatches |
TRU ID, PatchID, and its last Timesum. | |
Trigger Inputs object, summary of the entire information needed for the L1 algorithm.
mInterRecord | Last known interaction record |
mLastTimesumAllPatches | Vector of tuples with TRU ID, PatchID, and their last Timesums |
Definition at line 50 of file LZEROElectronics.h.
o2::InteractionRecord o2::emcal::EMCALTriggerInputsPatch::mInterRecord |
Last known interaction record.
Definition at line 51 of file LZEROElectronics.h.
std::vector<std::tuple<int, int, double, bool> > o2::emcal::EMCALTriggerInputsPatch::mLastTimesumAllPatches |
TRU ID, PatchID, and its last Timesum.
Definition at line 52 of file LZEROElectronics.h.