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 constructorhzSysID()Not specified in code. Default applies

Overloaded operators:

uint64_toperator uint64_t(void)
booloperator!(void)
booloperator<(hzSysID& op)
hzSysID&operator=(hzSysID& xid)
hzSysID&operator=(uint64_t val)
booloperator==(hzSysID& op)
booloperator>(hzSysID& op)

Member Variables:

uint64_tm_ValueThe id