MarlinTPC  1.2.0
Public Member Functions | Public Attributes | Friends | List of all members
tpcconddata::TimePixPixelMode::PixelKey Struct Reference

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)
 

The documentation for this struct was generated from the following files: