@@ -356,7 +356,7 @@ def make_plot( channel, x_axis_title, y_axis_title,
356356 # 'Mjj',
357357 # 'M3',
358358 # 'angle_bl',
359- # 'NJets',
359+ 'NJets' ,
360360 'NBJets' ,
361361 'NBJetsNoWeight'
362362 # 'JetPt',
@@ -365,7 +365,7 @@ def make_plot( channel, x_axis_title, y_axis_title,
365365 ]
366366
367367 additional_qcd_plots = [
368- 'QCDHT' ,
368+ # 'QCDHT',
369369 'QCDMET' ,
370370 'QCDST' ,
371371 'QCDWPT' ,
@@ -465,7 +465,7 @@ def make_plot( channel, x_axis_title, y_axis_title,
465465 signal_region_tree = 'TTbar_plus_X_analysis/%s/Ref selection/FitVariables' % label ,
466466 control_region_tree = 'TTbar_plus_X_analysis/%s/Ref selection/FitVariables' % label ,
467467 branchName = 'STNoHF' ,
468- name_prefix = '%s_ST_ ' % label ,
468+ name_prefix = '%s_STNoHF_ ' % label ,
469469 x_limits = control_plots_bins ['ST' ],
470470 nBins = 20 ,
471471 rebin = 1 ,
@@ -486,7 +486,7 @@ def make_plot( channel, x_axis_title, y_axis_title,
486486 signal_region_tree = 'TTbar_plus_X_analysis/%s/Ref selection/FitVariables' % label ,
487487 control_region_tree = 'TTbar_plus_X_analysis/%s/Ref selection/FitVariables' % label ,
488488 branchName = 'WPTNoHF' ,
489- name_prefix = '%s_WPT_ ' % label ,
489+ name_prefix = '%s_WPTNoHF_ ' % label ,
490490 x_limits = control_plots_bins ['WPT' ],
491491 nBins = 16 ,
492492 rebin = 1 ,
@@ -875,7 +875,7 @@ def make_plot( channel, x_axis_title, y_axis_title,
875875 signal_region_tree = 'TTbar_plus_X_analysis/%s/FitVariables' % treeName ,
876876 control_region_tree = 'TTbar_plus_X_analysis/%s/FitVariables' % treeName ,
877877 branchName = 'METNoHF' ,
878- name_prefix = '%s_MET_ ' % channel ,
878+ name_prefix = '%s_METNoHF_ ' % channel ,
879879 x_limits = control_plots_bins ['MET' ],
880880 nBins = 20 ,
881881 rebin = 1 ,
@@ -895,7 +895,7 @@ def make_plot( channel, x_axis_title, y_axis_title,
895895 signal_region_tree = 'TTbar_plus_X_analysis/%s/FitVariables' % treeName ,
896896 control_region_tree = 'TTbar_plus_X_analysis/%s/FitVariables' % treeName ,
897897 branchName = 'STNoHF' ,
898- name_prefix = '%s_ST_ ' % channel ,
898+ name_prefix = '%s_STNoHF_ ' % channel ,
899899 x_limits = control_plots_bins ['ST' ],
900900 nBins = 20 ,
901901 rebin = 1 ,
@@ -915,7 +915,7 @@ def make_plot( channel, x_axis_title, y_axis_title,
915915 signal_region_tree = 'TTbar_plus_X_analysis/%s/FitVariables' % treeName ,
916916 control_region_tree = 'TTbar_plus_X_analysis/%s/FitVariables' % treeName ,
917917 branchName = 'WPTNoHF' ,
918- name_prefix = '%s_WPT_ ' % channel ,
918+ name_prefix = '%s_WPTNoHF_ ' % channel ,
919919 x_limits = control_plots_bins ['WPT' ],
920920 nBins = 20 ,
921921 rebin = 1 ,
@@ -1006,8 +1006,8 @@ def make_plot( channel, x_axis_title, y_axis_title,
10061006 make_plot ( channel ,
10071007 x_axis_title = '$%s$' % control_plots_latex ['NJets' ],
10081008 y_axis_title = 'Events' ,
1009- signal_region_tree = 'TTbar_plus_X_analysis/%s/Jets/Jets ' % ( treeName ),
1010- control_region_tree = 'TTbar_plus_X_analysis/%s/Jets/Jets ' % ( treeName ),
1009+ signal_region_tree = 'TTbar_plus_X_analysis/%s/FitVariables ' % ( treeName ),
1010+ control_region_tree = 'TTbar_plus_X_analysis/%s/FitVariables ' % ( treeName ),
10111011 branchName = 'NJets' ,
10121012 name_prefix = '%s_NJets_' % channel ,
10131013 x_limits = control_plots_bins ['NJets' ],
0 commit comments