Skip to content

MdtCondDBData: Pass the MdtIdHelper

Johannes Junggeburth requested to merge (removed):MdtCondCBData into master

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

Adding: @nkoehler, @cheidegg

Merge request reports