Skip to content

Commit 68356aa

Browse files
authored
[PWGEM] Fix Pi0EtaToGammaGamma preslice for emcal track matching (#15995)
1 parent 4bfefdf commit 68356aa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,13 @@ struct Pi0EtaToGammaGamma {
302302

303303
static auto& perClusterMT()
304304
{
305-
static auto slice{o2::aod::trackmatching::emEmcClusterId};
305+
static auto slice{o2::aod::mintm::minClusterId};
306306
return slice;
307307
}
308308

309309
static auto& perClusterMS()
310310
{
311-
static auto slice{o2::aod::trackmatching::emEmcClusterId};
311+
static auto slice{o2::aod::mintm::minClusterId};
312312
return slice;
313313
}
314314

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,13 +480,13 @@ struct Pi0EtaToGammaGammaMC {
480480

481481
static auto& perClusterMT()
482482
{
483-
static auto slice{o2::aod::trackmatching::emEmcClusterId};
483+
static auto slice{o2::aod::mintm::minClusterId};
484484
return slice;
485485
}
486486

487487
static auto& perClusterMS()
488488
{
489-
static auto slice{o2::aod::trackmatching::emEmcClusterId};
489+
static auto slice{o2::aod::mintm::minClusterId};
490490
return slice;
491491
}
492492

0 commit comments

Comments
 (0)