Skip to content

Make the getters of CbmTsEventHeader explicitely const

This will be needed to later access the branch in a Task context with

fEventHeader = ioman->InitObjectAs<CbmTsEventHeader const*>("EventHeader.");
if( nullptr == fEventHeader )  Fatal("CbmRichMCbmQaReal::Init", "No EventHeader!"); 

Merge request reports