We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efa62c commit f98003dCopy full SHA for f98003d
PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx
@@ -3476,9 +3476,9 @@ struct LFNucleiBATask {
3476
}
3477
if (!isPhysPrim && !isProdByGen && outFlagOptions.makeDCABeforeCutPlots) {
3478
histos.fill(HIST("tracks/helium/dca/before/hDCAxyVsPtHeliumTrueTransport"), hePt, track.dcaXY());
3479
- if (isWeakDecay)
+ if (isWeakDecay) {
3480
histos.fill(HIST("tracks/helium/dca/before/hDCAxyVsPtHeliumTrueSec"), hePt, track.dcaXY());
3481
- else {
+ } else {
3482
histos.fill(HIST("tracks/helium/dca/before/hDCAxyVsPtHeliumTrueMaterial"), hePt, track.dcaXY());
3483
if (!IsFilteredData) {
3484
if (nSaved > 0) {
0 commit comments