We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af48466 commit 471b453Copy full SHA for 471b453
1 file changed
PWGCF/Flow/Tasks/flowZdcTask.cxx
@@ -509,7 +509,7 @@ struct FlowZdcTask {
509
histos.fill(HIST("NchVsITStracks"), itsTracks, glbTracks);
510
if (glbTracks >= minNchSel) {
511
histos.fill(HIST("NchVsMeanPt"), glbTracks, meanpt / glbTracks);
512
- }
+ }
513
float tZNA{zdc.timeZNA()};
514
float tZNC{zdc.timeZNC()};
515
float tZPA{zdc.timeZPA()};
0 commit comments