#include <HcalUHTRData.h>
Public Member Functions | |
uint8_t | adc () const |
uint8_t | capid () const |
int | capid0 () const |
int | channelid () const |
const_iterator (const uint16_t *ptr, const uint16_t *limit=0) | |
int | errFlags () const |
int | flavor () const |
bool | isHeader () const |
uint8_t | le_tdc () const |
bool | ok () const |
bool | operator!= (const const_iterator &i) |
uint16_t | operator* () const |
const_iterator & | operator++ () |
bool | operator== (const const_iterator &i) |
const uint16_t * | raw () const |
bool | soi () const |
uint8_t | te_tdc () const |
uint16_t | value () const |
Private Member Functions | |
void | determineMode () |
Private Attributes | |
const uint16_t * | m_0th_data_ptr |
int | m_flavor |
const uint16_t * | m_header_ptr |
const uint16_t * | m_limit |
int | m_microstep |
const uint16_t * | m_ptr |
int | m_stepclass |
Definition at line 40 of file HcalUHTRData.h.
HcalUHTRData::const_iterator::const_iterator | ( | const uint16_t * | ptr, |
const uint16_t * | limit = 0 |
||
) |
uint8_t HcalUHTRData::const_iterator::adc | ( | ) | const |
uint8_t HcalUHTRData::const_iterator::capid | ( | ) | const |
Definition at line 60 of file HcalUHTRData.cc.
|
inline |
Definition at line 47 of file HcalUHTRData.h.
References m_ptr.
Referenced by HcalUnpacker_impl::unpack_compact().
|
inline |
Definition at line 48 of file HcalUHTRData.h.
References m_ptr.
Referenced by HcalUnpacker_impl::unpack_compact(), and HcalUnpacker::unpackUTCA().
|
private |
|
inline |
Definition at line 46 of file HcalUHTRData.h.
References m_ptr.
Referenced by HcalUnpacker_impl::unpack_compact().
|
inline |
Definition at line 45 of file HcalUHTRData.h.
References m_ptr.
Referenced by HcalUnpacker::unpackUTCA().
|
inline |
Definition at line 44 of file HcalUHTRData.h.
References m_ptr.
Referenced by const_iterator(), HcalUnpacker_impl::unpack_compact(), and HcalUnpacker::unpackUTCA().
uint8_t HcalUHTRData::const_iterator::le_tdc | ( | ) | const |
Definition at line 43 of file HcalUHTRData.cc.
bool HcalUHTRData::const_iterator::ok | ( | ) | const |
Definition at line 71 of file HcalUHTRData.cc.
|
inline |
|
inline |
HcalUHTRData::const_iterator & HcalUHTRData::const_iterator::operator++ | ( | void | ) |
Increment operator is "magic" and adjusts steps to match channel requirements.
Definition at line 10 of file HcalUHTRData.cc.
|
inline |
|
inline |
Definition at line 66 of file HcalUHTRData.h.
References m_ptr.
Referenced by HcalUnpacker::unpackUTCA().
bool HcalUHTRData::const_iterator::soi | ( | ) | const |
uint8_t HcalUHTRData::const_iterator::te_tdc | ( | ) | const |
Definition at line 55 of file HcalUHTRData.cc.
|
inline |
Definition at line 50 of file HcalUHTRData.h.
References m_ptr.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Mixins.UsingBlock::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), Vispa.Views.PropertyView.FileProperty::labelDoubleClicked(), and HcalUnpacker::unpackUTCA().
|
private |
Definition at line 71 of file HcalUHTRData.h.
|
private |
Definition at line 74 of file HcalUHTRData.h.
|
private |
Definition at line 71 of file HcalUHTRData.h.
|
private |
Definition at line 70 of file HcalUHTRData.h.
|
private |
Definition at line 72 of file HcalUHTRData.h.
|
private |
Definition at line 70 of file HcalUHTRData.h.
Referenced by capid0(), channelid(), errFlags(), flavor(), isHeader(), operator!=(), operator*(), operator==(), raw(), and value().
|
private |
Definition at line 73 of file HcalUHTRData.h.