#include <CondFormats/EcalObjects/interface/EcalXtalGroupId.h>
Public Member Functions | |
EcalXtalGroupId (const unsigned int &id) | |
EcalXtalGroupId () | |
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_ |
Definition at line 9 of file EcalXtalGroupId.h.
EcalXtalGroupId::EcalXtalGroupId | ( | ) | [inline] |
EcalXtalGroupId::EcalXtalGroupId | ( | const unsigned int & | id | ) | [inline] |
Definition at line 20 of file EcalXtalGroupId.h.
References id_.
Referenced by EcalTrivialObjectAnalyzer::analyze(), operator<(), operator<=(), operator==(), operator>(), operator>=(), EcalTBWeightUncalibRecHitProducer::produce(), EcalWeightUncalibRecHitProducer::produce(), and EcalUnpackerWorker::work().
00020 { 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>=().