We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3583615 commit 11408fcCopy full SHA for 11408fc
PWGCF/Flow/Tasks/FlowZDCtask.cxx
@@ -291,11 +291,9 @@ struct FlowZDCtask {
291
if (collision.has_foundFT0()) {
292
auto ft0 = collision.foundFT0();
293
for (const auto& amplitude : ft0.amplitudeA()) {
294
- histos.fill(HIST("hFT0AAmp"), amplitude);
295
ft0aAmp += amplitude;
296
}
297
for (const auto& amplitude : ft0.amplitudeC()) {
298
- histos.fill(HIST("hFT0CAmp"), amplitude);
299
ft0cAmp += amplitude;
300
301
0 commit comments