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 3db7df3 commit cc0ced8Copy full SHA for cc0ced8
PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx
@@ -6756,8 +6756,8 @@ struct LFNucleiBATask {
6756
histoGen.fill(HIST("events/hMCGenReco"), 0.5);
6757
if (enableCentrality)
6758
histoGen.fill(HIST("events/hMCGenRecoVsMult"), 0.5, mcCollision.centFT0M());
6759
-
6760
- if (recoIdxINELgt0 > 0) {
+
+ if (recoIdxINELgt0 > 0) {
6761
histoGen.fill(HIST("events/hMCGenReco"), 1.5);
6762
6763
histoGen.fill(HIST("events/hMCGenRecoVsMult"), 1.5, mcCollision.centFT0M());
0 commit comments