We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548e0f4 commit de6f624Copy full SHA for de6f624
1 file changed
PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackPhi.cxx
@@ -25,8 +25,8 @@
25
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h"
26
#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
27
28
-#include "CommonConstants/PhysicsConstants.h"
29
#include <CommonConstants/MathConstants.h>
+#include <CommonConstants/PhysicsConstants.h>
30
#include <Framework/ASoA.h>
31
#include <Framework/ASoAHelpers.h>
32
#include <Framework/AnalysisDataModel.h>
@@ -44,7 +44,7 @@
44
#include <Framework/runDataProcessing.h>
45
#include <ReconstructionDataFormats/PID.h>
46
47
-#include "TPDGCode.h"
+#include <TPDGCode.h>
48
49
#include <cmath>
50
#include <cstddef>
0 commit comments