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
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ jobs:
scripts/ci/run_with_singularity.sh scripts/ci/setup_and_run_python.sh scripts/rabbit/setupRabbit.py \
-i $ALPHAS_HIST_FILE --fitvar "$ALPHAS_FITVAR" --lumiScale $LUMI_SCALE --realData \
-o $ALPHAS_OUTDIR --noi alphaS --npUnc LatticeEigvars --pdfUncFromCorr \
--axlim ptll 0 44
--axlim ptll 0j 44j

- name: alphaS Z reco fit (${{ matrix.mode }})
run: >-
Expand Down Expand Up @@ -1500,7 +1500,7 @@ jobs:
echo "ALPHAS_Z_HIST=${WREMNANTS_OUTDIR}/alpha_s/mz_dilepton.hdf5" >> $GITHUB_ENV
echo "ALPHAS_Z_GENFIT=${WREMNANTS_OUTDIR}/alpha_s/alpha_s_z_gen_fit_fitresult.hdf5" >> $GITHUB_ENV
echo "ALPHAS_Z_GENFIT_DIR=${WREMNANTS_OUTDIR}/alpha_s/ZMassDilepton_ptVGen_absYVGen_theoryfitViaMC" >> $GITHUB_ENV
echo "ALPHAS_Z_DIRECT_THEORY_INPUT=${WREMNANTS_OUTDIR}/alpha_s/direct_sigmaul_carrot_scetlib_dyturbo_LatticeNP_CT18Z_N3p0LL_N2LO_ct18z_alphaS_direct_sigmaul.hdf5" >> $GITHUB_ENV
echo "ALPHAS_Z_DIRECT_THEORY_INPUT=${WREMNANTS_OUTDIR}/alpha_s/direct_sigmaul_carrot_scetlib_dyturbo_LatticeNP_CT18Z_N3p0LL_N2LO_alphaS_direct_sigmaul.hdf5" >> $GITHUB_ENV
echo "ALPHAS_PLOT_DIR=${WEB_DIR}/${PLOT_DIR}/alpha_s" >> $GITHUB_ENV

- uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion wremnants/postprocessing/rabbit_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def add_mb_fo_uncertainty(
if passToFakes is not None:
passSystToFakes = passToFakes

corr_hist_name = "MiNNLO_Zbb_Corr"
corr_hist_name = f"{datagroups.nominalName}_MiNNLO_Zbb_Corr"
processes_expanded = datagroups.expandProcesses(processes)
processes_with_corr = []

Expand Down