Skip to content

Commit e4ea74a

Browse files
authored
correcct mass name
1 parent 9a0ef35 commit e4ea74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/HFC/TableProducer/correlatorHfeHadrons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,15 +303,15 @@ struct HfCorrelatorHfeHadrons {
303303
int nElHadUSCorr = 0;
304304
if (eTrack.nElPairLS() > 0) {
305305
for (int i = 0; i < eTrack.nElPairLS(); ++i) {
306-
if (eTrack.invariantMass() <= invariantMassEl) {
306+
if (eTrack.invariantMass() <= invariantMassNonHfe) {
307307
++nElHadLSCorr;
308308
registry.fill(HIST("hLSEHCorrel"), ptElectron, ptHadron, deltaPhi, deltaEta);
309309
}
310310
}
311311
}
312312
if (eTrack.nElPairUS() > 0) {
313313
for (int i = 0; i < eTrack.nElPairUS(); ++i) {
314-
if (eTrack.invariantMass() <= invariantMassEl) {
314+
if (eTrack.invariantMass() <= invariantMassNonHfe) {
315315
registry.fill(HIST("hULSEHCorrel"), ptElectron, ptHadron, deltaPhi, deltaEta);
316316
++nElHadUSCorr;
317317
}

0 commit comments

Comments
 (0)