Skip to content

Commit

Permalink
Update skimming configuration (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera authored Nov 21, 2023
1 parent a3a728e commit 3438952
Showing 1 changed file with 42 additions and 7 deletions.
49 changes: 42 additions & 7 deletions codeHF/dpl-config_run3.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@
"chi2Max": "0",
"triggerClassName": "kINT7",
"useSel8Trigger": "false",
"centralityMin": "0",
"centralityMax": "100",
"axisNumContributors": {
"values": [
"200",
"-0.5",
"199.5"
]
},
"processTrigAndCentFT0ASel": "false",
"processTrigAndCentFT0CSel": "false",
"processTrigAndCentFT0MSel": "false",
"processTrigAndCentFV0ASel": "false",
"processTrigSel": "false",
"processNoTrigSel": "true"
},
Expand Down Expand Up @@ -138,7 +144,9 @@
"hf-track-index-skim-creator": {
"isRun2": "true",
"do3Prong": "1",
"doDstar": "false",
"debug": "false",
"debugPvRefit": "false",
"fillHistograms": "true",
"axisNumTracks": {
"values": [
Expand Down Expand Up @@ -299,19 +307,22 @@
"massMin",
"massMax",
"cosp",
"decL"
"decL",
"deltaMassKK"
],
"values": [
[
"1.74",
"2.18",
"0.94",
"1.7",
"2.15",
"0.7",
"0.02",
"0.02"
],
[
"1.74",
"2.18",
"0.94",
"1.7",
"2.15",
"0.5",
"0.02",
"0.02"
]
]
Expand Down Expand Up @@ -376,6 +387,30 @@
]
]
},
"binsPtDstarToD0Pi": {
"values": [
"1",
"5",
"1000"
]
},
"cutsDstarToD0Pi": {
"labels_rows": "",
"labels_cols": [
"deltaMassMax",
"deltaMassD0"
],
"values": [
[
"0.17",
"0.05"
],
[
"0.17",
"0.08"
]
]
},
"axisPvRefitDeltaX": {
"values": [
"1000",
Expand Down

0 comments on commit 3438952

Please sign in to comment.