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

#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)
 

Detailed Description

Definition at line 53 of file TimePixPixelMode.h.

Constructor & Destructor Documentation

tpcconddata::TimePixPixelMode::PixelKey::PixelKey ( int  _chipID,
int  _pixelID 
)

Definition at line 89 of file TimePixPixelMode.cc.

Member Function Documentation

bool tpcconddata::TimePixPixelMode::PixelKey::operator() ( PixelKey pk1,
PixelKey pk2 
)
inline

Definition at line 60 of file TimePixPixelMode.h.

bool tpcconddata::TimePixPixelMode::PixelKey::operator< ( PixelKey const  pixelkey) const
inline

PixelKey1 < PixelKey2: if chipID1 < chipID2 or if chipID1 == chipID2 and pixelID1 < pixelID2.

Definition at line 70 of file TimePixPixelMode.h.

bool tpcconddata::TimePixPixelMode::PixelKey::operator== ( PixelKey const  pixelkey) const
inline

PixelKey1 == PixelKey2: if chipID1 == chipID2 and pixelID1 == pixelID2.

Definition at line 79 of file TimePixPixelMode.h.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const TimePixPixelMode::PixelKey pixelkey 
)
friend

Definition at line 84 of file TimePixPixelMode.h.

Member Data Documentation

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.


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