Modernize old GOD-generated event headers
- add [[nodiscard]]
- do not inject GaudiUtils::operator<< into namespace LHCb
- define one-line inline functions when they are declared
- do not add redundant destructor declarations
- have setters return reference to *this
- prefer direct member initialization