Skip to content

Commit 5bff6bc

Browse files
author
Chiara De Martin
committed
remove unused variable
1 parent b2545bc commit 5bff6bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

PWGLF/TableProducer/Strangeness/cascadeflow.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,11 +1470,6 @@ struct cascadeFlow {
14701470
}
14711471
}
14721472

1473-
// event has FT0C event plane
1474-
bool hasEventPlane = 0;
1475-
if (std::abs(coll.qvecFT0CRe()) < 990 && std::abs(coll.qvecFT0CIm()) < 990)
1476-
hasEventPlane = 1;
1477-
14781473
histos.fill(HIST("hNEvents"), 9.5);
14791474
histos.fill(HIST("hEventNchCorrelationAfterEP"), coll.multNTracksPVeta1(), coll.multNTracksGlobal());
14801475
histos.fill(HIST("hEventPVcontributorsVsCentralityAfterEP"), coll.centFT0C(), coll.multNTracksPVeta1());

0 commit comments

Comments
 (0)