The source project of this merge request has been removed.
MdtCondDBData: Pass the MdtIdHelper
Hi,
the MdtCondDBData
has a contra-intuitive interface, in particular, the isGood
method to check whether the identifier is good or not. That's just checking if the identifier can be found in one of the various data-member vectors. The main reason for the short-coming is that the class cannot transform between tubeId, chamberId and multiLayerId due to the missing MdtIdHelper. That data member is now added during the construction phase of the class