diff --git a/README.md b/README.md index c684d9ce9..841aa16ae 100644 --- a/README.md +++ b/README.md @@ -26,30 +26,30 @@ A generic event data model for future HEP collider experiments. | [EventHeader](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L229) | [MCParticle](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L241) | [SimTrackerHit](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L313) | | [CaloHitContribution](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L349) | [SimCalorimeterHit](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L362) | [RawCalorimeterHit](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L373) | | [CalorimeterHit](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L382) | [ParticleID](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L393) | [Cluster](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L407) | -| [TrackerHit3D](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L444) | [TrackerHitPlane](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L469) | [SenseWireHit](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L510) | -| [RawTimeSeries](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L497) | [Track](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L534) | [Vertex](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L577) | -| [ReconstructedParticle](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L623) | [TimeSeries](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L657) | [RecDqdx](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L669) | +| [TrackerHit3D](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L438) | [TrackerHitPlane](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L463) | [SenseWireHit](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L504) | +| [RawTimeSeries](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L491) | [Track](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L528) | [Vertex](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L571) | +| [ReconstructedParticle](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L617) | [TimeSeries](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L651) | [RecDqdx](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L663) | **Links** | | | | |-|-|-| -| [RecoMCParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L711) | [CaloHitSimCaloHitLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L735) | [TrackerHitSimTrackerHitLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L741) | -| [CaloHitMCParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L717) | [ClusterMCParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L723) | [TrackMCParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L729) | -| [VertexRecoParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L747) | | | +| [RecoMCParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L705) | [CaloHitSimCaloHitLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L729) | [TrackerHitSimTrackerHitLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L735) | +| [CaloHitMCParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L711) | [ClusterMCParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L717) | [TrackMCParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L723) | +| [VertexRecoParticleLink](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L741) | | | **Generator related (meta-)data** | | | | |-|-|-| -| [GeneratorEventParameters](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L678) | | | +| [GeneratorEventParameters](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L672) | | | | | | | **Interfaces** | | | | |-|-|-| -| [TrackerHit](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L694) | | | +| [TrackerHit](https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L688) | | | The tests and examples in the `tests` directory show how to read, write, and use these types in your code. diff --git a/edm4hep.yaml b/edm4hep.yaml index 5d84e1c62..5c2e3cf94 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -427,18 +427,12 @@ datatypes: declaration: | /// Get the position error value for the two passed dimensions float getPositionError(edm4hep::Cartesian dimI, edm4hep::Cartesian dimJ) const { return getPositionError().getValue(dimI, dimJ); } - /// Get the Azimuthal angle of the cluster's intrinsic direction (used e.g. for vertexing). Not to be confused with the cluster position seen from IP - [[deprecated("Use getIPhi instead")]] - float getPhi() const { return getIPhi(); } MutableExtraCode: includes: "#include " declaration: | /// Set the position error value for the two passed dimensions void setPositionError(float value, edm4hep::Cartesian dimI, edm4hep::Cartesian dimJ) { return getPositionError().setValue(value, dimI, dimJ); } - /// Set the Azimuthal angle of the cluster's intrinsic direction (used e.g. for vertexing). Not to be confused with the cluster position seen from IP - [[deprecated("Use setIPhi instead")]] - void setPhi(float value) { setIPhi(value); } edm4hep::TrackerHit3D: