Project
Loading...
Searching...
No Matches
o2::framework::TimesliceIndex::OldestInputInfo Struct Reference

#include <TimesliceIndex.h>

Public Attributes

TimesliceId timeslice = {0}
 
ChannelIndex channel = {ChannelIndex::INVALID}
 The actual channel id of the oldest input.
 

Detailed Description

Information about what is the oldest possible input and from which channel.

Definition at line 68 of file TimesliceIndex.h.

Member Data Documentation

◆ channel

ChannelIndex o2::framework::TimesliceIndex::OldestInputInfo::channel = {ChannelIndex::INVALID}

The actual channel id of the oldest input.

Definition at line 74 of file TimesliceIndex.h.

◆ timeslice

TimesliceId o2::framework::TimesliceIndex::OldestInputInfo::timeslice = {0}

The timeslice of the the oldest input. Notice that we use zero, so any input which did not provide information will keep this to 0, effectively making the the dropping mechanism not working.

Definition at line 72 of file TimesliceIndex.h.


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