![]() |
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. | |
| int | mTriggeredTRU |
| Trigger TRU. | |
| std::vector< int > | mTriggeredPatches |
| Trigger patches, in local STU indexing. | |
| std::vector< std::tuple< int, int, double > > | mLastTimesumAllFastOrs |
| TRU ID, FastOrID with STU indexing, and its last Timesum. | |
Trigger Inputs object, summary of the entire information needed for the L1 algorithm.
| mInterRecord | Last known interaction record |
| mLastTimesumAllFastOrs | Vector of tuples with TRU ID, FastOrID with STU indexing, and their last Timesums |
Definition at line 40 of file LZEROElectronics.h.
| o2::InteractionRecord o2::emcal::EMCALTriggerInputs::mInterRecord |
Last known interaction record.
Definition at line 41 of file LZEROElectronics.h.
TRU ID, FastOrID with STU indexing, and its last Timesum.
Definition at line 44 of file LZEROElectronics.h.
| std::vector<int> o2::emcal::EMCALTriggerInputs::mTriggeredPatches |
Trigger patches, in local STU indexing.
Definition at line 43 of file LZEROElectronics.h.
| int o2::emcal::EMCALTriggerInputs::mTriggeredTRU |
Trigger TRU.
Definition at line 42 of file LZEROElectronics.h.