#include <MTDDigitizerTypes.h>
Public Member Functions | |
MTDCellId () | |
MTDCellId (const DetId &id) | |
MTDCellId (const DetId &id, uint8_t row, uint8_t col) | |
bool | operator== (const MTDCellId &eq) const |
Public Attributes | |
const uint8_t | column_ |
const uint32_t | detid_ |
const uint8_t | row_ |
Definition at line 22 of file MTDDigitizerTypes.h.
|
inline |
Definition at line 23 of file MTDDigitizerTypes.h.
|
inline |
Definition at line 26 of file MTDDigitizerTypes.h.
|
inline |
Definition at line 27 of file MTDDigitizerTypes.h.
|
inline |
const uint8_t mtd_digitizer::MTDCellId::column_ |
Definition at line 25 of file MTDDigitizerTypes.h.
Referenced by operator==().
const uint32_t mtd_digitizer::MTDCellId::detid_ |
Definition at line 24 of file MTDDigitizerTypes.h.
Referenced by operator==().
const uint8_t mtd_digitizer::MTDCellId::row_ |
Definition at line 25 of file MTDDigitizerTypes.h.
Referenced by operator==().