We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5291b commit f79b8daCopy full SHA for f79b8da
1 file changed
Tools/KFparticle/qaKFParticle.cxx
@@ -15,6 +15,10 @@
15
/// \brief Task to test the performance of the KFParticle package
16
///
17
18
+#ifndef HomogeneousField
19
+#define HomogeneousField // o2-linter: disable=name/macro (required by KFParticle)
20
+#endif
21
+
22
#include "Tools/KFparticle/qaKFParticle.h"
23
24
#include "TableHelper.h"
@@ -54,12 +58,6 @@
54
58
55
59
#include <string>
56
60
57
-#ifndef HomogeneousField
-
-#define HomogeneousField
61
-#endif
62
63
using namespace o2;
64
using namespace o2::framework;
65
using namespace o2::framework::expressions;
0 commit comments