Skip to content

Commit c2184b1

Browse files
authored
Merge branch 'production' into ff_method_minimal_stable
2 parents 766350c + 35d9170 commit c2184b1

36 files changed

Lines changed: 1883 additions & 526 deletions

analysis_templates/cms_minimal/law.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ default_dataset: st_tchannel_t_powheg
2929

3030
calibration_modules: columnflow.calibration.cms.{jets,met,tau}, __cf_module_name__.calibration.example
3131
selection_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
3333
categorization_modules: __cf_module_name__.categorization.example
3434
weight_production_modules: columnflow.weight.{empty,all_weights}, __cf_module_name__.weight.example
3535
ml_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
5050
default_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
5656
skip_ensure_proxy: False

0 commit comments

Comments
 (0)