macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
bool operator<(const TrigMonTimer &lhs, const TrigMonTimer &rhs)
bool operator==(const TrigMonTimer &lhs, const TrigMonTimer &rhs)
double elapsed(const TrigMonTimer &start) const
uint32_t getMicroSec() const
double getElapsed(const TrigMonTimer &start) const
uint32_t getEncoded() const