Skip to content

Commit

Permalink
dump combinetf2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwalter2 committed Jan 10, 2025
1 parent d2c8292 commit 114d1fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,8 @@ jobs:
- name: lowpu combine unfolding fit
run: >-
scripts/ci/run_with_singularity.sh scripts/ci/setup_and_run_python.sh combinetf2/scripts/fit.py
$COMBINED_DIR/Combination_WMass_lowPUZMass_lowPU_ptll/Combination.hdf5 --binByBinStat -o $COMBINED_DIR/Combination_WMass_lowPUZMass_lowPU_ptll/fitresults.hdf5
$COMBINED_DIR/Combination_WMass_lowPUZMass_lowPU_ptll/Combination.hdf5 -o $COMBINED_DIR/Combination_WMass_lowPUZMass_lowPU_ptll/fitresults.hdf5
--binByBinStat --doImpacts --globalImpacts
- name: lowpu combine xsec setup
run: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unfolding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
run: >-
scripts/ci/run_with_singularity.sh scripts/ci/setup_and_run_python.sh combinetf2/scripts/fit.py
$WREMNANTS_OUTDIR/WMass_eta_pt_charge_unfolding/WMass.hdf5 -o $WREMNANTS_OUTDIR/WMass_eta_pt_charge_unfolding/fitresults.hdf5
--binByBinStat --doImpacts
--binByBinStat --doImpacts --globalImpacts
- name: wmass unfolding plot pulls
run: >-
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
run: >-
scripts/ci/run_with_singularity.sh scripts/ci/setup_and_run_python.sh combinetf2/scripts/fit.py
$WREMNANTS_OUTDIR/ZMassWLike_eta_pt_charge_unfolding/ZMassWLike.hdf5 -o $WREMNANTS_OUTDIR/ZMassWLike_eta_pt_charge_unfolding/fitresults.hdf5
--binByBinStat --doImpacts
--binByBinStat --doImpacts --globalImpacts
- name: wlike combine xsec setup
run: >-
Expand Down
2 changes: 1 addition & 1 deletion combinetf2

0 comments on commit 114d1fa

Please sign in to comment.