Skip to content
Snippets Groups Projects

Use ActsDD4hep instead of Acts

Merged Wouter Deconinck requested to merge acts-dd4hep-plugin into main
Files
6
@@ -14,9 +14,13 @@
#include "XML/Layering.h"
#include "XML/Utilities.h"
#if defined(USE_ACTSDD4HEP)
#include "ActsDD4hep/ActsExtension.hpp"
#include "ActsDD4hep/ConvertMaterial.hpp"
#else
#include "Acts/Plugins/DD4hep/ActsExtension.hpp"
#include "Acts/Plugins/DD4hep/ConvertDD4hepMaterial.hpp"
#endif
using namespace std;
using namespace dd4hep;
Loading