Skip to content

Commit

Permalink
Update correlatorHfeHadrons.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
rashigupt authored Oct 11, 2024
1 parent 9d70e0f commit 98e4cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGHF/HFC/TableProducer/correlatorHfeHadrons.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ struct HfCorrelatorHfeHadrons {
double phiElectron = -999;
double etaElectron = -999;

int electronTrackId = 0;
int electronTrackId = -1;

for (const auto& eTrack : electron) {
ptElectron = eTrack.ptTrack();
Expand All @@ -135,7 +135,7 @@ struct HfCorrelatorHfeHadrons {
double etaHadron = -999;
double phiHadron = -999;

int hadronTrackId = 0;
int hadronTrackId = -1;
if (!eTrack.isEmcal())
continue;

Expand Down

0 comments on commit 98e4cd9

Please sign in to comment.