Skip to content
Snippets Groups Projects
Commit dacd0263 authored by Administrator's avatar Administrator
Browse files

Fix a runtime problem on arm64

When compiling one of the test macros the compilation crashed. The reson was
a problem with the generated dictionary. The problem could be solved by
removing an include statement from the header file.
parent e64d1d11
No related branches found
No related tags found
1 merge request!937Fix a runtime problem on arm64
Pipeline #18741 passed
......@@ -4,6 +4,8 @@
#include "ATKFParticleFinder.h"
#include "KFParticleTopoReconstructor.h"
void ATKFParticleFinder::InitInput(const std::string& file_name, const std::string& tree_name)
{
std::cout << "ATKFParticleFinder::InitInput()\n";
......
......@@ -16,7 +16,8 @@
#include "AnalysisTree/Detector.hpp"
#include "AnalysisTree/EventHeader.hpp"
#include "CutsContainer.h"
#include "KFParticleTopoReconstructor.h"
class KFParticleTopoReconstructor;
class ATKFParticleFinder {
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment