Skip to content

Commit f7421de

Browse files
committed
Remove unused variable
1 parent d5da846 commit f7421de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGUD/Tasks/analysisMCDPMJetSGv3.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ struct AnalysisMCDPMJetSGv3 {
256256
int nFindableMin = 70;
257257
double dcaZlimit = 2.;
258258

259-
int counter = 0;
259+
// int counter = 0;
260260
for (const auto& track : tracks) {
261261
if (track.isPVContributor()) {
262262
int nFindable = track.tpcNClsFindable();
@@ -394,7 +394,7 @@ struct AnalysisMCDPMJetSGv3 {
394394
}
395395
}
396396
}
397-
counter++;
397+
// counter++;
398398
// histos.fill(HIST("hVisibleMultiVsGeneratedMulti"), counterMC, counter);
399399
// histos.fill(HIST("hVisibleMultiVsGeneratedMulti"), mcParticles.size(), counter);
400400
}

0 commit comments

Comments
 (0)