CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
sistrip::RawToDigiUnpacker::Registry Class Reference

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 More...
 
 Registry (uint32_t aDetid, uint16_t firstStrip, size_t indexInVector, uint16_t numberOfDigis)
 constructor More...
 

Public Attributes

uint32_t detid
 public data members More...
 
uint16_t first
 
size_t index
 
uint16_t length
 

Detailed Description

private class to register start and end index of digis in a collection

Definition at line 99 of file SiStripRawToDigiUnpacker.h.

Constructor & Destructor Documentation

sistrip::RawToDigiUnpacker::Registry::Registry ( uint32_t  aDetid,
uint16_t  firstStrip,
size_t  indexInVector,
uint16_t  numberOfDigis 
)
inline

constructor

Definition at line 102 of file SiStripRawToDigiUnpacker.h.

Member Function Documentation

bool sistrip::RawToDigiUnpacker::Registry::operator< ( const Registry other) const
inline

< operator to sort registries

Definition at line 105 of file SiStripRawToDigiUnpacker.h.

References detid, and first.

105 {return (detid != other.detid ? detid < other.detid : first < other.first);}

Member Data Documentation

uint32_t sistrip::RawToDigiUnpacker::Registry::detid

public data members

Definition at line 107 of file SiStripRawToDigiUnpacker.h.

Referenced by operator<().

uint16_t sistrip::RawToDigiUnpacker::Registry::first

Definition at line 108 of file SiStripRawToDigiUnpacker.h.

Referenced by operator<().

size_t sistrip::RawToDigiUnpacker::Registry::index

Definition at line 109 of file SiStripRawToDigiUnpacker.h.

Referenced by BeautifulSoup.PageElement::_invert().

uint16_t sistrip::RawToDigiUnpacker::Registry::length