Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/integration_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ variables:
HH_bbWW_version: "main"
FLAF_version: "default"
Corrections_version: "default"
StatInference_version: "default"
HH_bbWW_active: "1"
HH_bbWW_task: "FLAF.Analysis.tasks.HistPlotTask"
HH_bbWW_args: "--branches 0 --test 1000"
HH_bbWW_task: "StatInference.law.tasks.ResonantLimitsAndHistPlotTask"
HH_bbWW_args: "--test 1000"
HH_bbWW_eras: "Run3_2022 Run3_2022EE Run3_2023 Run3_2023BPix"
TEST_TIMEOUT: "4h"

Expand Down
2 changes: 1 addition & 1 deletion FLAF
2 changes: 1 addition & 1 deletion config/Datacards/CI_card.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: resonant
model:
parameters: [ MX ]
param_dependent_bkg: true
input_file_pattern: DL_DNN_m${MX}_vs_HME/DL_DNN_m${MX}_vs_HME.root
input_file_pattern: ${ERA}/DL_DNN_m${MX}_vs_HME/DL_DNN_m${MX}_vs_HME.root
signalFractionForRelevantBins: 0.2
eras:
- Run3_2022
Expand Down
6 changes: 6 additions & 0 deletions config/ci_custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ phys_model: TestModel
QCDRegions:
- OS_Iso

StatInference:
config: config/Datacards/CI_card.yaml
hist_bins: config/Datacards/CI_binning.json
param_values: [ 300 ]

# Do not remove DNN variables, they are needed for the datacard creation.
variables:
- lep1_pt
- SingleLep_DeepHME_mass
Expand Down
5 changes: 5 additions & 0 deletions config/global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -630,3 +630,8 @@ variables:

- name: SL_DNN_m1000_vs_HME
vars: [ DNNParametric_SL_NoHME_M1000_Signal, SingleLep_DeepHME_mass ]

StatInference:
config: config/Datacards/x_hh_bbww_DL_run3.yaml
hist_bins: config/Datacards/CI_binning.json
# param_values: [ 300 ]
1 change: 1 addition & 0 deletions config/law.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FLAF.RunKit.grid_helper_tasks
FLAF.RunKit.crabLaw
inference.dhi.tasks
Studies.DNN.tasks
StatInference.law.tasks

[job]
job_file_dir: $ANALYSIS_PATH/data/jobs
Expand Down
2 changes: 1 addition & 1 deletion inference
Submodule inference updated from f4740a to 391261