Skip to content

Commit 4da2b79

Browse files
authored
Update lambdaR2Correlation.cxx
1 parent a75c45f commit 4da2b79

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/lambdaR2Correlation.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,8 +1550,6 @@ struct LambdaR2Correlation {
15501550
static constexpr std::string_view SubDirRecGen[] = {"Reco/", "McGen/"};
15511551
static constexpr std::string_view SubDirHist[] = {"LaP", "LaM", "KaP", "KaM"};
15521552

1553-
int ntrk = 0;
1554-
15551553
for (auto const& track : tracks) {
15561554
// Efficiency Plots
15571555
histos.fill(HIST(SubDirRecGen[rec_gen]) + HIST("Efficiency/h2f_n1_centpt_") + HIST(SubDirHist[part]), cent, track.pt());

0 commit comments

Comments
 (0)