|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef SITRACKEREVENT_SCT_TB04_RAWDATA_H
17 #define SITRACKEREVENT_SCT_TB04_RAWDATA_H
37 const unsigned int Event,
const unsigned int FragmentIdentifier,
38 const unsigned int Size,
const unsigned int WordErrorCount,
39 const unsigned int EventCount,
const unsigned int onlineId);
42 const unsigned int onlineId,
float errorhit[20]);
152 return ((
m_word >> 22) & 0x7);
158 return ((
m_word >> 25) & 0x7);
177 bool isOnTime =
false;
178 if ((
m_word >> 23) & 0
x1) isOnTime =
true;
184 bool isError =
false;
191 bool isError =
false;
192 if ((
m_word >> 25) & 0
x1) isError =
true;
198 bool isError =
false;
199 if ((
m_word >> 26) & 0
x1) isError =
true;
205 bool isError =
false;
206 if ((
m_word >> 27) & 0
x1) isError =
true;
212 bool isError =
false;
213 if ((
m_word >> 28) & 0
x1) isError =
true;
220 bool isError =
false;
221 if ((
m_word >> 29) & 0
x1) isError =
true;
227 bool isError =
false;
228 if ((
m_word >> 30) & 0
x1) isError =
true;
240 #endif // SITRACKEREVENT_SCT_TB04_RAWDATA_H
unsigned int getEvent() const
unsigned int getSize() const
float m_errorCondensedHit[20]
unsigned int m_fragment_type
virtual int getGroupSize() const
bool SyncronizationError() const
bool PreambleError() const
unsigned int m_event_count
unsigned int getFragmentType() const
float * getErrorCondensedHit()
virtual ~SCT_TB04_RawData()=default
bool FirstHitError() const
unsigned int getEventCount() const
unsigned int m_word_error_count
bool FormatterError() const
unsigned int getWordErrorCount() const
bool SecondHitError() const