Skip to content

Commit 42d5225

Browse files
committed
Please consider the following formatting changes
1 parent 06304d5 commit 42d5225

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,10 +1904,10 @@ struct FemtoUniverseProducerTask {
19041904
PROCESS_SWITCH(FemtoUniverseProducerTask, processTrackCentRun3Data, "Provide experimental data for Run 3 with centrality for track track", false);
19051905

19061906
void processTrackCentRun3DataMC(aod::FemtoFullCollisionCentRun3MC const& col,
1907-
aod::BCsWithTimestamps const&,
1908-
soa::Join<aod::FemtoFullTracks, aod::McTrackLabels> const& tracks,
1909-
aod::McCollisions const&,
1910-
aod::McParticles const&)
1907+
aod::BCsWithTimestamps const&,
1908+
soa::Join<aod::FemtoFullTracks, aod::McTrackLabels> const& tracks,
1909+
aod::McCollisions const&,
1910+
aod::McParticles const&)
19111911
{
19121912
// get magnetic field for run
19131913
auto bc = col.bc_as<aod::BCsWithTimestamps>();
@@ -1923,7 +1923,6 @@ struct FemtoUniverseProducerTask {
19231923
}
19241924
PROCESS_SWITCH(FemtoUniverseProducerTask, processTrackCentRun3DataMC, "Provide MC data for track analysis", false);
19251925

1926-
19271926
void processV0CentRun3Data(aod::FemtoFullCollisionCentRun3 const& col,
19281927
aod::BCsWithTimestamps const&,
19291928
soa::Filtered<aod::FemtoFullTracks> const& tracks,

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrackSpherHarMultKtExtended.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
593593
if (cfgProcessMM) {
594594
doSameEvent<false>(thegroupPartsTwo, thegroupPartsTwo, parts, col.magField(), col.multV0M(), 3, fillQA);
595595
}
596-
delete randgen;
596+
delete randgen;
597597
}
598598
PROCESS_SWITCH(femtoUniversePairTaskTrackTrackSpherHarMultKtExtended, processSameEventMC, "Enable processing same event for Monte Carlo", false);
599599

@@ -749,7 +749,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
749749
}
750750
/// \todo before mixing we should check whether both collisions contain a pair of particles!
751751
// if (partsOne.size() == 0 || nPart2Evt1 == 0 || nPart1Evt2 == 0 || partsTwo.size() == 0 ) continue;
752-
752+
753753
if (cfgProcessPM) {
754754
auto groupPartsOne = partsOneMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex(), cache);
755755
auto groupPartsTwo = partsTwoMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision2.globalIndex(), cache);
@@ -764,7 +764,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
764764
auto groupPartsOne = partsTwoMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex(), cache);
765765
auto groupPartsTwo = partsTwoMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision2.globalIndex(), cache);
766766
doMixedEvent<false>(groupPartsOne, groupPartsTwo, parts, magFieldTesla1, multiplicityCol, 3);
767-
}
767+
}
768768
}
769769
delete randgen;
770770
}
@@ -777,4 +777,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
777777
adaptAnalysisTask<femtoUniversePairTaskTrackTrackSpherHarMultKtExtended>(cfgc),
778778
};
779779
return workflow;
780-
}
780+
}
781+

0 commit comments

Comments
 (0)