We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e686b commit c1037d4Copy full SHA for c1037d4
PWGCF/Flow/Tasks/flowZdcTask.cxx
@@ -39,8 +39,8 @@
39
40
#include <cmath>
41
#include <complex>
42
-#include <vector>
43
#include <string>
+#include <vector>
44
45
using namespace o2;
46
using namespace o2::framework;
@@ -652,7 +652,6 @@ struct FlowZdcTask {
652
return;
653
int nTot{0}; // Tracks are already filtered with GlobalTrack || GlobalTrackSDD
654
for (const auto& track : tracks) {
655
- double phi = track.phi();
656
nTot++;
657
histos.fill(HIST("etaHistogram"), track.eta());
658
histos.fill(HIST("phiHistogram"), track.phi());
0 commit comments