Skip to content

Commit bab1037

Browse files
DelloStrittoLuigi
andauthored
Replace the eta cut on the candidate with the y cut in the json files (#157)
Co-authored-by: Luigi <ldellost@aliceml.cern.ch>
1 parent 05bb70c commit bab1037

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

codeHF/dpl-config_run3.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
"hf-lc-candidate-selector": {
9595
"d_pTCandMin": "0.",
9696
"d_pTCandMax": "36.",
97-
"d_pidTPCMinpT": "0.15",
97+
"d_pidTPCMinpT": "0.1",
9898
"d_pidTPCMaxpT": "1.0",
9999
"d_pidTOFMinpT": "0.5",
100-
"d_pidTOFMaxpT": "4.0",
100+
"d_pidTOFMaxpT": "2.0",
101101
"d_TPCNClsFindablePIDCut": "70.",
102102
"d_nSigmaTPC": "3.",
103103
"d_nSigmaTPCCombined": "5.",
@@ -113,32 +113,32 @@
113113
"d_nSigmaTPC": "3."
114114
},
115115
"hf-task-d0": {
116-
"cutEtaCandMax": "-1.",
116+
"cutYCandMax": "0.8",
117117
"d_selectionFlagD0": "0",
118118
"d_selectionFlagD0bar": "0"
119119
},
120120
"hf-task-d0-mc": {
121-
"cutEtaCandMax": "-1.",
121+
"cutYCandMax": "0.8",
122122
"d_selectionFlagD0": "0",
123123
"d_selectionFlagD0bar": "0"
124124
},
125125
"hf-task-dplus": {
126126
"d_selectionFlagDPlus": "0"
127127
},
128128
"hf-task-lc": {
129-
"cutEtaCandMax": "-1.",
129+
"cutYCandMax": "0.8",
130130
"d_selectionFlagLc": "0"
131131
},
132132
"hf-task-lc-mc": {
133-
"cutEtaCandMax": "-1.",
133+
"cutYCandMax": "0.8",
134134
"d_selectionFlagLc": "0"
135135
},
136136
"hf-task-jpsi": {
137-
"cutEtaCandMax": "-1.",
137+
"cutYCandMax": "0.8",
138138
"d_selectionFlagJpsi": "0"
139139
},
140140
"hf-task-jpsi-mc": {
141-
"cutEtaCandMax": "-1.",
141+
"cutYCandMax": "0.8",
142142
"d_selectionFlagJpsi": "0"
143143
},
144144
"internal-dpl-aod-writer": {

codeHF/dpl-config_run5.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,32 +113,32 @@
113113
"d_nSigmaTPC": "3."
114114
},
115115
"hf-task-d0": {
116-
"cutEtaCandMax": "1.44",
116+
"cutYCandMax": "0.8",
117117
"d_selectionFlagD0": "0",
118118
"d_selectionFlagD0bar": "0"
119119
},
120120
"hf-task-d0-mc": {
121-
"cutEtaCandMax": "1.44",
121+
"cutYCandMax": "0.8",
122122
"d_selectionFlagD0": "0",
123123
"d_selectionFlagD0bar": "0"
124124
},
125125
"hf-task-dplus": {
126126
"d_selectionFlagDPlus": "0"
127127
},
128128
"hf-task-lc": {
129-
"cutEtaCandMax": "-1.",
129+
"cutYCandMax": "0.8",
130130
"d_selectionFlagLc": "0"
131131
},
132132
"hf-task-lc-mc": {
133-
"cutEtaCandMax": "-1.",
133+
"cutYCandMax": "0.8",
134134
"d_selectionFlagLc": "0"
135135
},
136136
"hf-task-jpsi": {
137-
"cutEtaCandMax": "-1.",
137+
"cutYCandMax": "0.8",
138138
"d_selectionFlagJpsi": "0"
139139
},
140140
"hf-task-jpsi-mc": {
141-
"cutEtaCandMax": "-1.",
141+
"cutYCandMax": "0.8",
142142
"d_selectionFlagJpsi": "0"
143143
},
144144
"internal-dpl-aod-writer": {

0 commit comments

Comments
 (0)