Skip to content

Make CbmDigiData, CbmDigiEvent and CbmDigiTimeslice classes (previously...

Volker Friese requested to merge v.friese/cbmroot:digievent into master

These were previously structs, which probably creates problems when streamed to a ROOT file. DigiEvent and DigiData now contain, when compiled against ROOT, the ROOT streamers through the ClassDef macro.

Merge request reports