Skip to content

Commit 58b214c

Browse files
committed
PWGCF:FIX RUN3-MC PROCESS FUNCTION_INCLUDE QA PLOTS AND UPDATE TRACKS SELECTION
1 parent 8722a9f commit 58b214c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ struct FactorialMomentsTask {
247247
compSample = kTRUE;
248248
countSamples = 0;
249249
}
250-
// Calculate the normalized factorial moments
251250
for (int iPt = 0; iPt < numPt; ++iPt) {
252251
for (int iM = 0; iM < nBins; ++iM) {
253252
binContent = 0;
@@ -462,7 +461,6 @@ struct FactorialMomentsTask {
462461
}
463462
}
464463
for (auto iPt = 0; iPt < numPt; ++iPt) {
465-
// if (countTracks[iPt] > 0)countTracks = {0, 0, 0, 0, 0};
466464
if (countTracks[iPt] > 0) {
467465
mHistArrQA[iPt * 4 + 3]->Fill(countTracks[iPt]);
468466
}
@@ -605,7 +603,6 @@ struct FactorialMomentsTask {
605603
mHistArrQA[iPt * 4 + 3]->Fill(countTracks[iPt]);
606604
}
607605
}
608-
// Calculate the normalized factorial moments
609606
calculateMoments(mHistArrReset);
610607
}
611608
PROCESS_SWITCH(FactorialMomentsTask, processRun2, "for RUN2", false);

0 commit comments

Comments
 (0)