@@ -29,7 +29,7 @@ default_dataset: st_tchannel_t_powheg
2929
3030calibration_modules: columnflow.calibration.cms.{jets,met,tau}, __cf_module_name__.calibration.example
3131selection_modules: columnflow.selection.{empty}, columnflow.selection.cms.{json_filter,met_filters}, __cf_module_name__.selection.example
32- production_modules: columnflow.production.{categories,normalization,processes}, columnflow.production.cms.{btag,electron,jet,mc_weight,muon,pdf,pileup,scale,seeds}, __cf_module_name__.production.example
32+ production_modules: columnflow.production.{categories,matching, normalization,processes}, columnflow.production.cms.{btag,electron,jet,matching ,mc_weight,muon,pdf,pileup,scale,seeds}, __cf_module_name__.production.example
3333categorization_modules: __cf_module_name__.categorization.example
3434weight_production_modules: columnflow.weight.{empty,all_weights}, __cf_module_name__.weight.example
3535ml_modules: columnflow.ml, __cf_module_name__.ml.example
@@ -49,8 +49,8 @@ default_keep_reduced_events: True
4949# slightly to the left to avoid them being excluded from the last bin; None leads to automatic mode
5050default_histogram_last_edge_inclusive: None
5151
52- # boolean flag that, if True, sets the *hists* output of cf.SelectEvents and cf.MergeSelectionStats to optional
53- default_selection_hists_optional: True
52+ # boolean flag that, if True, configures cf.SelectEvents to create statistics histograms
53+ default_create_selection_hists: False
5454
5555# wether or not the ensure_proxy decorator should be skipped, even if used by task's run methods
5656skip_ensure_proxy: False
0 commit comments