We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e046fe5 commit bd9e762Copy full SHA for bd9e762
1 file changed
PWGHF/HFC/Tasks/taskCharmHadronsFemtoDream.cxx
@@ -189,9 +189,9 @@ struct HfTaskCharmHadronsFemtoDream {
189
190
SliceCache cache;
191
Preslice<aod::FDParticles> perCol = aod::femtodreamparticle::fdCollisionId;
192
- Produces<o2::aod::FDResultsCharm> fillFemtoResultCharm;
193
- Produces<o2::aod::FDResultsTrk> fillFemtoResultTrk;
194
- Produces<o2::aod::FDResultsColl> fillFemtoResultColl;
+ Produces<o2::aod::FDHfCharm> fillFemtoResultCharm;
+ Produces<o2::aod::FDHfTrk> fillFemtoResultTrk;
+ Produces<o2::aod::FDHfColl> fillFemtoResultColl;
195
196
void init(InitContext& /*context*/)
197
{
0 commit comments