@@ -776,8 +776,8 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
776776 // / @param parts subscribe to joined table FemtoUniverseParticles and FemtoUniverseMCLables to access Monte Carlo truth
777777 // / @param FemtoUniverseMCParticles subscribe to the Monte Carlo truth table
778778 void processMixedEventMCCent (o2::aod::FdCollisions& cols,
779- soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels>& parts,
780- o2::aod::FdMCParticles&)
779+ soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels>& parts,
780+ o2::aod::FdMCParticles&)
781781 {
782782 randgen = new TRandom2 (0 );
783783
@@ -820,8 +820,8 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
820820 // / @param parts subscribe to joined table FemtoUniverseParticles and FemtoUniverseMCLables to access Monte Carlo truth
821821 // / @param FemtoUniverseMCParticles subscribe to the Monte Carlo truth table
822822 void processMixedEventMCNtr (o2::aod::FdCollisions& cols,
823- soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels>& parts,
824- o2::aod::FdMCParticles&)
823+ soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels>& parts,
824+ o2::aod::FdMCParticles&)
825825 {
826826 randgen = new TRandom2 (0 );
827827
@@ -866,4 +866,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
866866 adaptAnalysisTask<femtoUniversePairTaskTrackTrackSpherHarMultKtExtended>(cfgc),
867867 };
868868 return workflow;
869- }
869+ }
870+
0 commit comments