Calibration does not work for McHits
When using kp.calib.Calibration.apply()
for McHits, I get an AttributeError
since McHits don't have the field dom_id
(and of course some other required fields that are also needed to create the hits table): https://git.km3net.de/km3py/km3pipe/-/blob/master/src/km3pipe/calib.py#L148
Probably, there should be a distinction between Hits and McHits before creating this hits table and then adapt the entries respectively.