Skip to content

Commit 11408fc

Browse files
author
Sabrina Hernandez
committed
adjusted ft0 histograms and added 2d histogram
1 parent 3583615 commit 11408fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGCF/Flow/Tasks/FlowZDCtask.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,9 @@ struct FlowZDCtask {
291291
if (collision.has_foundFT0()) {
292292
auto ft0 = collision.foundFT0();
293293
for (const auto& amplitude : ft0.amplitudeA()) {
294-
histos.fill(HIST("hFT0AAmp"), amplitude);
295294
ft0aAmp += amplitude;
296295
}
297296
for (const auto& amplitude : ft0.amplitudeC()) {
298-
histos.fill(HIST("hFT0CAmp"), amplitude);
299297
ft0cAmp += amplitude;
300298
}
301299
}

0 commit comments

Comments
 (0)