We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323c6f0 commit 0558894Copy full SHA for 0558894
1 file changed
PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx
@@ -468,8 +468,8 @@ struct HfElectronSelectionWithTpcEmcal {
468
timeEmcCluster = emcCluster.time();
469
cellEmcCluster = emcCluster.nCells();
470
471
- deltaPhiMatch = matchTrack.trackPhiEmcal() - phiMatchEmcCluster;
472
- deltaEtaMatch = matchTrack.trackEtaEmcal() - etaMatchEmcCluster;
+ deltaPhiMatch = ematchTrack.deltaPhi();
+ deltaEtaMatch = ematchTrack.deltaEta();
473
474
// Track and EMCal cluster Matching
475
if (std::abs(timeEmcCluster) > timeEmcClusterMax) {
0 commit comments