|
26 | 26 | // romain.schotter@cern.ch |
27 | 27 | // |
28 | 28 |
|
29 | | -#include <Math/Vector4D.h> |
30 | | -#include <cmath> |
31 | | -#include <array> |
32 | | -#include <cstdlib> |
33 | | -#include <map> |
34 | | -#include <string> |
35 | | -#include <vector> |
36 | | - |
37 | | -#include <TFile.h> |
38 | | -#include <TH2F.h> |
39 | | -#include <TProfile.h> |
40 | | -#include <TLorentzVector.h> |
41 | | -#include <TPDGCode.h> |
| 29 | +#include "PWGLF/DataModel/LFStrangenessPIDTables.h" |
| 30 | +#include "PWGLF/DataModel/LFStrangenessTables.h" |
42 | 31 |
|
43 | | -#include "Framework/runDataProcessing.h" |
44 | | -#include "Framework/AnalysisTask.h" |
45 | | -#include "Framework/AnalysisDataModel.h" |
46 | | -#include "Framework/ASoAHelpers.h" |
47 | | -#include "Framework/O2DatabasePDGPlugin.h" |
48 | | -#include "ReconstructionDataFormats/Track.h" |
49 | | -#include "CCDB/BasicCCDBManager.h" |
50 | | -#include "CommonConstants/PhysicsConstants.h" |
51 | | -#include "Common/Core/trackUtilities.h" |
52 | 32 | #include "Common/CCDB/ctpRateFetcher.h" |
53 | | -#include "PWGLF/DataModel/LFStrangenessTables.h" |
54 | | -#include "PWGLF/DataModel/LFStrangenessPIDTables.h" |
55 | 33 | #include "Common/Core/TrackSelection.h" |
56 | | -#include "Common/DataModel/TrackSelectionTables.h" |
| 34 | +#include "Common/Core/trackUtilities.h" |
| 35 | +#include "Common/DataModel/Centrality.h" |
57 | 36 | #include "Common/DataModel/EventSelection.h" |
58 | 37 | #include "Common/DataModel/Multiplicity.h" |
59 | | -#include "Common/DataModel/Centrality.h" |
60 | 38 | #include "Common/DataModel/PIDResponse.h" |
61 | | - |
| 39 | +#include "Common/DataModel/TrackSelectionTables.h" |
62 | 40 | #include "EventFiltering/Zorro.h" |
63 | 41 | #include "EventFiltering/ZorroSummary.h" |
64 | 42 |
|
| 43 | +#include "CCDB/BasicCCDBManager.h" |
| 44 | +#include "CommonConstants/PhysicsConstants.h" |
| 45 | +#include "Framework/ASoAHelpers.h" |
| 46 | +#include "Framework/AnalysisDataModel.h" |
| 47 | +#include "Framework/AnalysisTask.h" |
| 48 | +#include "Framework/O2DatabasePDGPlugin.h" |
| 49 | +#include "Framework/runDataProcessing.h" |
| 50 | +#include "ReconstructionDataFormats/Track.h" |
| 51 | + |
| 52 | +#include <Math/Vector4D.h> |
| 53 | +#include <TFile.h> |
| 54 | +#include <TH2F.h> |
| 55 | +#include <TLorentzVector.h> |
| 56 | +#include <TPDGCode.h> |
| 57 | +#include <TProfile.h> |
| 58 | + |
| 59 | +#include <array> |
| 60 | +#include <cmath> |
| 61 | +#include <cstdlib> |
| 62 | +#include <map> |
| 63 | +#include <string> |
| 64 | +#include <vector> |
| 65 | + |
65 | 66 | // constants |
66 | 67 | const float ctauXiPDG = 4.91; // Xi PDG lifetime |
67 | 68 | const float ctauOmegaPDG = 2.461; // Omega PDG lifetime |
@@ -592,7 +593,7 @@ struct strangenessderivedbinnedinfo { |
592 | 593 | if ((analyseLambda || analyseAntiLambda) && |
593 | 594 | v0.distovertotmom(collision.posX(), collision.posY(), collision.posZ()) * o2::constants::physics::MassLambda0 > lifetimecut->get("lifetimecutLambda")) |
594 | 595 | return false; |
595 | | - if (analyseK0Short && |
| 596 | + if (analyseK0Short && |
596 | 597 | v0.distovertotmom(collision.posX(), collision.posY(), collision.posZ()) * o2::constants::physics::MassK0Short > lifetimecut->get("lifetimecutK0S")) |
597 | 598 | return false; |
598 | 599 |
|
|
0 commit comments