diff --git a/scripts/checkTrackSelection.py b/scripts/checkTrackSelection.py index 419d54a..2676036 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 17:02:22 +# @Last Modified time: 2017-05-03 17:03:17 import ROOT as r import os @@ -18,7 +18,7 @@ with open(macros + 'Fills.dat', 'rb') as f: fills = f.read().splitlines() -# fills = [2797, 3108, 3478, 4518, 4643, 4856, 5162, 5448] +fills = [3478, 4518, 4643, 4856, 5162, 5448] dets = ['TT', 'IT'] val = {'TT': 5, 'IT': 7} layer = {'TT': 'TTaU', 'IT': 'T3X2'}