9#include "trg/top/dataobjects/TRGTOPTimeStamp.h"
11#include "trg/top/dataobjects/TRGTOPTimeStampsSlot.h"
12#include <top/dataobjects/TOPDigit.h>
18void TRGTOPTimeStamp::setTimeStamp(
int timeStamp) {
m_timeStamp = timeStamp ; }
19void TRGTOPTimeStamp::setSlot(
int slot) {
m_slot = slot ; }
int m_timeStamp
timestamp value in 1/8 of FTSW clock cycle (conventional "2ns")
int m_slot
slot number (1 through 16)
Abstract base class for different kinds of events.