Defined in file: hzBasedefs.h
A HadronZoo system id is just a 64-bit unique id, created as a class to protect it. The id value can be set, read and compared but not otherwise operated upon.
Constructors/Detructors
| hzSysID* | hzSysID | (void) | |
| Default constructor | hzSysID() | Not specified in code. Default applies |
Overloaded operators:
| uint64_t | operator uint64_t | (void) | |
| bool | operator! | (void) | |
| bool | operator< | (hzSysID& op) | |
| hzSysID& | operator= | (hzSysID& xid) | |
| hzSysID& | operator= | (uint64_t val) | |
| bool | operator== | (hzSysID& op) | |
| bool | operator> | (hzSysID& op) |
Member Variables:
| uint64_t | m_Value | The id |