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 d5da846 commit f7421deCopy full SHA for f7421de
PWGUD/Tasks/analysisMCDPMJetSGv3.cxx
@@ -256,7 +256,7 @@ struct AnalysisMCDPMJetSGv3 {
256
int nFindableMin = 70;
257
double dcaZlimit = 2.;
258
259
- int counter = 0;
+ // int counter = 0;
260
for (const auto& track : tracks) {
261
if (track.isPVContributor()) {
262
int nFindable = track.tpcNClsFindable();
@@ -394,7 +394,7 @@ struct AnalysisMCDPMJetSGv3 {
394
}
395
396
397
- counter++;
+ // counter++;
398
// histos.fill(HIST("hVisibleMultiVsGeneratedMulti"), counterMC, counter);
399
// histos.fill(HIST("hVisibleMultiVsGeneratedMulti"), mcParticles.size(), counter);
400
0 commit comments