Investigate: link between MpdTpcHit and MpdKalmanHit
EDIT 2023-08-30:
the link is present MpdKalmanHit::GetIndex() returns index of corresponding MpdTpcHit in the TClonesArray of hits.
The proper way to implement this would be by inheritance class MpdKalmanHit: public MpdTpcHit.
Physically each MpdKalmanHit is also MpdTpcHit. But this is not explicitly reflected in the code.
We need to link them for inspection of quality of reconstruction.
Edited by Slavomir Hnatic