From febb7418e05390470c0f76caa74fc9af850b0ffc Mon Sep 17 00:00:00 2001 From: "Nicola.Orlando@cern.ch" <orlando@at307.pic.es> Date: Mon, 26 Jun 2017 17:41:55 +0200 Subject: [PATCH 1/3] Fixing warning due to missing samples in VLQ_Samples.py --- python/VLQ_Samples.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/VLQ_Samples.py b/python/VLQ_Samples.py index 2bc11f6..3a28e71 100644 --- a/python/VLQ_Samples.py +++ b/python/VLQ_Samples.py @@ -558,9 +558,7 @@ def GetHBSMSamples( useWeightSyst=False, useObjectSyst=False ): 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)] -- GitLab From 3636259e167ea56808f6b733d1257ba80c4d3d22 Mon Sep 17 00:00:00 2001 From: "Nicola.Orlando@cern.ch" <orlando@at301.pic.es> Date: Tue, 27 Jun 2017 10:43:38 +0200 Subject: [PATCH 2/3] adding ttbb 500 GeV in samples_info.dat --- data/samples_info.dat | 1 + 1 file changed, 1 insertion(+) diff --git a/data/samples_info.dat b/data/samples_info.dat index 7be6c76..0d30dfc 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 -- GitLab From 5ddb91db9916b36e72f06f72fa82b3d8407f501e Mon Sep 17 00:00:00 2001 From: "Nicola.Orlando@cern.ch" <orlando@at301.pic.es> Date: Tue, 27 Jun 2017 11:01:56 +0200 Subject: [PATCH 3/3] Removing fish form VLQ_Samples.py --- python/VLQ_Samples.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/VLQ_Samples.py b/python/VLQ_Samples.py index 3a28e71..9420433 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,7 +552,6 @@ 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)] -- GitLab