Skip to content
Snippets Groups Projects
Commit 842f6905 authored by Christopher Dilks's avatar Christopher Dilks
Browse files

Squashed commit of the following:

commit 5a106418
Author: Christopher Dilks <christopher.j.dilks@gmail.com>
Date:   Fri Aug 12 19:12:40 2022 -0400

    modified:   eic_data.yaml

commit 0d8eb515
Author: Christopher Dilks <christopher.j.dilks@gmail.com>
Date:   Fri Aug 12 19:10:15 2022 -0400

    cherry pick CMakeLists from `use-upstream-edm4hep` branch
parent e57448df
No related branches found
No related tags found
1 merge request!70add IRT data model
Pipeline #35410 failed
...@@ -25,7 +25,10 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) ...@@ -25,7 +25,10 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
find_package(ROOT REQUIRED COMPONENTS Core RIO Tree) find_package(ROOT REQUIRED COMPONENTS Core RIO Tree)
include(${ROOT_USE_FILE}) include(${ROOT_USE_FILE})
PODIO_GENERATE_DATAMODEL(eicd eic_data.yaml headers sources OUTPUT_FOLDER ${CMAKE_CURRENT_BINARY_DIR}) PODIO_GENERATE_DATAMODEL(eicd eic_data.yaml headers sources
UPSTREAM_EDM edm4hep:${EDM4HEP_DATA_DIR}/edm4hep.yaml
OUTPUT_FOLDER ${CMAKE_CURRENT_BINARY_DIR}
)
add_library(eicd SHARED add_library(eicd SHARED
${sources} ${sources}
......
...@@ -280,7 +280,7 @@ datatypes: ...@@ -280,7 +280,7 @@ datatypes:
- eicd::CherenkovThetaAngleMeasurement angles // Evaluated Cherenkov angles for different radiators - eicd::CherenkovThetaAngleMeasurement angles // Evaluated Cherenkov angles for different radiators
OneToOneRelations: OneToOneRelations:
## @TODO: should it be one-to-one? ## @TODO: should it be one-to-one?
- eicd::ReconstructedParticle associatedParticle // associated reconstructed particle - edm4hep::MCParticle associatedParticle // associated reconstructed particle
## ========================================================================== ## ==========================================================================
## Calorimetry ## Calorimetry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment