We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9476160 commit 811cfa0Copy full SHA for 811cfa0
PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h
@@ -19,9 +19,6 @@
19
#ifndef PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
20
#define PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
21
22
-#include <map>
23
-#include <string>
24
-
25
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
26
27
#include "Framework/ASoAHelpers.h"
@@ -32,6 +29,9 @@
32
29
#include <Framework/Configurable.h>
33
30
#include <Framework/InitContext.h>
34
31
+#include <map>
+#include <string>
+
35
using namespace o2;
36
using namespace o2::soa;
37
using namespace o2::framework;
0 commit comments