Skip to content

Commit c1037d4

Browse files
author
Sabrina Hernandez
committed
fix clang
1 parent 33e686b commit c1037d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939

4040
#include <cmath>
4141
#include <complex>
42-
#include <vector>
4342
#include <string>
43+
#include <vector>
4444

4545
using namespace o2;
4646
using namespace o2::framework;
@@ -652,7 +652,6 @@ struct FlowZdcTask {
652652
return;
653653
int nTot{0}; // Tracks are already filtered with GlobalTrack || GlobalTrackSDD
654654
for (const auto& track : tracks) {
655-
double phi = track.phi();
656655
nTot++;
657656
histos.fill(HIST("etaHistogram"), track.eta());
658657
histos.fill(HIST("phiHistogram"), track.phi());

0 commit comments

Comments
 (0)