diff --git a/data/samples_info.dat b/data/samples_info.dat index 7be6c76981e7f7e80e29bb87bd00b2ded816d417..0d30dfc3ca9445ec6061b86991a98cb51062c692 100644 --- a/data/samples_info.dat +++ b/data/samples_info.dat @@ -236,6 +236,7 @@ 344896. 399102.2470703125 0.550055 344897. 394178.306640625 0.5538939 344898. 197508.46875 0.5562973 +344899. 200004.3 0.5566689 344900. 196749.7451171875 0.5495713 344901. 200006.0146484375 0.5504183 344902. 200005.330078125 0.5582849 diff --git a/python/VLQ_Samples.py b/python/VLQ_Samples.py index 2bc11f61daee2794c3db1a4b427dbb82ec643993..94204333aee06cf7099655995c01cad1fced6872 100644 --- a/python/VLQ_Samples.py +++ b/python/VLQ_Samples.py @@ -536,7 +536,6 @@ def GetHBSMSamples( useWeightSyst=False, useObjectSyst=False ): Samples += [getSampleUncertainties("bbtt_500","344067.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("bbtt_600","344068.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("bbtt_700","344069.", ObjectSystematics , WeightSystematics)] - Samples += [getSampleUncertainties("bbtt_750","344070.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("bbtt_800","344071.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("bbtt_900","344072.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("bbtt_1000","344073.", ObjectSystematics , WeightSystematics)] @@ -553,14 +552,11 @@ def GetHBSMSamples( useWeightSyst=False, useObjectSyst=False ): Samples += [getSampleUncertainties("tttt_500","344075.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("tttt_600","344076.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("tttt_700","344077.", ObjectSystematics , WeightSystematics)] - Samples += [getSampleUncertainties("tttt_750","344078.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("tttt_800","344079.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("tttt_900","344080.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("tttt_1000","344081.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("Hplus_200","341541.", ObjectSystematics , WeightSystematics)] - Samples += [getSampleUncertainties("Hplus_225","341542.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("Hplus_250","341543.", ObjectSystematics , WeightSystematics)] - Samples += [getSampleUncertainties("Hplus_275","341544.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("Hplus_300","341545.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("Hplus_350","341546.", ObjectSystematics , WeightSystematics)] Samples += [getSampleUncertainties("Hplus_400","341547.", ObjectSystematics , WeightSystematics)]