Skip to content
Snippets Groups Projects
Commit ab1a933a authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Mutable datatypes in podio@0.14.1 and later

parent c4817724
No related branches found
No related tags found
1 merge request!81Mutable datatypes in podio@0.14.1 and later
Pipeline #29124 failed
...@@ -14,10 +14,10 @@ if(APPLE) ...@@ -14,10 +14,10 @@ if(APPLE)
endif(APPLE) endif(APPLE)
find_package(podio 0.11.0 REQUIRED) find_package(podio 0.14.1 REQUIRED)
include_directories(${podio_INCLUDE_DIR}) include_directories(${podio_INCLUDE_DIR})
find_package(EDM4HEP REQUIRED) find_package(EDM4HEP 0.4.1 REQUIRED)
#include(cmake/root.cmake) #include(cmake/root.cmake)
list(APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS}) list(APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS})
......
...@@ -260,7 +260,7 @@ datatypes: ...@@ -260,7 +260,7 @@ datatypes:
- eicd::Track tracks // Tracks used for this particle - eicd::Track tracks // Tracks used for this particle
- eicd::ReconstructedParticle particles // Reconstructed particles that have been combined to this particle - eicd::ReconstructedParticle particles // Reconstructed particles that have been combined to this particle
- eicd::ParticleID particleIDs // All associated particle IDs for this particle (not sorted by likelihood) - eicd::ParticleID particleIDs // All associated particle IDs for this particle (not sorted by likelihood)
ConstExtraCode: ExtraCode:
declaration: " declaration: "
bool isCompound() const {return particles_size() > 0;}\n bool isCompound() const {return particles_size() > 0;}\n
" "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment