Skip to content

Commit 0625f43

Browse files
committed
Please consider the following formatting changes
1 parent b053fd6 commit 0625f43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGLF/Tasks/GlobalEventProperties/dndetaHi.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#include "Common/DataModel/PIDResponseTOF.h"
2525
#include "Common/DataModel/PIDResponseTPC.h"
2626
#include "Common/DataModel/TrackSelectionTables.h"
27-
#include "CommonConstants/MathConstants.h"
2827

28+
#include "CommonConstants/MathConstants.h"
2929
#include <Framework/AnalysisDataModel.h>
3030
#include <Framework/AnalysisHelpers.h>
3131
#include <Framework/AnalysisTask.h>
@@ -223,7 +223,6 @@ static constexpr TrackSelectionFlags::flagtype TrackSelectionTPC =
223223
static constexpr TrackSelectionFlags::flagtype TrackSelectionDCA =
224224
TrackSelectionFlags::kDCAz | TrackSelectionFlags::kDCAxy;
225225

226-
227226
struct DndetaHi {
228227
SliceCache cache;
229228
Preslice<Particles> perMCCol = aod::mcparticle::mcCollisionId;
@@ -915,4 +914,4 @@ struct DndetaHi {
915914
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
916915
{
917916
return WorkflowSpec{adaptAnalysisTask<DndetaHi>(cfgc)};
918-
}
917+
}

0 commit comments

Comments
 (0)