Skip to content

Fix constructor of PrPixelTrack to avoid undefined behaviour

Christoph Hasse requested to merge FixConstructor into future

This removes the unused constructor and moves the necessary initialization of some member variables into the constructor that is actually used in the PrPixelTracking.cpp

Merge request reports