Skip to content

Commit 02f7d32

Browse files
NucleiTask - Fix format error
1 parent e41855d commit 02f7d32

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
@@ -6756,8 +6756,8 @@ struct LFNucleiBATask {
67566756
histoGen.fill(HIST("events/hMCGenReco"), 0.5);
67576757
if (enableCentrality)
67586758
histoGen.fill(HIST("events/hMCGenRecoVsMult"), 0.5, mcCollision.centFT0M());
6759-
6760-
if (recoIdxINELgt0 > 0) {
6759+
6760+
if (recoIdxINELgt0 > 0) {
67616761
histoGen.fill(HIST("events/hMCGenReco"), 1.5);
67626762
if (enableCentrality)
67636763
histoGen.fill(HIST("events/hMCGenRecoVsMult"), 1.5, mcCollision.centFT0M());

0 commit comments

Comments
 (0)