File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -289,14 +289,14 @@ struct FlowZDCtask {
289289 const auto & foundBC = collision.foundBC_as <BCsRun3>();
290290 if (collision.has_foundFT0 ()) {
291291 auto ft0 = collision.foundFT0 ();
292- for (const auto & amplitude : ft0.amplitudeA ()) {
293- histos.fill (HIST (" hFT0AAmp" ), amplitude);
294- ft0aAmp += amplitude;
295- }
296- for (const auto & amplitude : ft0.amplitudeC ()) {
297- histos.fill (HIST (" hFT0CAmp" ), amplitude);
298- ft0cAmp += amplitude;
299- }
292+ for (const auto & amplitude : ft0.amplitudeA ()) {
293+ histos.fill (HIST (" hFT0AAmp" ), amplitude);
294+ ft0aAmp += amplitude;
295+ }
296+ for (const auto & amplitude : ft0.amplitudeC ()) {
297+ histos.fill (HIST (" hFT0CAmp" ), amplitude);
298+ ft0cAmp += amplitude;
299+ }
300300 }
301301 double ft0mAmp = ft0aAmp + ft0cAmp;
302302 histos.fill (HIST (" hFT0MAmp" ), ft0mAmp);
You can’t perform that action at this time.
0 commit comments