Skip to content
Snippets Groups Projects
Commit ba1bda65 authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Try to fix MAC link error

parent 32d1c021
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,9 @@ add_library(DD4hep::DDTest ALIAS DDTest)
dd4hep_use_python_executable()
target_include_directories(DDTest INTERFACE include)
## test_example
foreach(TEST_NAME
test_example
test_bitfield64
test_bitfieldcoder
test_DetType
......
......@@ -13,10 +13,10 @@
#include <cmath>
static dd4hep::DDTest test( "CellDimensions" ) ;
int main() {
dd4hep::DDTest test( "CellDimensions" ) ;
int main() {
try{
dd4hep::DDSegmentation::CartesianGridXY seg("system:8,barrel:3,layer:8,slice:5,x:16,y:16");
......
......@@ -13,12 +13,14 @@
#include <cmath>
static dd4hep::DDTest test( "CellDimensions" ) ;
using namespace dd4hep;
using namespace dd4hep::detail;
//using dd4hep::DDSegmentation::BitFieldCoder;
int main() {
dd4hep::DDTest test( "CellDimensions" );
try{
BitFieldCoder bf("system:8,barrel:3,layer:8,slice:5,x:16,y:16");
Segmentation base("CartesianGridXY","Test",&bf);
......
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