diff --git a/scripts/checkTrackSelection.py b/scripts/checkTrackSelection.py index f6a506a..7fd3a32 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 11:04:15 +# @Last Modified time: 2017-05-03 11:05:26 import ROOT as r import os @@ -13,7 +13,7 @@ out_location = os.getcwd() + '/trackSel' os.system('mkdir -p %s' % out_location) -fills = [2797, 3108, 3478, 3960, 4518] +fills = [2797, 3108, 3478, 3960, 4518, 4643, 4856, 5162, 5448] dets = ['TT', 'IT'] val = {'TT': 5, 'IT': 7} layer = {'TT': 'TTaU', 'IT': 'T3X2'}