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 5e3822f commit cd56de7Copy full SHA for cd56de7
Common/Core/fwdtrackUtilities.h
@@ -18,10 +18,18 @@
18
#ifndef COMMON_CORE_FWDTRACKUTILITIES_H_
19
#define COMMON_CORE_FWDTRACKUTILITIES_H_
20
21
+#include <DetectorsBase/GeometryManager.h>
22
+#include <Field/MagneticField.h>
23
+#include <GlobalTracking/MatchGlobalFwd.h>
24
+#include <MCHTracking/TrackExtrap.h>
25
+#include <ReconstructionDataFormats/GlobalFwdTrack.h>
26
+#include <ReconstructionDataFormats/TrackFwd.h>
27
+
28
+#include <Math/MatrixRepresentationsStatic.h>
29
+#include <Math/SMatrix.h>
30
+#include <TGeoGlobalMagField.h>
31
32
#include <vector>
-#include <utility>
-#include "Math/SMatrix.h"
-#include "TGeoGlobalMagField.h"
33
34
namespace o2::aod
35
{
0 commit comments