@@ -254,13 +254,13 @@ struct FemtoTripletTrackTrackCascade {
254254 hRegistry.print ();
255255 };
256256
257- void processXiSameEvent (FilteredFemtoCollision const & col, FemtoTracks const & tracks, FemtoXis const & xis)
257+ void processXiSameEvent (FilteredFemtoCollision const & col, FemtoTracks const & tracks, FemtoXis const & /* xis*/ )
258258 {
259259 tripletTrackTrackXiBuilder.processSameEvent <modes::Mode::kAnalysis >(col, tracks, trackPartition1, trackPartition2, xiPartition, cache);
260260 }
261261 PROCESS_SWITCH (FemtoTripletTrackTrackCascade, processXiSameEvent, " Enable processing same event processing for tracks and xis" , true );
262262
263- void processXiSameEventMc (FilteredFemtoCollisionWithLabel const & col, o2::aod::FMcCols const & mcCols, FemtoTracksWithLabel const & tracks, FemtoXisWithLabel const & xis, o2::aod::FMcParticles const & mcParticles, o2::aod::FMcMothers const & mcMothers, o2::aod::FMcPartMoths const & mcPartonicMothers)
263+ void processXiSameEventMc (FilteredFemtoCollisionWithLabel const & col, o2::aod::FMcCols const & mcCols, FemtoTracksWithLabel const & tracks, FemtoXisWithLabel const & /* xis*/ , o2::aod::FMcParticles const & mcParticles, o2::aod::FMcMothers const & mcMothers, o2::aod::FMcPartMoths const & mcPartonicMothers)
264264 {
265265 tripletTrackTrackXiBuilder.processSameEvent <modes::Mode::kAnalysis_Mc >(col, mcCols, tracks, trackWithLabelPartition1, trackWithLabelPartition2, xiWithLabelPartition, mcParticles, mcMothers, mcPartonicMothers, cache);
266266 }
@@ -272,19 +272,19 @@ struct FemtoTripletTrackTrackCascade {
272272 }
273273 PROCESS_SWITCH (FemtoTripletTrackTrackCascade, processXiMixedEvent, " Enable processing mixed event processing for tracks and xis" , true );
274274
275- void processXiMixedEventMc (FilteredFemtoCollisionsWithLabel const & cols, o2::aod::FMcCols const & mcCols, FemtoTracksWithLabel const & tracks, FemtoXisWithLabel const & /* xis*/ , o2::aod::FMcParticles const & mcParticles, o2::aod::FMcMothers const & mcMothers, o2::aod::FMcPartMoths const & mcPartonicMothers)
275+ void processXiMixedEventMc (FilteredFemtoCollisionsWithLabel const & cols, o2::aod::FMcCols const & mcCols, FemtoTracksWithLabel const & tracks, FemtoXisWithLabel const & /* xis*/ , o2::aod::FMcParticles const & mcParticles, o2::aod::FMcMothers const & /* mcMothers*/ , o2::aod::FMcPartMoths const & /* mcPartonicMothers*/ )
276276 {
277277 tripletTrackTrackXiBuilder.processMixedEvent <modes::Mode::kAnalysis_Mc >(cols, mcCols, tracks, trackWithLabelPartition1, trackWithLabelPartition2, xiWithLabelPartition, mcParticles, cache, mixBinsVtxMult, mixBinsVtxCent, mixBinsVtxMultCent);
278278 }
279279 PROCESS_SWITCH (FemtoTripletTrackTrackCascade, processXiMixedEventMc, " Enable processing mixed event processing for tracks and xis with mc information" , false );
280280
281- void processOmegaSameEvent (FilteredFemtoCollision const & col, FemtoTracks const & tracks, FemtoOmegas const & omegas)
281+ void processOmegaSameEvent (FilteredFemtoCollision const & col, FemtoTracks const & tracks, FemtoOmegas const & /* omegas*/ )
282282 {
283283 tripletTrackTrackOmegaBuilder.processSameEvent <modes::Mode::kAnalysis >(col, tracks, trackPartition1, trackPartition2, omegaPartition, cache);
284284 }
285285 PROCESS_SWITCH (FemtoTripletTrackTrackCascade, processOmegaSameEvent, " Enable processing same event processing for tracks and omegas" , false );
286286
287- void processOmegaSameEventMc (FilteredFemtoCollisionWithLabel const & col, o2::aod::FMcCols const & mcCols, FemtoTracksWithLabel const & tracks, FemtoOmegasWithLabel const & omegas, o2::aod::FMcParticles const & mcParticles, o2::aod::FMcMothers const & mcMothers, o2::aod::FMcPartMoths const & mcPartonicMothers)
287+ void processOmegaSameEventMc (FilteredFemtoCollisionWithLabel const & col, o2::aod::FMcCols const & mcCols, FemtoTracksWithLabel const & tracks, FemtoOmegasWithLabel const & /* omegas*/ , o2::aod::FMcParticles const & mcParticles, o2::aod::FMcMothers const & mcMothers, o2::aod::FMcPartMoths const & mcPartonicMothers)
288288 {
289289 tripletTrackTrackOmegaBuilder.processSameEvent <modes::Mode::kAnalysis_Mc >(col, mcCols, tracks, trackWithLabelPartition1, trackWithLabelPartition2, omegaWithLabelPartition, mcParticles, mcMothers, mcPartonicMothers, cache);
290290 }
0 commit comments