Skip to content

Commit 325d896

Browse files
authored
Fixing clang-format error
1 parent 3ddf3ee commit 325d896

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)