We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa63a9 commit c14991eCopy full SHA for c14991e
1 file changed
PWGCF/FemtoUniverse/Tasks/FemtoUniverseParticleHisto.h
@@ -20,11 +20,13 @@
20
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPARTICLEHISTO_H_
21
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPARTICLEHISTO_H_
22
23
-#include <string>
24
-#include <optional>
25
#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
26
-#include "Framework/HistogramRegistry.h"
+
27
#include "CommonConstants/MathConstants.h"
+#include "Framework/HistogramRegistry.h"
28
+#include <optional>
29
+#include <string>
30
31
using namespace o2::framework; // o2-linter: disable=using-directive
32
0 commit comments