private class to register start and end index of digis in a collection More...
Public Member Functions | |
bool | operator< (const Registry &other) const |
< operator to sort registries | |
Registry (uint32_t aDetid, uint16_t firstStrip, size_t indexInVector, uint16_t numberOfDigis) | |
constructor | |
Public Attributes | |
uint32_t | detid |
public data members | |
uint16_t | first |
size_t | index |
uint16_t | length |
private class to register start and end index of digis in a collection
Definition at line 97 of file SiStripRawToDigiUnpacker.h.
sistrip::RawToDigiUnpacker::Registry::Registry | ( | uint32_t | aDetid, |
uint16_t | firstStrip, | ||
size_t | indexInVector, | ||
uint16_t | numberOfDigis | ||
) | [inline] |
bool sistrip::RawToDigiUnpacker::Registry::operator< | ( | const Registry & | other | ) | const [inline] |
public data members
Definition at line 105 of file SiStripRawToDigiUnpacker.h.
Referenced by operator<().
Definition at line 106 of file SiStripRawToDigiUnpacker.h.
Referenced by operator<().
Definition at line 107 of file SiStripRawToDigiUnpacker.h.
Definition at line 108 of file SiStripRawToDigiUnpacker.h.