File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ struct FlowZdcTask {
475475 histos.fill (HIST (" ZPASector" ), sumZPA);
476476 histos.fill (HIST (" ZPAVsFT0A" ), aT0A / 100 ., zpA);
477477 histos.fill (HIST (" ZPAVsFT0C" ), aT0C / 100 ., zpA);
478- histos.fill (HIST (" ZPAVsFT0M" ), (aT0A + aT0C) / 100 ., zpA);
478+ histos.fill (HIST (" ZPAVsFT0M" ), (aT0A + aT0C) / 100 ., zpA);
479479 }
480480 if ((tZPC >= minTdcZp) && (tZPC <= maxTdcZp)) {
481481 histos.fill (HIST (" ZPC" ), zpC);
@@ -498,7 +498,7 @@ struct FlowZdcTask {
498498 histos.fill (HIST (" ZPVsFT0A" ), aT0A / 100 ., zpA + zpC);
499499 histos.fill (HIST (" ZPVsFT0C" ), aT0C / 100 ., zpA + zpC);
500500 histos.fill (HIST (" ZPVsFT0M" ), (aT0A + aT0C) / 100 ., zpA + zpC);
501- }
501+ }
502502 if ((tZNA >= minTdcZn) && (tZNA <= maxTdcZn))
503503 histos.fill (HIST (" ZNAVsZPA" ), zpA, znA);
504504 if ((tZNC >= minTdcZn) && (tZNC <= maxTdcZn))
You can’t perform that action at this time.
0 commit comments