Skip to content

Adding minimal combine testbench

Jaime Leon Holgado requested to merge feature/combine_bis into master

ADDITIONS

  • Adding the datacard creation and a minimal combine setup
    • Adapted from LLR code: systematics (some of them may not be needed, copied all in case they are), systematics reader, datacard creation, combine templates
    • Copied directly from LLR code: HHModel
    • Added ggHH BSM processes to be able to use the model
    • Add cv, c2v, kl, kt options to do scans.
    • Wrapper tasks
    • Scan tasks and plots
  • Updated base_2016 config
  • To get the same background groups as LLR, separated the "other" processes in the different background groups (single top process was already included in the processes.py file but I added another one just to be a part of the "others" process. Should be changed, of course).

PENDING:

  • Add task to combine categories and features and rerun combine
  • Select features to be used in combine (due to lack of signal in some multicategories)

Merge request reports