Skip to content

Commit 7903911

Browse files
authored
Removing unused template type parameter
1 parent 3b8263a commit 7903911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrackSpherHarMultKtExtended.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
461461
/// @param parts femtoUniverseParticles table (in case of Monte Carlo joined with FemtoUniverseMCLabels)
462462
/// @param magFieldTesla magnetic field of the collision
463463
/// @param multCol multiplicity of the collision
464-
template <bool isMC, typename PartitionType, typename PartType, typename MCParticles = std::nullptr_t>
465-
void doSameEvent(PartitionType groupPartsOne, PartitionType groupPartsTwo, PartType parts, float magFieldTesla, int multCol, int ContType, bool fillQA, [[maybe_unused]] MCParticles mcParts = nullptr)
464+
template <bool isMC, typename PartitionType, typename PartType>
465+
void doSameEvent(PartitionType groupPartsOne, PartitionType groupPartsTwo, PartType parts, float magFieldTesla, int multCol, int ContType, bool fillQA)
466466
{
467467

468468
/// Histogramming same event

0 commit comments

Comments
 (0)