diff --git a/scripts/checkTrackSelection.py b/scripts/checkTrackSelection.py index 85fc404..6de0723 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:36:09 +# @Last Modified time: 2017-05-03 15:39:04 import ROOT as r import os @@ -72,7 +72,7 @@ def printADC(f, t_sig, det, fill, stat, step): - if step > 30: + if step > 10: print t_sig.Draw("val%s>>hsig%s(210,-35, 175)" % (val[det], step), "odinStep==%s" % step, "goff") # , stat, 0) else: print t_sig.Draw("val%s>>hsig%s(210,-35, 175)" % (val[det], step), "odinStep==%s" % step, "goff", stat, 0)