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

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< intmTriggeredPatches
 Trigger patches, in local STU indexing.
 
std::vector< std::tuple< int, int, double > > mLastTimesumAllFastOrs
 TRU ID, FastOrID with STU indexing, and its last Timesum.
 

Detailed Description

Trigger Inputs object, summary of the entire information needed for the L1 algorithm.

Parameters
mInterRecordLast known interaction record
mLastTimesumAllFastOrsVector of tuples with TRU ID, FastOrID with STU indexing, and their last Timesums

Definition at line 40 of file LZEROElectronics.h.

Member Data Documentation

◆ mInterRecord

o2::InteractionRecord o2::emcal::EMCALTriggerInputs::mInterRecord

Last known interaction record.

Definition at line 41 of file LZEROElectronics.h.

◆ mLastTimesumAllFastOrs

std::vector<std::tuple<int, int, double> > o2::emcal::EMCALTriggerInputs::mLastTimesumAllFastOrs

TRU ID, FastOrID with STU indexing, and its last Timesum.

Definition at line 44 of file LZEROElectronics.h.

◆ mTriggeredPatches

std::vector<int> o2::emcal::EMCALTriggerInputs::mTriggeredPatches

Trigger patches, in local STU indexing.

Definition at line 43 of file LZEROElectronics.h.

◆ mTriggeredTRU

int o2::emcal::EMCALTriggerInputs::mTriggeredTRU

Trigger TRU.

Definition at line 42 of file LZEROElectronics.h.


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