Skip to content

Commit e4be4e5

Browse files
committed
Please consider the following formatting changes
1 parent 40425e1 commit e4be4e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 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

0 commit comments

Comments
 (0)