Skip to content

Commit

Permalink
add UEPS code for stage 1
Browse files Browse the repository at this point in the history
  • Loading branch information
edjtscott committed Feb 22, 2019
1 parent d411c4a commit 4c3b02d
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 29 deletions.
16 changes: 12 additions & 4 deletions Datacard/cleanDatacard.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
parser.add_option("-f","--factor",default=5.,help="Factor beyond which uncertainty is considered incorrect and is removed")
parser.add_option("--removeDoubleSided",default=False,action="store_true",help="Remove any nuisances which are listed as antisymmetric but both values point the same way")
parser.add_option("--removeNonDiagonal",default=False,action="store_true",help="Remove any nuisances which are affect processes unimportant in that category")
parser.add_option("--addYear",default=True,action="store_true",help="Add the year to names to facilitate combination")
parser.add_option("--verbose",default=False,action="store_true",help="Spit out all the cleaning being done")
(opts,args)=parser.parse_args()

Expand Down Expand Up @@ -53,6 +54,9 @@ def isDiag( proc, cat):
outFile.write('%s'%line)
continue
if vals[1]!='lnN':
if not line.count('hggpdfsmrel_13TeV_2016_'): line = line.replace('hggpdfsmrel_13TeV_','hggpdfsmrel_13TeV_2016_')
if not line.count('13TeV_2016_bkgshape'): line = line.replace('13TeV_bkgshape','13TeV_2016_bkgshape')
if line.count('pdfindex') and not line.count('_13TeV_2016'): line = line.replace('_13TeV','_13TeV_2016')
outFile.write('%s'%line)
continue
print
Expand Down Expand Up @@ -90,13 +94,17 @@ def isDiag( proc, cat):
print 'Asymmetric: replacing high value of %1.3f with 1'%valHi
valHi = 1
if opts.removeDoubleSided and valHi > 1.000001 and valLo > 1.000001:
line += '%1.3f '%(0.5*(valHi+valLo))
#line += '%1.3f '%(0.5*(valHi+valLo))
line += '%1.3f '%(max(valHi,valLo))
if opts.verbose:
print 'DoubleSided: replacing %1.3f/%1.3f with %1.3f'%(valLo, valHi, 0.5*(valHi+valLo))
#print 'DoubleSided: replacing %1.3f/%1.3f with %1.3f'%(valLo, valHi, 0.5*(valHi+valLo))
print 'DoubleSided: replacing %1.3f/%1.3f with %1.3f'%(valLo, valHi, max(valHi,valLo))
elif opts.removeDoubleSided and valHi < 0.999999 and valLo < 0.999999:
line += '%1.3f '%(0.5*(valHi+valLo))
#line += '%1.3f '%(0.5*(valHi+valLo))
line += '%1.3f '%(min(valHi,valLo))
if opts.verbose:
print 'DoubleSided: replacing %1.3f/%1.3f with %1.3f'%(valLo, valHi, 0.5*(valHi+valLo))
#print 'DoubleSided: replacing %1.3f/%1.3f with %1.3f'%(valLo, valHi, 0.5*(valHi+valLo))
print 'DoubleSided: replacing %1.3f/%1.3f with %1.3f'%(valLo, valHi, min(valHi,valLo))
else:
line += '%1.3f/%1.3f '%(valLo,valHi)
else:
Expand Down
6 changes: 3 additions & 3 deletions Datacard/makeStage1Datacard.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def printUEPSSyst():
continue
else: continue
for cat in options.cats:
if not ('GG2H' in proc or 'VBF' in proc):
if not (proc.startswith('GG2H') or proc.startswith('VBF')):
continue
elif not (cat in incCats or cat in dijetCats):
continue
Expand All @@ -760,7 +760,7 @@ def printUEPSSyst():
procValues[cat] = value
elif wsDown and not wsUp: #one variation missing so compare to central
dataDown = "%s_%sDown_13TeV_%s" % (abbrev,uncertainty,cat)
weightDown = wsUp.data(dataDown).sumEntries()
weightDown = wsDown.data(dataDown).sumEntries()
weightNom = inWS.data("%s_%d_13TeV_%s"%(proc,options.mass,cat)).sumEntries()
delta = weightNom - weightDown
if weightNom > 0.: value = 1. + (delta / weightNom )
Expand All @@ -772,7 +772,7 @@ def printUEPSSyst():
for cat in options.cats:
for proc in options.procs:
proc = flashggProcs[proc]
if not ('GG2H' in proc or 'VBF' in proc):
if not (proc.startswith('GG2H') or proc.startswith('VBF')):
lines[uncertainty] += '- '
continue
elif not (cat in incCats or cat in dijetCats):
Expand Down
4 changes: 2 additions & 2 deletions Datacard/ueps_lines.dat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CMS_hgg_UE lnN - - - 1.025 0.708 0.925 1.000 1.000 - - 0.786 - 0.965 1.046 - 1.000 1.001 0.874 - 1.143 - - 0.977 - - - - 1.000 - 1.000 - - 0.997 0.925 - 0.974 0.863 0.378 - - - - 1.216 0.839 0.955 1.000 1.000 - - 0.000 - 0.746 0.508 - 1.000 1.033 0.855 - 1.294 - - 0.966 - - - - 0.000 - 1.000 - - 0.966 0.955 - 0.991 1.055 1.000 - - - - 1.581 0.843 1.019 1.000 1.000 - - 2.000 - 0.913 0.870 - 1.000 1.019 1.129 - 0.720 - - 0.964 - - - - 1.000 - 1.000 - - 0.990 1.019 - 1.001 0.912 1.000 - - - - 1.316 1.093 1.053 1.000 1.000 - - 1.000 - 1.000 2.000 - 1.000 1.028 1.007 - 1.034 - - 1.127 - - - - 1.000 - 1.000 - - 0.973 1.053 - 0.956 3.102 1.000 - - - - 1.321 1.156 0.983 1.000 1.000 - - 2.000 - 1.000 1.000 - 1.000 1.005 0.995 - 0.687 - - 0.911 - - - - 1.000 - 1.000 - - 1.035 0.983 - 0.993 0.877 0.000 - - - - 0.987 0.844 0.954 1.000 1.000 - - 1.698 - 1.113 1.293 - 1.000 1.371 5.749 - 1.101 - - 0.984 - - - - 1.000 - 1.000 - - 0.986 0.954 - 0.933 0.994 1.000 - - - - 0.614 0.952 1.005 1.000 1.000 - - 0.727 - 0.951 0.768 - 1.000 1.024 0.932 - 1.220 - - 0.986 - - - - 1.000 - 1.000 - - 0.997 1.005 - 0.936 1.089 1.000 - - - - 0.949 1.425 1.057 1.000 1.000 - - 1.124 - 0.963 0.908 - 1.000 1.000 1.000 - 1.169 - - 2.063 - - - - 0.871 - 1.000 - - 0.967 1.057 - 0.000 1.111 1.447 - - - - 0.692 0.849 1.036 1.000 1.000 - - 1.090 - 0.967 0.984 - 1.000 1.000 1.000 - 0.987 - - 0.617 - - - - 1.506 - 1.000 - - 1.004 1.036 - 0.777 1.569 1.000 - - - - 2.000 16.997 1.182 1.000 1.000 - - 1.026 - 1.094 2.556 - 1.000 1.000 1.000 - 0.870 - - 1.000 - - - - 1.022 - 1.000 - - 1.131 1.182 - 1.000 1.000 0.937 - - - - 0.722 1.394 1.120 1.000 1.000 - - -0.130 - 1.000 1.000 - 1.000 0.996 0.988 - 1.019 - - 1.112 - - - - 1.000 - 1.000 - - 1.020 1.120 - 0.983 1.280 1.000 - - - - 0.563 0.793 1.159 1.000 1.000 - - 1.678 - 1.000 1.000 - 1.000 1.052 1.028 - 0.955 - - 1.168 - - - - 1.000 - 1.000 - - 0.986 1.159 - 0.959 0.753 1.000 - - - - 0.685 2.019 1.027 1.000 1.000 - - 0.875 - 0.757 0.962 - 1.000 -2.815 0.243 - 0.908 - - 0.954 - - - - 1.000 - 1.000 - - 0.954 1.027 - 0.497 1.008 1.000 - - - - 0.497 0.963 1.176 1.000 1.000 - - 1.023 - 2.255 1.061 - 1.000 0.916 0.827 - 1.035 - - 1.009 - - - - 1.000 - 1.000 - - 0.993 1.176 - 0.534 1.018 2.000 - - - - 0.644 1.030 0.933 1.000 1.000 - - 1.037 - 1.018 0.994 - 1.000 1.000 1.000 - 1.074 - - 1.614 - - - - 1.038 - 1.000 - - 1.025 0.933 - 1.000 1.394 1.013 - - - - 0.640 1.458 0.931 1.000 1.000 - - 0.988 - 0.959 1.004 - 1.000 1.000 0.000 - 0.934 - - 0.283 - - - - 0.346 - 1.000 - - 0.993 0.931 - 1.000 0.857 1.091 - - - - 0.790 24.135 0.764 1.000 1.000 - - 0.956 - 1.063 0.662 - 1.000 1.000 1.000 - 1.043 - - 1.000 - - - - 0.958 - 1.000 - - 1.104 0.764 - 1.000 1.000 0.984 - - - - 1.410 1.308 0.939 1.000 1.000 - - 1.042 - 0.637 1.310 - 1.000 1.000 1.000 - 0.871 - - 1.000 - - - - 1.108 - 1.000 - - 0.965 0.939 - 1.000 1.000 1.066 - - - - 1.541 1.109 1.012 1.000 1.000 - - 1.444 - 1.168 1.015 - 1.000 0.786 1.084 - 1.134 - - 0.956 - - - - 1.000 - 1.000 - - 0.873 1.012 - 0.859 1.356 0.806 - - - - 1.458 0.732 1.006 1.000 1.000 - - 0.805 - 0.771 0.966 - 1.000 0.931 0.792 - 1.728 - - 0.946 - - - - 0.858 - 1.000 - - 0.983 1.006 - 0.669 0.842 1.359 - - - - 0.446 1.064 1.079 1.000 1.000 - - 0.907 - 0.900 1.015 - 1.000 1.014 0.894 - 1.173 - - 1.226 - - - - 2.272 - 1.000 - - 1.045 1.079 - 1.334 0.755 0.980 - - - - 0.275 0.916 1.021 1.000 1.000 - - 1.168 - 1.695 0.920 - 1.000 1.147 0.582 - 0.999 - - 0.988 - - - - 0.349 - 1.000 - - 0.973 1.021 - 1.194 0.864 1.113 - - - - 0.543 1.073 1.085 1.000 1.000 - - 0.892 - 1.083 0.998 - 1.000 1.057 0.943 - 1.238 - - 0.829 - - - - 1.456 - 1.000 - - 1.009 1.085 - 1.181 0.921 1.128 - - - - 0.433 1.179 0.749 1.000 1.000 - - 0.957 - -1.393 0.939 - 1.000 0.000 1.339 - 0.894 - - 2.000 - - - - 1.050 - 1.000 - - 0.801 0.749 - 2.000 0.216 1.083 -
CMS_hgg_PS lnN - - - 1.181 6.354 0.843 1.000 1.000 - - 2.007 - 0.554 0.813 - 1.000 0.987 1.075 - 0.514 - - 0.913 - - - - -0.009 - 1.000 - - 0.964 0.987 - 0.978 1.351 2.067 - - - - 2.675 0.966 0.808 1.000 1.000 - - 1.905 - 2.264 3.866 - 1.000 1.025 0.829 - 0.640 - - 1.024 - - - - 1.000 - 1.000 - - 0.967 0.960 - 1.000 1.320 0.000 - - - - 0.444 0.528 0.747 1.000 1.000 - - 1.000 - 1.096 0.419 - 1.000 1.003 0.960 - 0.602 - - 1.005 - - - - 1.000 - 1.000 - - 0.933 1.038 - 1.037 0.948 1.000 - - - - 0.842 0.998 0.757 1.000 1.000 - - 5.653 - 1.000 1.000 - 1.000 1.024 1.065 - 1.210 - - 1.042 - - - - 1.000 - 1.000 - - 1.038 1.150 - 0.975 0.107 1.000 - - - - 1.186 1.148 0.866 1.000 1.000 - - 0.258 - 1.000 1.000 - 1.000 0.972 0.939 - 0.711 - - 1.038 - - - - 1.000 - 1.000 - - 1.011 1.196 - 0.999 1.664 1.000 - - - - 1.635 0.915 0.849 1.000 1.000 - - 1.672 - 1.222 2.340 - 1.000 0.680 0.037 - 1.031 - - 0.996 - - - - 1.000 - 1.000 - - 1.000 1.182 - 1.037 1.012 1.000 - - - - 1.063 0.925 0.749 1.000 1.000 - - 0.785 - 0.962 0.933 - 1.000 0.847 0.910 - 1.002 - - 1.030 - - - - 1.000 - 1.000 - - 0.995 1.152 - 0.887 1.115 1.000 - - - - 1.028 4.260 0.904 1.000 1.000 - - 1.024 - 1.147 0.710 - 1.000 1.000 1.000 - 0.960 - - 8.841 - - - - 2.021 - 1.000 - - 0.985 1.086 - 1.000 1.000 0.523 - - - - 0.818 3.479 0.891 1.000 1.000 - - 1.150 - 1.055 0.944 - 1.000 1.000 1.000 - 0.949 - - 0.608 - - - - 0.258 - 1.000 - - 0.944 1.159 - -0.898 0.282 -0.036 - - - - 1.000 1.000 0.852 1.000 1.000 - - 0.999 - 0.891 1.000 - 1.000 1.000 1.000 - 0.699 - - 1.000 - - - - 1.093 - 1.000 - - 0.915 1.149 - 1.000 1.000 1.102 - - - - 0.325 0.656 0.849 1.000 1.000 - - 1.384 - 1.000 1.000 - 1.000 0.901 1.024 - 1.006 - - 204.807 - - - - 1.000 - 1.000 - - 1.069 1.141 - 0.916 1.264 1.000 - - - - 0.654 1.138 0.896 1.000 1.000 - - 1.062 - 1.000 372.942 - 1.000 1.071 0.992 - 0.971 - - 1.156 - - - - 1.000 - 1.000 - - 1.019 1.063 - 1.103 1.015 1.000 - - - - 0.436 0.875 0.750 1.000 1.000 - - 1.060 - 2.479 1.177 - 1.000 1.000 0.950 - 1.008 - - 0.937 - - - - 1.000 - 1.000 - - 0.965 1.058 - 1.000 0.949 1.000 - - - - 0.458 1.163 0.845 1.000 1.000 - - 0.976 - 4.643 1.745 - 1.000 0.727 0.563 - 0.883 - - 1.088 - - - - 1.000 - 1.000 - - 0.961 1.122 - 0.573 1.088 1.000 - - - - 1.786 1.360 0.878 1.000 1.000 - - 0.849 - 0.830 0.938 - 1.000 1.000 1.000 - 0.933 - - -0.346 - - - - 1.000 - 1.000 - - 0.976 1.249 - 1.000 0.554 0.981 - - - - 0.437 1.190 0.870 1.000 1.000 - - 1.005 - 0.825 0.903 - 1.000 1.000 1.000 - 0.934 - - 1.123 - - - - 1.415 - 1.000 - - 0.937 1.145 - 0.496 0.772 1.725 - - - - 1.000 1.000 0.948 1.000 1.000 - - 1.028 - 0.276 1.798 - 1.000 1.000 1.000 - 0.902 - - 1.000 - - - - 1.020 - 1.000 - - 1.044 1.188 - 1.000 1.000 0.994 - - - - -0.161 -0.348 0.864 1.000 1.000 - - 1.040 - 1.000 0.517 - 1.000 1.000 1.000 - 0.828 - - 1.000 - - - - 4.358 - 1.000 - - 0.946 1.127 - 1.000 1.000 0.980 - - - - 3.888 0.884 1.013 1.000 1.000 - - 1.242 - 0.488 0.649 - 1.000 2.674 1.000 - 0.367 - - 1.553 - - - - 1.000 - 1.000 - - 1.137 1.190 - 0.217 1.601 1.295 - - - - 5.019 1.129 1.047 1.000 1.000 - - 1.030 - 2.651 -0.015 - 1.000 0.864 2.198 - 1.492 - - 0.922 - - - - 1.000 - 1.000 - - 1.258 1.167 - 5.251 3.063 2.651 - - - - 0.247 0.789 0.931 1.000 1.000 - - 0.804 - 1.012 1.601 - 1.000 1.003 0.056 - 0.812 - - 0.773 - - - - 0.672 - 1.000 - - 0.941 1.125 - 0.352 10.391 0.678 - - - - 0.295 1.987 0.893 1.000 1.000 - - 1.061 - 1.043 1.511 - 1.000 1.368 1.529 - 1.062 - - 0.670 - - - - 1.451 - 1.000 - - 0.968 1.132 - 2.971 1.490 0.912 - - - - 0.293 2.262 0.918 1.000 1.000 - - 0.675 - 1.469 1.396 - 1.000 0.262 1.528 - 0.987 - - 0.714 - - - - 2.970 - 1.000 - - 1.012 0.956 - 0.937 1.049 0.906 - - - - 0.413 1.820 0.944 1.000 1.000 - - 1.084 - 0.506 0.569 - 1.000 1.000 1.000 - 0.969 - - 1.000 - - - - 0.738 - 1.000 - - 1.025 1.414 - 1.000 1.352 1.047 -
CMS_hgg_UE lnN - - - 1.025 0.708 0.925 - - - - 0.786 - 0.965 1.046 - - 1.001 0.874 - 1.143 - - 0.977 - - - - 1.000 - - - - 0.997 0.925 - 0.974 0.863 0.378 - - - - 1.216 0.839 0.955 - - - - 0.000 - 0.746 0.508 - - 1.033 0.855 - 1.294 - - 0.966 - - - - 0.000 - - - - 0.966 0.955 - 0.991 1.055 1.000 - - - - 1.581 0.843 1.019 - - - - 2.000 - 0.913 0.870 - - 1.019 1.129 - 0.720 - - 0.964 - - - - 1.000 - - - - 0.990 1.019 - 1.001 0.912 1.000 - - - - 1.316 1.093 1.053 - - - - 1.000 - 1.000 2.000 - - 1.028 1.007 - 1.034 - - 1.127 - - - - 1.000 - - - - 0.973 1.053 - 0.956 3.102 1.000 - - - - 1.321 1.156 0.983 - - - - 2.000 - 1.000 1.000 - - 1.005 0.995 - 0.687 - - 0.911 - - - - 1.000 - - - - 1.035 0.983 - 0.993 0.877 0.000 - - - - 0.987 0.844 0.954 - - - - 1.698 - 1.113 1.293 - - 1.371 5.749 - 1.101 - - 0.984 - - - - 1.000 - - - - 0.986 0.954 - 0.933 0.994 1.000 - - - - 0.614 0.952 1.005 - - - - 0.727 - 0.951 0.768 - - 1.024 0.932 - 1.220 - - 0.986 - - - - 1.000 - - - - 0.997 1.005 - 0.936 1.089 1.000 - - - - 0.949 1.425 1.057 - - - - 1.124 - 0.963 0.908 - - 1.000 1.000 - 1.169 - - 2.063 - - - - 0.871 - - - - 0.967 1.057 - 0.000 1.111 1.447 - - - - 0.692 0.849 1.036 - - - - 1.090 - 0.967 0.984 - - 1.000 1.000 - 0.987 - - 0.617 - - - - 1.506 - - - - 1.004 1.036 - 0.777 1.569 1.000 - - - - 2.000 16.997 1.182 - - - - 1.026 - 1.094 2.556 - - 1.000 1.000 - 0.870 - - 1.000 - - - - 1.022 - - - - 1.131 1.182 - 1.000 1.000 0.937 - - - - 0.722 1.394 1.120 - - - - -0.130 - 1.000 1.000 - - 0.996 0.988 - 1.019 - - 1.112 - - - - 1.000 - - - - 1.020 1.120 - 0.983 1.280 1.000 - - - - 0.563 0.793 1.159 - - - - 1.678 - 1.000 1.000 - - 1.052 1.028 - 0.955 - - 1.168 - - - - 1.000 - - - - 0.986 1.159 - 0.959 0.753 1.000 - - - - 0.685 2.019 1.027 - - - - 0.875 - 0.757 0.962 - - -2.815 0.243 - 0.908 - - 0.954 - - - - 1.000 - - - - 0.954 1.027 - 0.497 1.008 1.000 - - - - 0.497 0.963 1.176 - - - - 1.023 - 2.255 1.061 - - 0.916 0.827 - 1.035 - - 1.009 - - - - 1.000 - - - - 0.993 1.176 - 0.534 1.018 2.000 - - - - 0.644 1.030 0.933 - - - - 1.037 - 1.018 0.994 - - 1.000 1.000 - 1.074 - - 1.614 - - - - 1.038 - - - - 1.025 0.933 - 1.000 1.394 1.013 - - - - 0.640 1.458 0.931 - - - - 0.988 - 0.959 1.004 - - 1.000 0.000 - 0.934 - - 0.283 - - - - 0.346 - - - - 0.993 0.931 - 1.000 0.857 1.091 - - - - 0.790 24.135 0.764 - - - - 0.956 - 1.063 0.662 - - 1.000 1.000 - 1.043 - - 1.000 - - - - 0.958 - - - - 1.104 0.764 - 1.000 1.000 0.984 - - - - 1.410 1.308 0.939 - - - - 1.042 - 0.637 1.310 - - 1.000 1.000 - 0.871 - - 1.000 - - - - 1.108 - - - - 0.965 0.939 - 1.000 1.000 1.066 - - - - 1.541 1.109 1.012 - - - - 1.444 - 1.168 1.015 - - 0.786 1.084 - 1.134 - - 0.956 - - - - 1.000 - - - - 0.873 1.012 - 0.859 1.356 0.806 - - - - 1.458 0.732 1.006 - - - - 0.805 - 0.771 0.966 - - 0.931 0.792 - 1.728 - - 0.946 - - - - 0.858 - - - - 0.983 1.006 - 0.669 0.842 1.359 - - - - 0.446 1.064 1.079 - - - - 0.907 - 0.900 1.015 - - 1.014 0.894 - 1.173 - - 1.226 - - - - 2.272 - - - - 1.045 1.079 - 1.334 0.755 0.980 - - - - 0.275 0.916 1.021 - - - - 1.168 - 1.695 0.920 - - 1.147 0.582 - 0.999 - - 0.988 - - - - 0.349 - - - - 0.973 1.021 - 1.194 0.864 1.113 - - - - 0.543 1.073 1.085 - - - - 0.892 - 1.083 0.998 - - 1.057 0.943 - 1.238 - - 0.829 - - - - 1.456 - - - - 1.009 1.085 - 1.181 0.921 1.128 - - - - 0.433 1.179 0.749 - - - - 0.957 - -1.393 0.939 - - 0.000 1.339 - 0.894 - - 2.000 - - - - 1.050 - - - - 0.801 0.749 - 2.000 0.216 1.083 -
CMS_hgg_PS lnN - - - 1.181 6.354 0.843 - - - - 2.007 - 0.554 0.813 - - 0.987 1.075 - 0.514 - - 0.913 - - - - -0.009 - - - - 0.964 0.987 - 0.978 1.351 2.067 - - - - 2.675 0.966 0.808 - - - - 1.905 - 2.264 3.866 - - 1.025 0.829 - 0.640 - - 1.024 - - - - 1.000 - - - - 0.967 0.960 - 1.000 1.320 0.000 - - - - 0.444 0.528 0.747 - - - - 1.000 - 1.096 0.419 - - 1.003 0.960 - 0.602 - - 1.005 - - - - 1.000 - - - - 0.933 1.038 - 1.037 0.948 1.000 - - - - 0.842 0.998 0.757 - - - - 5.653 - 1.000 1.000 - - 1.024 1.065 - 1.210 - - 1.042 - - - - 1.000 - - - - 1.038 1.150 - 0.975 0.107 1.000 - - - - 1.186 1.148 0.866 - - - - 0.258 - 1.000 1.000 - - 0.972 0.939 - 0.711 - - 1.038 - - - - 1.000 - - - - 1.011 1.196 - 0.999 1.664 1.000 - - - - 1.635 0.915 0.849 - - - - 1.672 - 1.222 2.340 - - 0.680 0.037 - 1.031 - - 0.996 - - - - 1.000 - - - - 1.000 1.182 - 1.037 1.012 1.000 - - - - 1.063 0.925 0.749 - - - - 0.785 - 0.962 0.933 - - 0.847 0.910 - 1.002 - - 1.030 - - - - 1.000 - - - - 0.995 1.152 - 0.887 1.115 1.000 - - - - 1.028 4.260 0.904 - - - - 1.024 - 1.147 0.710 - - 1.000 1.000 - 0.960 - - 8.841 - - - - 2.021 - - - - 0.985 1.086 - 1.000 1.000 0.523 - - - - 0.818 3.479 0.891 - - - - 1.150 - 1.055 0.944 - - 1.000 1.000 - 0.949 - - 0.608 - - - - 0.258 - - - - 0.944 1.159 - -0.898 0.282 -0.036 - - - - 1.000 1.000 0.852 - - - - 0.999 - 0.891 1.000 - - 1.000 1.000 - 0.699 - - 1.000 - - - - 1.093 - - - - 0.915 1.149 - 1.000 1.000 1.102 - - - - 0.325 0.656 0.849 - - - - 1.384 - 1.000 1.000 - - 0.901 1.024 - 1.006 - - 204.807 - - - - 1.000 - - - - 1.069 1.141 - 0.916 1.264 1.000 - - - - 0.654 1.138 0.896 - - - - 1.062 - 1.000 372.942 - - 1.071 0.992 - 0.971 - - 1.156 - - - - 1.000 - - - - 1.019 1.063 - 1.103 1.015 1.000 - - - - 0.436 0.875 0.750 - - - - 1.060 - 2.479 1.177 - - 1.000 0.950 - 1.008 - - 0.937 - - - - 1.000 - - - - 0.965 1.058 - 1.000 0.949 1.000 - - - - 0.458 1.163 0.845 - - - - 0.976 - 4.643 1.745 - - 0.727 0.563 - 0.883 - - 1.088 - - - - 1.000 - - - - 0.961 1.122 - 0.573 1.088 1.000 - - - - 1.786 1.360 0.878 - - - - 0.849 - 0.830 0.938 - - 1.000 1.000 - 0.933 - - -0.346 - - - - 1.000 - - - - 0.976 1.249 - 1.000 0.554 0.981 - - - - 0.437 1.190 0.870 - - - - 1.005 - 0.825 0.903 - - 1.000 1.000 - 0.934 - - 1.123 - - - - 1.415 - - - - 0.937 1.145 - 0.496 0.772 1.725 - - - - 1.000 1.000 0.948 - - - - 1.028 - 0.276 1.798 - - 1.000 1.000 - 0.902 - - 1.000 - - - - 1.020 - - - - 1.044 1.188 - 1.000 1.000 0.994 - - - - -0.161 -0.348 0.864 - - - - 1.040 - 1.000 0.517 - - 1.000 1.000 - 0.828 - - 1.000 - - - - 4.358 - - - - 0.946 1.127 - 1.000 1.000 0.980 - - - - 3.888 0.884 1.013 - - - - 1.242 - 0.488 0.649 - - 2.674 1.000 - 0.367 - - 1.553 - - - - 1.000 - - - - 1.137 1.190 - 0.217 1.601 1.295 - - - - 5.019 1.129 1.047 - - - - 1.030 - 2.651 -0.015 - - 0.864 2.198 - 1.492 - - 0.922 - - - - 1.000 - - - - 1.258 1.167 - 5.251 3.063 2.651 - - - - 0.247 0.789 0.931 - - - - 0.804 - 1.012 1.601 - - 1.003 0.056 - 0.812 - - 0.773 - - - - 0.672 - - - - 0.941 1.125 - 0.352 10.391 0.678 - - - - 0.295 1.987 0.893 - - - - 1.061 - 1.043 1.511 - - 1.368 1.529 - 1.062 - - 0.670 - - - - 1.451 - - - - 0.968 1.132 - 2.971 1.490 0.912 - - - - 0.293 2.262 0.918 - - - - 0.675 - 1.469 1.396 - - 0.262 1.528 - 0.987 - - 0.714 - - - - 2.970 - - - - 1.012 0.956 - 0.937 1.049 0.906 - - - - 0.413 1.820 0.944 - - - - 1.084 - 0.506 0.569 - - 1.000 1.000 - 0.969 - - 1.000 - - - - 0.738 - - - - 1.025 1.414 - 1.000 1.352 1.047 -

4 changes: 2 additions & 2 deletions Signal/edRunSignalScripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

#justPrint=True
##isSubmitted = True
phoSystOnly = True
#phoSystOnly = True
#useDCB = True
#sigFitOnly = True
#packageOnly = True
#sigPlotsOnly = True
sigPlotsOnly = True

print 'About to run signal scripts'
print 'isSubmitted = %s, phoSystOnly = %s, sigFitOnly = %s, sigPlotsOnly = %s'%(str(isSubmitted), str(phoSystOnly), str(sigFitOnly), str(sigPlotsOnly))
Expand Down
Loading

0 comments on commit 4c3b02d

Please sign in to comment.