Skip to content

Commit 5861e95

Browse files
committed
Please consider the following formatting changes
1 parent 6a55716 commit 5861e95

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ class FemtoUniverseDetaDphiStar
410410
}
411411
}
412412

413-
414413
/// Check if pair is close or not
415414
template <typename Part>
416415
bool isClosePairFrac(Part const& part1, Part const& part2, float lmagfield, uint8_t ChosenEventType, bool IsDphiAvgOrDist, float DistMax, float FracMax)

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrackSpherHarMultKtExtended.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
729729
/// @param cols subscribe to the collisions table (Data)
730730
/// @param subscribe to the femtoUniverseParticleTable
731731
void processMixedEventCent(FilteredFDCollisions const& cols,
732-
FilteredFemtoFullParticles const& )
732+
FilteredFemtoFullParticles const&)
733733
{
734734
randgen = new TRandom2(0);
735735

@@ -769,7 +769,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
769769
/// @param cols subscribe to the collisions table (Data)
770770
/// @param parts subscribe to the femtoUniverseParticleTable
771771
void processMixedEventNtr(FilteredFDCollisions const& cols,
772-
FilteredFemtoFullParticles const& )
772+
FilteredFemtoFullParticles const&)
773773
{
774774
randgen = new TRandom2(0);
775775

@@ -830,7 +830,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
830830
/// @param parts subscribe to joined table FemtoUniverseParticles and FemtoUniverseMCLables to access Monte Carlo truth
831831
/// @param FemtoUniverseMCParticles subscribe to the Monte Carlo truth table
832832
void processMixedEventMCCent(o2::aod::FdCollisions const& cols,
833-
soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels> const& ,
833+
soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels> const&,
834834
o2::aod::FdMCParticles const&)
835835
{
836836
randgen = new TRandom2(0);
@@ -874,7 +874,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
874874
/// @param parts subscribe to joined table FemtoUniverseParticles and FemtoUniverseMCLables to access Monte Carlo truth
875875
/// @param FemtoUniverseMCParticles subscribe to the Monte Carlo truth table
876876
void processMixedEventMCNtr(o2::aod::FdCollisions const& cols,
877-
soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels> const& ,
877+
soa::Join<FilteredFemtoFullParticles, aod::FDMCLabels> const&,
878878
o2::aod::FdMCParticles const&)
879879
{
880880
randgen = new TRandom2(0);

0 commit comments

Comments
 (0)