#include <ProtoDUNETimeStamp.h>
Definition at line 39 of file ProtoDUNETimeStamp.h.
dune::ProtoDUNETimeStamp::ProtoDUNETimeStamp |
( |
| ) |
|
Definition at line 3 of file ProtoDUNETimeStamp.cxx.
bool m_checksumGood
Whether the checksum is good (always true)
UInt_t m_reservedBits
Reserved bits from the trigger command word (ought to be zero)
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.
ULong64_t m_lastRunStart
The timestamp of the last run start seen by the timing board reader.
ULong64_t m_lastSpillEnd
The timestamp of the last spill end seen by the timing board reader.
ULong64_t m_timeStamp
The 50 MHz timestamp of the trigger.
UInt_t m_eventCounter
The event counter from the timing board reader.
UInt_t m_cookie
The cookie which identifies the event as coming from the timing board.
UInt_t dune::ProtoDUNETimeStamp::getCookie |
( |
| ) |
const |
|
inline |
Definition at line 44 of file ProtoDUNETimeStamp.h.
UInt_t m_cookie
The cookie which identifies the event as coming from the timing board.
UInt_t dune::ProtoDUNETimeStamp::getEventCounter |
( |
| ) |
const |
|
inline |
Definition at line 48 of file ProtoDUNETimeStamp.h.
UInt_t m_eventCounter
The event counter from the timing board reader.
ULong64_t dune::ProtoDUNETimeStamp::getLastRunStart |
( |
| ) |
const |
|
inline |
Definition at line 50 of file ProtoDUNETimeStamp.h.
ULong64_t m_lastRunStart
The timestamp of the last run start seen by the timing board reader.
ULong64_t dune::ProtoDUNETimeStamp::getLastSpillEnd |
( |
| ) |
const |
|
inline |
Definition at line 52 of file ProtoDUNETimeStamp.h.
ULong64_t m_lastSpillEnd
The timestamp of the last spill end seen by the timing board reader.
ULong64_t dune::ProtoDUNETimeStamp::getLastSpillStart |
( |
| ) |
const |
|
inline |
Definition at line 51 of file ProtoDUNETimeStamp.h.
ULong64_t m_lastSpillStart
The timestamp of the last spill start seen by the timing board reader.
UInt_t dune::ProtoDUNETimeStamp::getReservedBits |
( |
| ) |
const |
|
inline |
Definition at line 46 of file ProtoDUNETimeStamp.h.
UInt_t m_reservedBits
Reserved bits from the trigger command word (ought to be zero)
ULong64_t dune::ProtoDUNETimeStamp::getTimeStamp |
( |
| ) |
const |
|
inline |
Definition at line 45 of file ProtoDUNETimeStamp.h.
ProtoDUNETimingCommand m_triggerType
The type of trigger command.
UInt_t dune::ProtoDUNETimeStamp::getVersion |
( |
| ) |
const |
|
inline |
Definition at line 53 of file ProtoDUNETimeStamp.h.
UInt_t m_version
The version of the artdaq timing fragment that this object is made from.
bool dune::ProtoDUNETimeStamp::isChecksumGood |
( |
| ) |
const |
|
inline |
Definition at line 49 of file ProtoDUNETimeStamp.h.
bool m_checksumGood
Whether the checksum is good (always true)
void dune::ProtoDUNETimeStamp::setChecksumGood |
( |
bool |
arg | ) |
|
|
inline |
Definition at line 60 of file ProtoDUNETimeStamp.h.
bool m_checksumGood
Whether the checksum is good (always true)
void dune::ProtoDUNETimeStamp::setCookie |
( |
UInt_t |
arg | ) |
|
|
inline |
Definition at line 55 of file ProtoDUNETimeStamp.h.
UInt_t m_cookie
The cookie which identifies the event as coming from the timing board.
void dune::ProtoDUNETimeStamp::setEventCounter |
( |
UInt_t |
arg | ) |
|
|
inline |
Definition at line 59 of file ProtoDUNETimeStamp.h.
UInt_t m_eventCounter
The event counter from the timing board reader.
void dune::ProtoDUNETimeStamp::setLastRunStart |
( |
ULong64_t |
arg | ) |
|
|
inline |
Definition at line 61 of file ProtoDUNETimeStamp.h.
ULong64_t m_lastRunStart
The timestamp of the last run start seen by the timing board reader.
void dune::ProtoDUNETimeStamp::setLastSpillEnd |
( |
ULong64_t |
arg | ) |
|
|
inline |
Definition at line 63 of file ProtoDUNETimeStamp.h.
ULong64_t m_lastSpillEnd
The timestamp of the last spill end seen by the timing board reader.
void dune::ProtoDUNETimeStamp::setLastSpillStart |
( |
ULong64_t |
arg | ) |
|
|
inline |
Definition at line 62 of file ProtoDUNETimeStamp.h.
ULong64_t m_lastSpillStart
The timestamp of the last spill start seen by the timing board reader.
void dune::ProtoDUNETimeStamp::setReservedBits |
( |
UInt_t |
arg | ) |
|
|
inline |
Definition at line 57 of file ProtoDUNETimeStamp.h.
UInt_t m_reservedBits
Reserved bits from the trigger command word (ought to be zero)
void dune::ProtoDUNETimeStamp::setTimeStamp |
( |
ULong64_t |
arg | ) |
|
|
inline |
Definition at line 56 of file ProtoDUNETimeStamp.h.
ProtoDUNETimingCommand m_triggerType
The type of trigger command.
void dune::ProtoDUNETimeStamp::setVersion |
( |
UInt_t |
arg | ) |
|
|
inline |
Definition at line 64 of file ProtoDUNETimeStamp.h.
UInt_t m_version
The version of the artdaq timing fragment that this object is made from.
bool dune::ProtoDUNETimeStamp::m_checksumGood |
|
protected |
UInt_t dune::ProtoDUNETimeStamp::m_cookie |
|
protected |
The cookie which identifies the event as coming from the timing board.
Definition at line 68 of file ProtoDUNETimeStamp.h.
UInt_t dune::ProtoDUNETimeStamp::m_eventCounter |
|
protected |
ULong64_t dune::ProtoDUNETimeStamp::m_lastRunStart |
|
protected |
The timestamp of the last run start seen by the timing board reader.
Definition at line 80 of file ProtoDUNETimeStamp.h.
ULong64_t dune::ProtoDUNETimeStamp::m_lastSpillEnd |
|
protected |
The timestamp of the last spill end seen by the timing board reader.
Definition at line 84 of file ProtoDUNETimeStamp.h.
ULong64_t dune::ProtoDUNETimeStamp::m_lastSpillStart |
|
protected |
The timestamp of the last spill start seen by the timing board reader.
Definition at line 82 of file ProtoDUNETimeStamp.h.
UInt_t dune::ProtoDUNETimeStamp::m_reservedBits |
|
protected |
Reserved bits from the trigger command word (ought to be zero)
Definition at line 72 of file ProtoDUNETimeStamp.h.
ULong64_t dune::ProtoDUNETimeStamp::m_timeStamp |
|
protected |
UInt_t dune::ProtoDUNETimeStamp::m_version |
|
protected |
The version of the artdaq timing fragment that this object is made from.
Definition at line 86 of file ProtoDUNETimeStamp.h.
The documentation for this class was generated from the following files: