Skip to content

Commit

Permalink
New MCs in config_input (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
saganatt authored Nov 17, 2023
1 parent 85661fb commit cb676e8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions codeHF/config_input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,20 @@ case $INPUT_CASE in
INPUT_FILES="AO2D.root"
INPUT_IS_O2=1
;;
13)
INPUT_LABEL="Run 3, p-p 13.6 TeV, MC LHC22b1b, D2H enriched"
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/sim/LHC22b1b"
INPUT_FILES="AO2D.root"
INPUT_IS_O2=1
INPUT_IS_MC=1
INPUT_RUN=3
;;
14)
INPUT_LABEL="Run 3, p-p 13.6 TeV, MC LHC23f4b2, general purpose"
INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/sim/LHC23f4b2"
INPUT_FILES="AO2D.root"
INPUT_IS_O2=1
INPUT_IS_MC=1
INPUT_RUN=3
;;
esac

0 comments on commit cb676e8

Please sign in to comment.