Skip to content

Commit 9006b9a

Browse files
author
nkaratze
committed
Clang changes the order of headers which causes the ERROR
1 parent 3c66c89 commit 9006b9a

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,21 @@ for different pt ranges (constituting bins). The values are inserted as configur
2020
Also feed-down matrices for the Lambda and Anti-Lambda are produced.
2121
This analysis includes three processes, one for Real Data and two for MC at the Generated and Reconstructed level*/
2222

23-
#include "PWGLF/DataModel/LFStrangenessTables.h"
24-
#include "PWGLF/Utils/inelGt.h"
23+
#include <memory>
24+
#include <vector>
25+
#include <string>
26+
#include <utility>
2527

28+
#include "Framework/runDataProcessing.h"
29+
#include "Framework/AnalysisTask.h"
2630
#include "Common/DataModel/EventSelection.h"
31+
#include "PWGLF/DataModel/LFStrangenessTables.h"
2732
#include "Common/DataModel/PIDResponse.h"
28-
29-
#include "CommonConstants/PhysicsConstants.h"
3033
#include "CommonUtils/StringUtils.h"
31-
#include "Framework/AnalysisTask.h"
3234
#include "Framework/O2DatabasePDGPlugin.h"
33-
#include "Framework/runDataProcessing.h"
34-
35+
#include "CommonConstants/PhysicsConstants.h"
3536
#include "TPDGCode.h"
36-
37-
#include <memory>
38-
#include <string>
39-
#include <utility>
40-
#include <vector>
37+
#include "PWGLF/Utils/inelGt.h"
4138

4239
// namespace to be used for pt plots and bins
4340
namespace pthistos

0 commit comments

Comments
 (0)