File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,9 @@ struct HfTaskCharmHadronsFemtoDream {
189189
190190 SliceCache cache;
191191 Preslice<aod::FDParticles> perCol = aod::femtodreamparticle::fdCollisionId;
192- Produces<o2::aod::FDHfCharm> fillFemtoResultCharm ;
193- Produces<o2::aod::FDHfTrk> fillFemtoResultTrk ;
194- Produces<o2::aod::FDHfColl> fillFemtoResultColl ;
192+ Produces<o2::aod::FDHfCharm> rowFemtoResultCharm ;
193+ Produces<o2::aod::FDHfTrk> rowFemtoResultTrk ;
194+ Produces<o2::aod::FDHfColl> rowFemtoResultColl ;
195195
196196 void init (InitContext& /* context*/ )
197197 {
@@ -296,7 +296,7 @@ struct HfTaskCharmHadronsFemtoDream {
296296 originType = p2.originMcRec ();
297297 }
298298
299- fillFemtoResultCharm (
299+ rowFemtoResultCharm (
300300 col.globalIndex (),
301301 p2.timeStamp (),
302302 invMass,
@@ -310,7 +310,7 @@ struct HfTaskCharmHadronsFemtoDream {
310310 charmHadMc,
311311 originType);
312312
313- fillFemtoResultTrk (
313+ rowFemtoResultTrk (
314314 col.globalIndex (),
315315 p2.timeStamp (),
316316 p1.pt (),
@@ -323,7 +323,7 @@ struct HfTaskCharmHadronsFemtoDream {
323323 p1.tpcNSigmaPr (),
324324 p1.tofNSigmaPr ());
325325
326- fillFemtoResultColl (
326+ rowFemtoResultColl (
327327 col.globalIndex (),
328328 p2.timeStamp (),
329329 col.posZ (),
You can’t perform that action at this time.
0 commit comments