Skip to content

Commit a44ec85

Browse files
committed
Please consider the following formatting changes
1 parent b76b7a7 commit a44ec85

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

PWGHF/D2H/Tasks/taskDplus.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ using namespace o2::framework::expressions;
3838
using namespace o2::hf_centrality;
3939
using namespace o2::hf_occupancy;
4040

41-
4241
/// D± analysis task
4342
struct HfTaskDplus {
4443
Configurable<int> selectionFlagDplus{"selectionFlagDplus", 7, "Selection Flag for DPlus"}; // 7 corresponds to topo+PID cuts

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)