Skip to content

Commit a02f277

Browse files
committed
Please consider the following formatting changes
1 parent 0ff78c8 commit a02f277

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ struct femtoUniversePairTaskTrackTrack3DMultKtExtended {
899899
}
900900
delete randgen;
901901
}
902-
PROCESS_SWITCH(femtoUniversePairTaskTrackTrack3DMultKtExtended, processMixedEventMCNtr, "Enable processing mixed events MC", false);
902+
PROCESS_SWITCH(femtoUniversePairTaskTrackTrack3DMultKtExtended, processMixedEventMCNtr, "Enable processing mixed events MC", false);
903903
};
904904

905905
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrackSpherHarMultKtExtended.cxx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)