Skip to content

Commit da1e465

Browse files
committed
Polish
1 parent d4e8d12 commit da1e465

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

codeHF/config_input.sh

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

7-
INPUT_CASE=17 # Input case
7+
INPUT_CASE=2 # 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

codeHF/config_tasks.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ DOO2_SEL_DSTAR=0 # hf-candidate-selector-dstar
6161
DOO2_SEL_TOXIPI=0 # hf-candidate-selector-to-xi-pi
6262
DOO2_SEL_XIC_XIPIPI=0 # hf-candidate-selector-xic-to-xi-pi-pi
6363
# Analysis tasks
64-
DOO2_TASK_D0=0 # hf-task-d0
64+
DOO2_TASK_D0=1 # hf-task-d0
6565
DOO2_TASK_DS=0 # hf-task-ds
6666
DOO2_TASK_DPLUS=0 # hf-task-dplus
67-
DOO2_TASK_LC=0 # hf-task-lc
67+
DOO2_TASK_LC=1 # hf-task-lc
6868
DOO2_TASK_LB=0 # hf-task-lb
6969
DOO2_TASK_XIC=0 # hf-task-xic
7070
DOO2_TASK_LCK0SP=0 # hf-task-lc-to-k0s-p
@@ -103,8 +103,8 @@ DOO2_TASK_FLOW=0 # hf-task-flow
103103
DOO2_JET_FIND=0 # je-jet-finder-d0
104104
DOO2_JET_FIND_QA=0 # je-jet-finder-d0-qa
105105
DOO2_JET_MATCH=0 # je-jet-matching-mc-d0-ch
106-
DOO2_JET_SUB=1 # je-jet-substructure-d0
107-
DOO2_JET_SUB_OUT=1 # je-jet-substructure-d0-output
106+
DOO2_JET_SUB=0 # je-jet-substructure-d0
107+
DOO2_JET_SUB_OUT=0 # je-jet-substructure-d0-output
108108
# QA
109109
DOO2_QA_EFF=0 # qa-efficiency
110110
DOO2_QA_EVTRK=0 # qa-event-track

codeHF/dpl-config_run3.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@
316316
"skipMBGapEvents": "true",
317317
"thresholdClusterEnergyMin": "0",
318318
"thresholdTriggerTrackPtMin": "0",
319-
"trackEtaMax": "0.899999976",
320-
"trackEtaMin": "-0.899999976",
319+
"trackEtaMax": "0.9",
320+
"trackEtaMin": "-0.9",
321321
"trackOccupancyInTimeRangeMax": "999999",
322322
"trackPhiMax": "99",
323323
"trackPhiMin": "-99",
@@ -8769,7 +8769,7 @@
87698769
"jetPtMinMCP": "0",
87708770
"jetRadii": {
87718771
"values": [
8772-
"0.40000000000000002"
8772+
"0.4"
87738773
]
87748774
},
87758775
"processClearMaps": "true",
@@ -8790,8 +8790,8 @@
87908790
"processOutputJetsMCP": "false",
87918791
"processOutputSubstructureMatchingData": "false",
87928792
"processOutputSubstructureMatchingMC": "false",
8793-
"trackEtaMax": "0.899999976",
8794-
"trackEtaMin": "-0.899999976"
8793+
"trackEtaMax": "0.9",
8794+
"trackEtaMin": "-0.9"
87958795
},
87968796
"lambdakzero-builder": {
87978797
"axisConfigurations": {

0 commit comments

Comments
 (0)