Skip to content

Commit f79b8da

Browse files
committed
qaKFParticle.cxx: put HomogeneousField directive before including KF headers
1 parent 8d5291b commit f79b8da

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Tools/KFparticle/qaKFParticle.cxx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
/// \brief Task to test the performance of the KFParticle package
1616
///
1717

18+
#ifndef HomogeneousField
19+
#define HomogeneousField // o2-linter: disable=name/macro (required by KFParticle)
20+
#endif
21+
1822
#include "Tools/KFparticle/qaKFParticle.h"
1923

2024
#include "TableHelper.h"
@@ -54,12 +58,6 @@
5458

5559
#include <string>
5660

57-
#ifndef HomogeneousField
58-
59-
#define HomogeneousField
60-
61-
#endif
62-
6361
using namespace o2;
6462
using namespace o2::framework;
6563
using namespace o2::framework::expressions;

0 commit comments

Comments
 (0)