Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No conversion of ReconstructedParticle to ReconstructedParticle relations #92

Open
Zehvogel opened this issue Aug 29, 2024 · 1 comment

Comments

@Zehvogel
Copy link
Contributor

I don't know if this is done in any other place than in TrueJet and I think even there these are only created for convenience so this is not super urgent. If I recall correctly we also cannot have links between two times the same type at the moment anyway in edm4hep?

Relation from: ReconstructedParticle to: ReconstructedParticle (FinalColourNeutralLink) is not beeing handled during creation of associations
Relation from: ReconstructedParticle to: ReconstructedParticle (InitialColourNeutralLink) is not beeing handled during creation of associations
Relation from: ReconstructedParticle to: ReconstructedParticle (TrueJetPFOLink) is not beeing handled during creation of associations
@tmadlener
Copy link
Contributor

There should probably also be a corresponding feature request issue in EDM4hep.

If I recall correctly we also cannot have links between two times the same type at the moment anyway in edm4hep?

We can, both at the moment and in the future with podio::Link (AIDASoft/podio#257). The only thing that get's "lost" for Links that link two objects of the same type is the templated get and set methods. Hence, they will become explicitly directed links, and you will have to use [g|s]etFrom and [g|s]etTo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants