Skip to content

Commit f98003d

Browse files
NucleiTask - Fix MEGAlinter error
1 parent 2efa62c commit f98003d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,9 +3476,9 @@ struct LFNucleiBATask {
34763476
}
34773477
if (!isPhysPrim && !isProdByGen && outFlagOptions.makeDCABeforeCutPlots) {
34783478
histos.fill(HIST("tracks/helium/dca/before/hDCAxyVsPtHeliumTrueTransport"), hePt, track.dcaXY());
3479-
if (isWeakDecay)
3479+
if (isWeakDecay) {
34803480
histos.fill(HIST("tracks/helium/dca/before/hDCAxyVsPtHeliumTrueSec"), hePt, track.dcaXY());
3481-
else {
3481+
} else {
34823482
histos.fill(HIST("tracks/helium/dca/before/hDCAxyVsPtHeliumTrueMaterial"), hePt, track.dcaXY());
34833483
if (!IsFilteredData) {
34843484
if (nSaved > 0) {

0 commit comments

Comments
 (0)