|
ATLAS Offline Software
|
Go to the documentation of this file.
10 AthMessaging(
Gaudi::svcLocator()->service< IMessageSvc >(
"MessageSvc"),
"AFP_ToFRawData_v2")
15 AthMessaging(
Gaudi::svcLocator()->service< IMessageSvc >(
"MessageSvc"),
"AFP_ToFRawData_v2")
29 ATH_MSG_WARNING(
"asking for time but this is a trigger word, returning 0");
40 ATH_MSG_WARNING(
"trying to set time but this is a trigger word, not setting anything");
51 ATH_MSG_WARNING(
"asking for pulseLength but this is a trigger word, returning 0");
62 ATH_MSG_WARNING(
"trying to set pulseLength but this is a trigger word, not setting anything");
73 ATH_MSG_WARNING(
"asking for delayedTrigger but this is not a trigger word, returning 0");
84 ATH_MSG_WARNING(
"trying to set delayedTrigger but this is not a trigger word, not setting anything");
95 ATH_MSG_WARNING(
"asking for triggerPattern but this is not a trigger word, returning 0");
106 ATH_MSG_WARNING(
"trying to set triggerPattern but this is not a trigger word, not setting anything");
uint16_t m_channel
Value of 13-17 (HPTDC) or 14-19 (picoTDC) most significant bits.
uint32_t m_pulseLength_or_triggerPattern
Value of 11-16 (HPTDC) or 13 (picoTDC) least significant bits for signal lenght; value of 16 (picoTDC...
uint16_t m_edge
Value of 12 most significant bit.
uint32_t time() const
Value of 10 (HPTDC) or 13 (picoTDC) least significant bits for time; value of 14-16 (picoTDC) most si...
uint32_t m_time_or_delayedTrigger
Value of 10 (HPTDC) or 13 (picoTDC) least significant bits for time; value of 14-16 (picoTDC) most si...
Class representing data record for time-of-flight detectors.
Class to provide easy MsgStream access and capabilities.
void setTime(const uint32_t time)
uint32_t triggerPattern() const
Value of 11-16 (HPTDC) or 13 (picoTDC) least significant bits for signal lenght; value of 16 (picoTDC...
uint32_t pulseLength() const
Value of 11-16 (HPTDC) or 13 (picoTDC) least significant bits for signal lenght; value of 16 (picoTDC...
void setPulseLength(const uint32_t pulseLength)
void setTriggerPattern(const uint32_t triggerPattern)
def time(flags, cells_name, *args, **kw)
#define ATH_MSG_WARNING(x)
uint16_t delayedTrigger() const
Value of 10 (HPTDC) or 13 (picoTDC) least significant bits for time; value of 14-16 (picoTDC) most si...
Base class representing first 8 bits in a record in bytestream.
=============================================================================
uint16_t m_header
Value of 9-11 (HPTDC) or 9 (picoTDC) most significant bit(s)
void setDelayedTrigger(const uint32_t delayedTrigger)