Skip to content

Commit 36f7fcc

Browse files
authored
Merge pull request #35 from alibuild/alibot-cleanup-13092
Please consider the following formatting changes to AliceO2Group#13092
2 parents 3415af1 + abeef70 commit 36f7fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoWorld/Core/FemtoWorldMath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class FemtoWorldMath
3939
/// \param part2 Particle 2
4040
/// \param mass2 Mass of particle 2
4141
template <typename T>
42-
static float getkstar(const T& part1, const float mass1, const T& part2, const float mass2, const float z1=1.f, const float z2=1.f)
42+
static float getkstar(const T& part1, const float mass1, const T& part2, const float mass2, const float z1 = 1.f, const float z2 = 1.f)
4343
{
4444
const ROOT::Math::PtEtaPhiMVector vecpart1(part1.pt() * z1, part1.eta(), part1.phi(), mass1);
4545
const ROOT::Math::PtEtaPhiMVector vecpart2(part2.pt() * z2, part2.eta(), part2.phi(), mass2);

0 commit comments

Comments
 (0)