Skip to content

Commit

Permalink
Update JSON (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed May 14, 2024
1 parent 914f8cc commit bad5a0d
Showing 1 changed file with 56 additions and 31 deletions.
87 changes: 56 additions & 31 deletions codeHF/dpl-config_run3.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,17 @@
"labels_rows": "",
"labels_cols": [
"min_dcaxytoprimary",
"max_dcaxytoprimary"
"max_dcaxytoprimary",
"min_dcaztoprimary",
"max_dcaztoprimary"
],
"values": [
["0.03", "1"],
["0.03", "1"],
["0.03", "1"],
["0.03", "1"],
["0.00", "10"],
["0.00", "10"]
["0.03", "1", "0", "100"],
["0.03", "1", "0", "100"],
["0.03", "1", "0", "100"],
["0.03", "1", "0", "100"],
["0.00", "10", "0", "100"],
["0.00", "10", "0", "100"]
]
},
"etaMinTrack2Prong": "-99999",
Expand All @@ -84,15 +86,17 @@
"labels_rows": "",
"labels_cols": [
"min_dcaxytoprimary",
"max_dcaxytoprimary"
"max_dcaxytoprimary",
"min_dcaztoprimary",
"max_dcaztoprimary"
],
"values": [
["0.03", "1"],
["0.03", "1"],
["0.03", "1"],
["0.03", "1"],
["0.00", "10"],
["0.00", "10"]
["0.03", "1", "0", "100"],
["0.03", "1", "0", "100"],
["0.03", "1", "0", "100"],
["0.03", "1", "0", "100"],
["0.00", "10", "0", "100"],
["0.00", "10", "0", "100"]
]
},
"etaMinTrack3Prong": "-99999",
Expand All @@ -102,15 +106,17 @@
"labels_rows": "",
"labels_cols": [
"min_dcaxytoprimary",
"max_dcaxytoprimary"
"max_dcaxytoprimary",
"min_dcaztoprimary",
"max_dcaztoprimary"
],
"values": [
["0.00", "1"],
["0.00", "1"],
["0.00", "1"],
["0.00", "1"],
["0.00", "1"],
["0.00", "1"]
["0.00", "1", "0", "100"],
["0.00", "1", "0", "100"],
["0.00", "1", "0", "100"],
["0.00", "1", "0", "100"],
["0.00", "1", "0", "100"],
["0.00", "1", "0", "100"]
]
},
"etaMinTrackBach": "-99999",
Expand All @@ -123,32 +129,46 @@
"labels_rows": "",
"labels_cols": [
"min_dcaxytoprimary",
"max_dcaxytoprimary"
"max_dcaxytoprimary",
"min_dcaztoprimary",
"max_dcaztoprimary"
],
"values": [
[
"0",
"2"
"2",
"0",
"100"
],
[
"0",
"2"
"2",
"0",
"100"
],
[
"0",
"2"
"2",
"0",
"100"
],
[
"0",
"2"
"2",
"0",
"100"
],
[
"0",
"2"
"2",
"0",
"100"
],
[
"0",
"2"
"2",
"0",
"100"
]
]
},
Expand Down Expand Up @@ -572,7 +592,7 @@
"centralityMin": "0",
"centralityMax": "100",
"useSel8Trigger": "true",
"maxPvPosZ": "10",
"zPvPosMax": "10",
"useTimeFrameBorderCut": "true",
"propagateToPCA": "true",
"useAbsDCA": "false",
Expand Down Expand Up @@ -2835,6 +2855,8 @@
"fillCandidateMc": "true",
"fillCollBase": "true",
"fillCollId": "true",
"fillMcCollBase": "true",
"fillMcCollId": "true",
"fillParticleBase": "true",
"fillParticleId": "true",
"downSampleBkgFactor": "1",
Expand Down Expand Up @@ -2866,6 +2888,8 @@
"fillCandidateMc": "true",
"fillCollBase": "true",
"fillCollId": "true",
"fillMcCollBase": "true",
"fillMcCollId": "true",
"fillParticleBase": "true",
"fillParticleId": "true",
"downSampleBkgFactor": "1",
Expand Down Expand Up @@ -3499,10 +3523,11 @@
"ccdburl": "http://alice-ccdb.cern.ch",
"ccdbpath": "Centrality/Estimators",
"genname": "",
"doNotCrashOnNull": "false",
"doNotCrashOnNull": "true",
"embedINELgtZEROselection": "false",
"processRun2": "true",
"processRun3": "false"
"processRun3": "false",
"processRun3FT0": "false"
},
"multiplicity-table": {
"doVertexZeq": "1",
Expand Down

0 comments on commit bad5a0d

Please sign in to comment.