diff --git a/edm4hep.yaml b/edm4hep.yaml index ca84e529e..6e7ecc9ec 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -381,7 +381,7 @@ datatypes : - float dEdxError //error of dEdx. - float radiusOfInnermostHit //radius of the innermost hit that has been used in the track fit VectorMembers: - - int32_t subDetectorHitNumbers //number of hits in particular subdetectors.Check/set collection variable TrackSubdetectorNames for decoding the indices + - int32_t subdetectorHitNumbers //number of hits in particular subdetectors.Check/set collection variable TrackSubdetectorNames for decoding the indices - edm4hep::TrackState trackStates //track states - edm4hep::Quantity dxQuantities // different measurements of dx quantities OneToManyRelations: diff --git a/test/utils/CMakeLists.txt b/test/utils/CMakeLists.txt index fde786392..94a8e66f7 100644 --- a/test/utils/CMakeLists.txt +++ b/test/utils/CMakeLists.txt @@ -23,5 +23,6 @@ catch_discover_tests(unittests) add_test(NAME pyunittests COMMAND python -m unittest discover -s ${CMAKE_CURRENT_LIST_DIR}) set_property(TEST pyunittests PROPERTY ENVIRONMENT - LD_LIBRARY_PATH=$:$ENV{LD_LIBRARY_PATH} + LD_LIBRARY_PATH=$:$:$<$:$:>$:$ENV{LD_LIBRARY_PATH} + ROOT_INCLUDE_PATH=${PROJECT_SOURCE_DIR}/edm4hep:${PROJECT_SOURCE_DIR}/utils/include:$ENV{ROOT_INCLUDE_PATH} )