Skip to content

Commit

Permalink
Fix multiplicity config
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Apr 10, 2024
1 parent 51555dc commit 1471ba8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions codeHF/dpl-config_run3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3518,7 +3518,10 @@
"PVMults",
"MultsExtra",
"MultSelections",
"MultZeqs",
"FV0MultZeqs",
"FT0MultZeqs",
"FDDMultZeqs",
"PVMultZeqs",
"MultsExtraMC"
],
"labels_cols": [
Expand Down Expand Up @@ -3555,6 +3558,15 @@
[
"-1"
],
[
"-1"
],
[
"-1"
],
[
"-1"
],
[
"-1"
]
Expand All @@ -3564,7 +3576,8 @@
"ccdbpath": "Centrality/Calibration",
"processRun2": "true",
"processRun3": "false",
"processMc": "true"
"processGlobalTrackingCounters": "false",
"processMC": "true"
},
"pid-multiplicity": {
"processIU": "false",
Expand Down
2 changes: 1 addition & 1 deletion codeHF/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ workflows:
- o2-analysis-track-dca_runX
- o2-analysis-trackselection_runX
- o2-analysis-track-to-collision-associator
- o2-analysis-centrality_runX
# - o2-analysis-centrality_runX
- o2-analysis-multiplicity-table_runX
- o2-analysis-pid-tpc-full
tables: [HF2PRONG/1, HF3PRONG/1, HFDSTAR, HFCASCADE/1, HFCASCLF2PRONG, HFCASCLF3PRONG, HFCUTSTATUS2P, HFCUTSTATUS3P, HFPVREFIT2PRONG, HFPVREFIT3PRONG, HFPVREFITTRACK, HFSELCOLLISION, HFSELTRACK]
Expand Down

0 comments on commit 1471ba8

Please sign in to comment.