#include <EcalXtalGroupId.h>
Public Member Functions | |
EcalXtalGroupId () | |
EcalXtalGroupId (const unsigned int &id) | |
const unsigned int | id () const |
bool | operator< (const EcalXtalGroupId &rhs) const |
bool | operator<= (const EcalXtalGroupId &rhs) const |
bool | operator== (const EcalXtalGroupId &rhs) const |
bool | operator> (const EcalXtalGroupId &rhs) const |
bool | operator>= (const EcalXtalGroupId &rhs) const |
Private Attributes | |
unsigned int | id_ |
Author: Shahram Rahatlou, University of Rome & INFN Created: 22 Feb 2006
Definition at line 9 of file EcalXtalGroupId.h.
EcalXtalGroupId::EcalXtalGroupId | ( | ) | [inline] |
Definition at line 11 of file EcalXtalGroupId.h.
: id_(0){}
EcalXtalGroupId::EcalXtalGroupId | ( | const unsigned int & | id | ) | [inline] |
Definition at line 12 of file EcalXtalGroupId.h.
: id_(id){}
const unsigned int EcalXtalGroupId::id | ( | void | ) | const [inline] |
Definition at line 20 of file EcalXtalGroupId.h.
References id_.
Referenced by operator<(), operator<<(), operator<=(), operator==(), operator>(), operator>=(), EcalTBWeightUncalibRecHitProducer::produce(), EcalUncalibRecHitWorkerWeights::run(), and EcalUncalibRecHitWorkerGlobal::run().
{ return id_; }
bool EcalXtalGroupId::operator< | ( | const EcalXtalGroupId & | rhs | ) | const [inline] |
bool EcalXtalGroupId::operator<= | ( | const EcalXtalGroupId & | rhs | ) | const [inline] |
bool EcalXtalGroupId::operator== | ( | const EcalXtalGroupId & | rhs | ) | const [inline] |
bool EcalXtalGroupId::operator> | ( | const EcalXtalGroupId & | rhs | ) | const [inline] |
bool EcalXtalGroupId::operator>= | ( | const EcalXtalGroupId & | rhs | ) | const [inline] |
unsigned int EcalXtalGroupId::id_ [private] |
Definition at line 23 of file EcalXtalGroupId.h.
Referenced by id(), operator<(), operator<=(), operator==(), operator>(), and operator>=().