We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f13e8 commit 7c60031Copy full SHA for 7c60031
1 file changed
PWGCF/Flow/Tasks/flowZdcTask.cxx
@@ -559,7 +559,7 @@ struct FlowZdcTask {
559
histos.fill(HIST("ZPCVstdc"), tZPC, zpC);
560
histos.fill(HIST("ZNVsFT0A"), aT0A / 100., sumZNs);
561
histos.fill(HIST("ZNVsFT0C"), aT0C / 100., sumZNs);
562
- histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs);
+ histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs);
563
564
// Proton ZDC
565
if (!isOneNeutronFound || znA >= oneNeutron) {
0 commit comments