Skip to content

Commit f472c78

Browse files
committed
fixup! Preslice should be used with tables and not iterators
1 parent b51da57 commit f472c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Tasks/muonGlobalAlignment.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ struct muonGlobalAlignment {
237237
};
238238
std::map<int, AlignmentCorrections> mMchAlignmentCorrections;
239239

240-
Preslice<aod::FwdTrkCl> perMuon = aod::fwdtrkcl::fwdtrackId;
240+
Preslice<aod::FwdTrkCls> perMuon = aod::fwdtrkcl::fwdtrackId;
241241

242242
o2::aod::rctsel::RCTFlagsChecker rctChecker{"CBT_muon_glo", false, false, true};
243243

0 commit comments

Comments
 (0)