Skip to content
Snippets Groups Projects

InDetTrackSummaryHelperTool: Fix clang warning.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -103,7 +103,7 @@ namespace InDet {
/** this method simply updaes the shared hit content - it is designed/optimised for track collection merging */
virtual void updateSharedHitCount(const Trk::Track& track,
Trk::TrackSummary& summary) const override {
updateSharedHitCount(track,summary);
updateSharedHitCount(track,nullptr,summary);
}
/** this method simply updaes the electron PID content - it is designed/optimised for track collection merging */
Loading