We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a3ac9 commit 3f341bdCopy full SHA for 3f341bd
codeHF/config_input.sh
@@ -4,7 +4,7 @@
4
# Input specification for run_analysis.sh
5
# (Modifies input parameters.)
6
7
-INPUT_CASE=2 # Input case
+INPUT_CASE=7 # Input case
8
9
NFILESMAX=1 # Maximum number of processed input files. (Set to -0 to process all; to -N to process all but the last N files.)
10
@@ -142,9 +142,4 @@ case $INPUT_CASE in
142
INPUT_IS_MC=1
143
INPUT_TASK_CONFIG="DOO2_CONV_MCCOLL=1 DOO2_CONV_TRKEX_1_2=1"
144
;;
145
- 17)
146
- INPUT_LABEL="Run 3, p-p 13.6 TeV, LHC22o_pass4_minBias_small"
147
- INPUT_DIR="$INPUT_BASE/Run3/pp_13.6TeV/real/LHC22o_pass4_minBias_small"
148
- INPUT_TASK_CONFIG="DOO2_CONV_MCCOLL=1 DOO2_CONV_BC=1 DOO2_CONV_TRKEX_0_2=1 DOO2_CONV_V0=1"
149
- ;;
150
esac
0 commit comments