9#include "trg/top/dataobjects/TRGTOPCombinedT0Decision.h"
16void TRGTOPCombinedT0Decision::setCombinedT0(
int combinedT0) {
m_combinedT0 = combinedT0 ; }
17void TRGTOPCombinedT0Decision::setRVCNow(
int rvcNow) {
m_rvcNow = rvcNow ; }
18void TRGTOPCombinedT0Decision::setCombinedT0ClockCycle(
int combinedT0ClockCycle) {
m_combinedT0ClockCycle = combinedT0ClockCycle ; }
19void TRGTOPCombinedT0Decision::setCombinedT0RVC2GDL(
int combinedT0RVC2GDL) {
m_combinedT0RVC2GDL = combinedT0RVC2GDL ; }
20void TRGTOPCombinedT0Decision::setEventNumberL1(
int eventNumberL1) {
m_eventNumberL1 = eventNumberL1 ; }
21void TRGTOPCombinedT0Decision::setRVCL1(
int rvcL1) {
m_rvcL1 = rvcL1 ; }
int m_rvcNow
rvc at the time when this t0 was posted in FW
int m_rvcL1
rvc at the time L1 was issued (for latency and window width studies)
int m_combinedT0RVC2GDL
rvc at the time when this t0 was supposed to be posted to GDL
int m_combinedT0
combined t0 (in ns)
int m_eventNumberL1
L1 event number from header.
int m_combinedT0ClockCycle
clock cycle number in b2l buffer when this t0 was posted to b2l
Abstract base class for different kinds of events.