File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -621,10 +621,6 @@ struct FlowZdcTask {
621621 int nTot = tracks.size ();
622622 double ft0aAmp = 0 ;
623623 double ft0cAmp = 0 ;
624- float tZNA{0.0 };
625- float tZNC{0.0 };
626- float tZPA{0.0 };
627- float tZPC{0.0 };
628624 const auto & foundBC = collision.foundBC_as <BCsRun3>();
629625 if (collision.has_foundFT0 ()) {
630626 auto ft0 = collision.foundFT0 ();
@@ -651,10 +647,6 @@ struct FlowZdcTask {
651647
652648 histos.get <TH1>(HIST (" ZEM1coll" ))->Fill (zdcread.amplitudeZEM1 ());
653649 histos.get <TH1>(HIST (" ZEM2coll" ))->Fill (zdcread.amplitudeZEM2 ());
654- tZNA = foundBC.zdc ().timeZNA ();
655- tZNC = foundBC.zdc ().timeZNC ();
656- tZPA = foundBC.zdc ().timeZPA ();
657- tZPC = foundBC.zdc ().timeZPC ();
658650
659651 float sumZNC = (zdcread.energySectorZNC ())[0 ] + (zdcread.energySectorZNC ())[1 ] + (zdcread.energySectorZNC ())[2 ] + (zdcread.energySectorZNC ())[3 ];
660652 float sumZNA = (zdcread.energySectorZNA ())[0 ] + (zdcread.energySectorZNA ())[1 ] + (zdcread.energySectorZNA ())[2 ] + (zdcread.energySectorZNA ())[3 ];
You can’t perform that action at this time.
0 commit comments