Skip to content

Introduce shared_ptr for CbmTrdRadiator

Pascal Raisig requested to merge praisig/cbmroot:mcbm2021 into mcbm2021

Since, the radiator is touched within the MR, we exchange its member appearances as raw pointer with smared shared pointers. For backward compatibility with quite some amount of macros (quite some of them seem to be obsolete) forwarding constructors of CbmTrdDigitizer and CbmTrdQa have been implemented.

Merge request reports