diff --git a/scripts/checkTrackSelection.py b/scripts/checkTrackSelection.py index a59d574..aaf6b7c 100644 --- a/scripts/checkTrackSelection.py +++ b/scripts/checkTrackSelection.py @@ -217,7 +217,7 @@ f = r.TFile(location[det] + '%s.root' % fill, 'read') t_sig = f.Get('STADCTrackMonitor/HitInfo/%s' % layer[det]) - f, t_sig = printSelection(f, t_sig, det, fill, stat, good_steps=False) + f, t_sig = printSelection(f, t_sig, det, fill, stat, good_steps=True) if '--steps' in sys.argv: for step in [0, 12, 48, 54, 60]: f, t_sig = printADC(f, t_sig, det, fill, stat, step)