11#ifndef INDETREADOUTGEOMETRY_SICELLID_H
12#define INDETREADOUTGEOMETRY_SICELLID_H
bool operator==(const SiCellId &other) const
Test equality.
int strip() const
Get strip number. Equivalent to phiIndex().
SiCellId()
Constructor. Set in invalid state.
int phiIndex() const
Get phi index. Equivalent to strip().
bool operator!=(const SiCellId &other) const
Test inequality.
unsigned int word() const
bool isValid() const
Test if its in a valid state.
int etaIndex() const
Get eta index.
bool operator<(const SiCellId &other) const
Operator for sorting.
Identifier for the strip or pixel cell.
std::ostream & operator<<(std::ostream &os, const SiCellId &cellId)