From 185bd20e8a799bfac4be4291d1ec8aa42409d07c Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 1 Feb 2024 15:09:31 +0100 Subject: [PATCH] Remove the edm4hep::ObjectID from the components --- edm4hep.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index 1d584d9c6..3ac0df488 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -107,18 +107,6 @@ components: static const int LastLocation = AtVertex ;\n " - #------ ObjectID helper struct for references/relations - edm4hep::ObjectID: - Members: - - int32_t index - - int32_t collectionID - ExtraCode: - includes: "#include \n" - declaration: " - ObjectID() = default;\n - ObjectID(const podio::ObjectID& id ): index(id.index), collectionID(id.collectionID) {}\n - " - # quantity with an identifier, a value and an error edm4hep::Quantity: Members: @@ -156,7 +144,6 @@ datatypes: VectorMembers: - double weights // event weights in case there are multiple. **NOTE that weights[0] might not be the same as weight!** Event weight names should be stored using the edm4hep::EventWeights name in the file level metadata. - edm4hep::MCParticle: Description: "The Monte Carlo particle - based on the lcio::MCParticle." Author: "F.Gaede, DESY" @@ -357,9 +344,6 @@ datatypes: - float eDepError //error measured on EDep [GeV]. - edm4hep::Vector3d position //hit position in [mm]. - std::array covMatrix //covariance of the position (x,y,z), stored as lower triangle matrix. i.e. cov(x,x) , cov(y,x) , cov(y,y) , cov(z,x) , cov(z,y) , cov(z,z) - VectorMembers: - - edm4hep::ObjectID rawHits //raw data hits. Check getType to get actual data type. - #------------- TrackerHitPlane edm4hep::TrackerHitPlane: @@ -378,8 +362,6 @@ datatypes: - float dv //measurement error along the direction - edm4hep::Vector3d position //hit position in [mm]. - std::array covMatrix //covariance of the position (x,y,z), stored as lower triangle matrix. i.e. cov(x,x) , cov(y,x) , cov(y,y) , cov(z,x) , cov(z,y) , cov(z,z) - VectorMembers: - - edm4hep::ObjectID rawHits //raw data hits. Check getType to get actual data type. #---------- RawTimeSeries