MarlinTPC
1.2.0
|
Public Member Functions | |
PixelKey (int _chipID, int _pixelID) | |
bool | operator() (PixelKey *pk1, PixelKey *pk2) |
bool | operator< (PixelKey const pixelkey) const |
PixelKey1 < PixelKey2: if chipID1 < chipID2 or if chipID1 == chipID2 and pixelID1 < pixelID2. | |
bool | operator== (PixelKey const pixelkey) const |
PixelKey1 == PixelKey2: if chipID1 == chipID2 and pixelID1 == pixelID2. | |
Public Attributes | |
int | ChipID |
The chipID. | |
int | PixelID |
The pixelID. | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const TimePixPixelMode::PixelKey &pixelkey) |