9#ifndef TRGTOPCOMBINEDT0DECISION_H
10#define TRGTOPCOMBINEDT0DECISION_H
15#include <framework/datastore/RelationsObject.h>
54 int combinedT0ClockCycle,
55 int combinedT0RVC2GDL,
72 int getRVCNow()
const {
return m_rvcNow; }
76 int getRVCL1()
const {
return m_rvcL1; }
79 void setCombinedT0(
int combinedT0);
80 void setRVCNow(
int rvcNow);
81 void setCombinedT0ClockCycle(
int combinedT0ClockCycle);
82 void setCombinedT0RVC2GDL(
int combinedT0RVC2GDL);
83 void setEventNumberL1(
int eventNumberL1);
84 void setRVCL1(
int rvcL1);
Defines interface for accessing relations of objects in StoreArray.
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)
~TRGTOPCombinedT0Decision()
Destructor.
TRGTOPCombinedT0Decision(int combinedT0, int rvcNow, int combinedT0ClockCycle, int combinedT0RVC2GDL, int eventNumberL1, int rvcL1)
Another Useful Constructor.
int m_combinedT0RVC2GDL
rvc at the time when this t0 was supposed to be posted to GDL
ClassDef(TRGTOPCombinedT0Decision, 1)
ClassDef.
TRGTOPCombinedT0Decision(int combinedT0)
A Useful Constructor.
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.