You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Association between a TrackerHit and the corresponding SimTrackerHit"
Author: "EDM4hep authors"
Members:
- float weight // weight of this association
OneToOneRelations:
- edm4hep::TrackerHit rec // reference to the reconstructed hit
- edm4hep::SimTrackerHit sim // reference to the simulated hit
edm4hep::MCRecoTrackerHitPlaneAssociation:
Description: "Association between a TrackerHitPlane and the corresponding SimTrackerHit"
Author: "EDM4hep authors"
Members:
- float weight // weight of this association
OneToOneRelations:
- edm4hep::TrackerHitPlane rec // reference to the reconstructed hit
- edm4hep::SimTrackerHit sim // reference to the simulated hit
I am fairly certain these are leftovers from before the introduction of the TrackerHit interface (#252) and the dedicated MCRecoTrackerHitPlaneAssociation has become obsolete by now. I am not entirely sure whether we can simply drop it transparently.
In any case this should also go in before v1.0.
The text was updated successfully, but these errors were encountered:
Currently we have two associations for
SimTrackerHit
to reco level tracker hits:EDM4hep/edm4hep.yaml
Lines 633 to 649 in a296139
I am fairly certain these are leftovers from before the introduction of the
TrackerHit
interface (#252) and the dedicatedMCRecoTrackerHitPlaneAssociation
has become obsolete by now. I am not entirely sure whether we can simply drop it transparently.In any case this should also go in before v1.0.
The text was updated successfully, but these errors were encountered: