Skip to content

Commit b51da57

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Tasks/mchAlignRecord.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ struct mchAlignRecordTask {
113113
"List of param mask for d.o.f to be fixed"};
114114
} fFixDetElem;
115115

116-
Preslice<aod::FwdTrkCl> perMuon = aod::fwdtrkcl::fwdtrackId;
116+
Preslice<aod::FwdTrkCls> perMuon = aod::fwdtrkcl::fwdtrackId;
117117

118118
void init(InitContext& ic)
119119
{

0 commit comments

Comments
 (0)