Skip to content

Commit 38b250f

Browse files
committed
Please consider the following formatting changes
1 parent 666126e commit 38b250f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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)