We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009c1ca commit ca80a0bCopy full SHA for ca80a0b
1 file changed
PWGUD/Tasks/upcRhoPrimeAnalysis.cxx
@@ -242,9 +242,6 @@ struct upcRhoPrimeAnalysis {
242
posPions.reserve(2);
243
negPions.reserve(2);
244
245
- int nTotalTracks = 0;
246
- int nGoodTracks = 0;
247
-
248
// Loop over all tracks in the event
249
for (const auto& track : tracks) {
250
registry.fill(HIST("Tracks/RejectionReasons"), 0); // Count all tracks
0 commit comments