Skip to content

Commit 6270247

Browse files
authored
[PWGHG] Adjusted centrality range in HF config file to keep dummy values (#2220)
* PWGHF: Adjust centrality range in hfEvSel settings to include dummy values * Update centrality range in analysis JSON config to keep dummy values
1 parent d25f933 commit 6270247

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MC/config/analysis_testing/json/dpl/o2-analysis-hf-candidate-creator-2prong.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"ccdbPathGrp": "GLO\/GRP\/GRP",
1515
"ccdbPathGrpMag": "GLO\/Config\/GRPMagField",
1616
"hfEvSel": {
17-
"centralityMin": "0",
18-
"centralityMax": "100",
17+
"centralityMin": "-10",
18+
"centralityMax": "110",
1919
"useSel8Trigger": "true",
2020
"triggerClass": "-1",
2121
"useTvxTrigger": "false",
@@ -93,4 +93,4 @@
9393
"processMcCentFT0C": "false",
9494
"processMcCentFT0M": "false"
9595
}
96-
}
96+
}

MC/config/analysis_testing/json/dpl/o2-analysis-hf-track-index-skim-creator.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"fillHistograms": "true",
44
"triggerClassName": "",
55
"hfEvSel": {
6-
"centralityMin": "0",
7-
"centralityMax": "100",
6+
"centralityMin": "-10",
7+
"centralityMax": "110",
88
"useSel8Trigger": "true",
99
"triggerClass": "-1",
1010
"useTvxTrigger": "false",
@@ -892,4 +892,4 @@
892892
"processNoCascades": "true",
893893
"processCascades": "false"
894894
}
895-
}
895+
}

0 commit comments

Comments
 (0)