9#ifndef TRGTOPTIMESTAMP_H
10#define TRGTOPTIMESTAMP_H
15#include <framework/datastore/RelationsObject.h>
59 int getSlot()
const {
return m_slot; }
62 void setTimeStamp(
int timeStamp);
63 void setSlot(
int slot);
Defines interface for accessing relations of objects in StoreArray.
ClassDef(TRGTOPTimeStamp, 15)
ClassDef.
TRGTOPTimeStamp(int timeStamp)
A Useful Constructor.
int m_timeStamp
timestamp value in 1/8 of FTSW clock cycle (conventional "2ns")
TRGTOPTimeStamp(int timeStamp, int slot)
Another Useful Constructor.
~TRGTOPTimeStamp()
Destructor.
int m_slot
slot number (1 through 16)
Abstract base class for different kinds of events.