diff --git a/scripts/checkTrackSelection.py b/scripts/checkTrackSelection.py index 21a4a5e..00d2613 100644 --- a/scripts/checkTrackSelection.py +++ b/scripts/checkTrackSelection.py @@ -80,4 +80,4 @@ if __name__ == '__main__': for det in dets: for fill in fills: - printSelection(fill, stat) + printSelection(det, fill, stat)