TPCCondData
|
#include <TimePixPixelMode.h>
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. More... | |
bool | operator== (PixelKey const pixelkey) const |
PixelKey1 == PixelKey2: if chipID1 == chipID2 and pixelID1 == pixelID2. More... | |
Public Attributes | |
int | ChipID |
The chipID. More... | |
int | PixelID |
The pixelID. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const TimePixPixelMode::PixelKey &pixelkey) |
Definition at line 53 of file TimePixPixelMode.h.
tpcconddata::TimePixPixelMode::PixelKey::PixelKey | ( | int | _chipID, |
int | _pixelID | ||
) |
Definition at line 89 of file TimePixPixelMode.cc.
Definition at line 60 of file TimePixPixelMode.h.
|
inline |
PixelKey1 < PixelKey2: if chipID1 < chipID2 or if chipID1 == chipID2 and pixelID1 < pixelID2.
Definition at line 70 of file TimePixPixelMode.h.
|
inline |
PixelKey1 == PixelKey2: if chipID1 == chipID2 and pixelID1 == pixelID2.
Definition at line 79 of file TimePixPixelMode.h.
|
friend |
Definition at line 84 of file TimePixPixelMode.h.
int tpcconddata::TimePixPixelMode::PixelKey::ChipID |
The chipID.
Definition at line 57 of file TimePixPixelMode.h.
int tpcconddata::TimePixPixelMode::PixelKey::PixelID |
The pixelID.
Definition at line 58 of file TimePixPixelMode.h.