MuonTesterTree: Fix cppcheck warning.

Merged Scott Snyder requested to merge ssnyder/athena:cppcheck.MuonTesterTree-20230607 into 23.0

When a virtual function is called from a ctor, the one in the same class as the ctor is called, not the one in the most-derived class. Explicitly qualify such a call.

Merge request reports