From 3d8ca3ec726b7495fc69e8c896e46648897ad4b7 Mon Sep 17 00:00:00 2001 From: Chandradoy Chatterjee Date: Wed, 26 Jul 2023 13:41:38 +0200 Subject: [PATCH 1/2] Added Incident angle in data model --- edm4eic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/edm4eic.yaml b/edm4eic.yaml index 64bfd91..f9696d9 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -283,6 +283,7 @@ datatypes: VectorMembers: - edm4eic::CherenkovParticleIDHypothesis hypotheses // Evaluated PDG hypotheses - edm4hep::Vector2f thetaPhiPhotons // estimated (theta,phi) for each Cherenkov photon + - float incidentAngle // incident photon angle wrt sensor normal OneToOneRelations: - edm4eic::TrackSegment chargedParticle // reconstructed charged particle OneToManyRelations: From 84c72a93305ce305033ac5767b946edd47496cc4 Mon Sep 17 00:00:00 2001 From: Chandradoy Chatterjee Date: Fri, 28 Jul 2023 10:22:10 +0200 Subject: [PATCH 2/2] Update edm4eic.yaml Co-authored-by: Christopher Dilks --- edm4eic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edm4eic.yaml b/edm4eic.yaml index f9696d9..e8f27a3 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -283,7 +283,7 @@ datatypes: VectorMembers: - edm4eic::CherenkovParticleIDHypothesis hypotheses // Evaluated PDG hypotheses - edm4hep::Vector2f thetaPhiPhotons // estimated (theta,phi) for each Cherenkov photon - - float incidentAngle // incident photon angle wrt sensor normal + - float incidentAngle // incident MC-truth photon angle wrt sensor normal OneToOneRelations: - edm4eic::TrackSegment chargedParticle // reconstructed charged particle OneToManyRelations: