File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,24 @@ 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 < memory>
24- #include < vector>
25- #include < string>
26- #include < utility>
23+ #include " PWGLF/DataModel/LFStrangenessTables.h"
24+ #include " PWGLF/Utils/inelGt.h"
2725
28- #include " Framework/runDataProcessing.h"
29- #include " Framework/AnalysisTask.h"
3026#include " Common/DataModel/EventSelection.h"
31- #include " PWGLF/DataModel/LFStrangenessTables.h"
3227#include " Common/DataModel/PIDResponse.h"
28+
29+ #include " CommonConstants/PhysicsConstants.h"
3330#include " CommonUtils/StringUtils.h"
31+ #include " Framework/AnalysisTask.h"
3432#include " Framework/O2DatabasePDGPlugin.h"
35- #include " CommonConstants/PhysicsConstants.h"
33+ #include " Framework/runDataProcessing.h"
34+
3635#include " TPDGCode.h"
37- #include " PWGLF/Utils/inelGt.h"
36+
37+ #include < memory>
38+ #include < string>
39+ #include < utility>
40+ #include < vector>
3841
3942// namespace to be used for pt plots and bins
4043namespace pthistos
You can’t perform that action at this time.
0 commit comments