Skip to content

Commit d1072f4

Browse files
committed
fixed spaces
1 parent b76b7a7 commit d1072f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enum OccupancyEstimator { None = 0,
4242
/// \param collision is the collision with the occupancy information
4343
/// \return collision occupancy
4444
template <typename Coll>
45-
float getOccupancyColl(Coll const& collision, int occEstimator=1)
45+
float getOccupancyColl(Coll const& collision, int occEstimator = 1)
4646
{
4747
float occupancy = -999.;
4848
switch (occEstimator) {
@@ -64,7 +64,7 @@ float getOccupancyColl(Coll const& collision, int occEstimator=1)
6464
/// \param collSlice collection of reconstructed collisions associated to a generated one
6565
/// \return generated MC collision occupancy
6666
template <typename CCs>
67-
int getOccupancyGenColl(CCs const& collSlice, int occEstimator=1)
67+
int getOccupancyGenColl(CCs const& collSlice, int occEstimator = 1)
6868
{
6969
float multiplicity{0.f};
7070
int occupancy = 0;

0 commit comments

Comments
 (0)