File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments