Skip to content

Introduce digi container classes for each detector

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

Introduce digi container classes for each detector, replacing the simple concretization of DigiVector that we had up to now. The data representation remains the same, though, but the classes are now explicitly there and contain, when compiled against ROOT, a call to the ClassDef macro and thus a ROOT streamer. This should enable schema evolution in the future and thus backward compatibility in future changes to these classes.

Merge request reports