Skip to content

Commit 0b8bb41

Browse files
Merge pull request #1 from alibuild/alibot-cleanup-12447
Please consider the following formatting changes to #12447
2 parents 92b6f70 + 7080568 commit 0b8bb41

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

PWGLF/Tasks/Nuspex/spectraCharged.cxx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@
1313
// mimics Run1&2 version https://github.com/alisw/AliPhysics/blob/master/PWGLF/SPECTRA/ChargedHadrons/MultDepSpec/AliMultDepSpecAnalysisTask.cxx
1414
// and is compatible with postprocessing https://gitlab.cern.ch/mkruger/unfoldingframework
1515

16-
#include "Framework/HistogramRegistry.h"
17-
#include "ReconstructionDataFormats/Track.h"
18-
#include "Framework/runDataProcessing.h"
19-
#include "Framework/AnalysisTask.h"
20-
#include "Framework/O2DatabasePDGPlugin.h"
21-
#include "Common/DataModel/EventSelection.h"
22-
#include "Common/DataModel/Centrality.h"
23-
#include "Common/DataModel/TrackSelectionTables.h"
2416
#include "Common/Core/TrackSelection.h"
2517
#include "Common/Core/TrackSelectionDefaults.h"
18+
#include "Common/DataModel/Centrality.h"
19+
#include "Common/DataModel/EventSelection.h"
20+
#include "Common/DataModel/TrackSelectionTables.h"
21+
22+
#include "Framework/AnalysisTask.h"
23+
#include "Framework/HistogramRegistry.h"
24+
#include "Framework/O2DatabasePDGPlugin.h"
25+
#include "Framework/runDataProcessing.h"
26+
#include "ReconstructionDataFormats/Track.h"
27+
2628
#include "TDatabasePDG.h"
2729

2830
using namespace o2;

0 commit comments

Comments
 (0)