Skip to content

Resolve "Redesign MpdTpcDigit to BaseTpcDigit"

Slavomir Hnatic requested to merge 146-redesign-mpdtpcdigit-to-basetpcdigit into dev

We need a universal base class for Tpc Digit, to use it in universal tests. This does not change what is now in the codebase.
We will achieve this by having

MpdTpcDigit: public BaseTpcDigit

BaseTpcDigit class will contain information used in universal tests, everything else is in particular implementations

DO NOT REMOVE THIS BOXED MESSAGE

Code in this merge request is subject to review by Code Owners.
The list of reviewers is posted in the comments section.
After all of the code is approved, please put a brief notice about it at the beginning of this message.

NOTE: Merging this code without getting it approved by Code Owners will result in suspending your developer rights!!!


Closes #146 (closed)

Edited by Slavomir Hnatic

Merge request reports