diff --git a/scripts/checkTrackSelection.py b/scripts/checkTrackSelection.py index 32a25f8..bd9eaea 100644 --- a/scripts/checkTrackSelection.py +++ b/scripts/checkTrackSelection.py @@ -3,7 +3,7 @@ # @Author: Elena Graverini # @Date: 2015-10-27 18:26:49 # @Last Modified by: Elena Graverini -# @Last Modified time: 2017-05-03 15:03:54 +# @Last Modified time: 2017-05-03 15:07:55 import ROOT as r import os @@ -138,7 +138,7 @@ t_sig = f.Get('STADCTrackMonitor/HitInfo/%s' % layer[det]) printSelection(f, t_sig, det, fill, stat) - for step in [0., 54.]: + for step in [0, 12, 48, 54, 60]: printADC(f, t_sig, det, fill, stat, step) f.Close()