Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
skundu692 committed Jan 25, 2025
1 parent a500146 commit 058af45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGLF/Tasks/Resonances/highmasslambda.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ struct highmasslambda {
}
o2::aod::ITSResponse itsResponse;
auto centrality = collision.centFT0C();
auto multTPC = collision.multNTracksPV();
// auto multTPC = collision.multNTracksPV();
int occupancy = collision.trackOccupancyInTimeRange();
if (occupancy > cfgOccupancyCut) {
return;
Expand Down Expand Up @@ -619,7 +619,7 @@ struct highmasslambda {
}
o2::aod::ITSResponse itsResponse;
auto centrality = collision.centFT0C();
auto multTPC = collision.multNTracksPV();
// auto multTPC = collision.multNTracksPV();
auto psiFT0C = collision.psiFT0C();
auto psiFT0A = collision.psiFT0A();
auto psiTPC = collision.psiTPC();
Expand Down

0 comments on commit 058af45

Please sign in to comment.