Skip to content

Commit 3f341bd

Browse files
committed
Set default input case to Run 3, pp, real data
1 parent f7a3ac9 commit 3f341bd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

codeHF/config_input.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Input specification for run_analysis.sh
55
# (Modifies input parameters.)
66

7-
INPUT_CASE=2 # Input case
7+
INPUT_CASE=7 # Input case
88

99
NFILESMAX=1 # Maximum number of processed input files. (Set to -0 to process all; to -N to process all but the last N files.)
1010

@@ -142,9 +142,4 @@ case $INPUT_CASE in
142142
INPUT_IS_MC=1
143143
INPUT_TASK_CONFIG="DOO2_CONV_MCCOLL=1 DOO2_CONV_TRKEX_1_2=1"
144144
;;
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-
;;
150145
esac

0 commit comments

Comments
 (0)