diff --git a/CMakeLists.txt b/CMakeLists.txt index 598bff2..cfc8346 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(EDM4EIC LANGUAGES CXX) SET( ${PROJECT_NAME}_VERSION_MAJOR 8 ) -SET( ${PROJECT_NAME}_VERSION_MINOR 7 ) +SET( ${PROJECT_NAME}_VERSION_MINOR 8 ) SET( ${PROJECT_NAME}_VERSION_PATCH 0 ) SET( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}" ) diff --git a/edm4eic.yaml b/edm4eic.yaml index 802b454..7ee21e9 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -9,7 +9,7 @@ ## If there are schema version changes that can be evolved, see the podio documentation ## for an example: https://github.com/AIDASoft/podio/tree/master/tests/schema_evolution ## -schema_version: 870 +schema_version: 880 options : # should getters / setters be prefixed with get / set? @@ -378,6 +378,26 @@ datatypes: OneToManyRelations: - edm4eic::MCRecoTrackerHitAssociation rawHitAssociations // raw sensor hits, associated with MC hits + edm4eic::IrtRadiatorInfo: + Description: "IRT 2.1 output (radiator level)" + Author: "A. Kiselev" + Members: + - uint16_t npe // Detected photoelectron count + - uint16_t nhits // Hit count associated with this radiator by IRT engine + - float angle // Reconstructed Cherenkov angle + + edm4eic::IrtParticle: + Description: "IRT 2.1 output (track level)" + Author: "A. Kiselev" + Members: + - int32_t PDG // Reconstructed most probable PDG code + - uint16_t npe // Detected photoelectron count + - uint16_t nhits // Hit count associated with this particle by IRT engine + OneToOneRelations: + - edm4eic::Track track // charged particle track + OneToManyRelations: + - edm4eic::IrtRadiatorInfo radiators // radiator-related information + edm4eic::RingImage: ##@TODO: Juggler support; not used in EICrecon Description: "EIC Ring Image Cluster"