File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,21 @@ for different pt ranges (constituting bins). The values are inserted as configur
2020Also feed-down matrices for the Lambda and Anti-Lambda are produced.
2121This 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
4340namespace pthistos
You can’t perform that action at this time.
0 commit comments