1 #ifndef PROTODUNETIMESTAMP_H 2 #define PROTODUNETIMESTAMP_H
bool m_checksumGood
Whether the checksum is good (always true)
void setLastSpillEnd(ULong64_t arg)
void setLastSpillStart(ULong64_t arg)
void setTimeStamp(ULong64_t arg)
UInt_t m_reservedBits
Reserved bits from the trigger command word (ought to be zero)
ULong64_t getLastSpillStart() const
ULong64_t m_lastSpillStart
The timestamp of the last spill start seen by the timing board reader.
ProtoDUNETimingCommand m_triggerType
The type of trigger command.
void setEventCounter(UInt_t arg)
ULong64_t getLastSpillEnd() const
ULong64_t m_lastRunStart
The timestamp of the last run start seen by the timing board reader.
UInt_t getReservedBits() const
ProtoDUNETimingCommand getTriggerType() const
ULong64_t m_lastSpillEnd
The timestamp of the last spill end seen by the timing board reader.
void setTriggerType(dune::ProtoDUNETimingCommand arg)
void setLastRunStart(ULong64_t arg)
void setReservedBits(UInt_t arg)
ULong64_t m_timeStamp
The 50 MHz timestamp of the trigger.
UInt_t m_eventCounter
The event counter from the timing board reader.
ULong64_t getLastRunStart() const
UInt_t getEventCounter() const
void setChecksumGood(bool arg)
void setVersion(UInt_t arg)
ULong64_t getTimeStamp() const
UInt_t getVersion() const
bool isChecksumGood() const
UInt_t m_version
The version of the artdaq timing fragment that this object is made from.
UInt_t m_cookie
The cookie which identifies the event as coming from the timing board.
void setCookie(UInt_t arg)