Skip to content

Commit a946c19

Browse files
authored
Update PiNucleiFemto.cxx
1 parent 755f364 commit a946c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/TableProducer/PiNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ struct PiNucleiFemto {
201201
Configurable<int> settingMaterialCorrection{"settingMaterialCorrection", static_cast<int>(o2::base::Propagator::MatCorrType::USEMatCorrNONE), "Material correction type"};
202202

203203
Preslice<TrackCandidates> mPerCol = aod::track::collisionId;
204-
Preslice<o2::aod::DataHypCandsWColl> hypPerCol = o2::aod::hyperrec::collisionId;
204+
PresliceUnsorted<o2::aod::DataHypCandsWColl> hypPerCol = o2::aod::hyperrec::collisionId;
205205

206206
// binning for EM background
207207
ConfigurableAxis axisVertex{"axisVertex", {30, -10, 10}, "Binning for multiplicity"};

0 commit comments

Comments
 (0)