Skip to content

More efficient handoff between EDM4hep & ACTS EDM #56

Description

@tmadlener

Currently our (Gaudi Functional) algorithms need to consume and produce EDM4hep. This is in general a good idea as it means that we can enforce a certain level of consistency of algorithms and data they can exchange. However, this also means that other "framework like" components like ACTS (or Pandora) have to either be encapsulated within large(ish) Gaudi algorithms or that we will incur several conversions from and to the respective EDMs that they use internally. Especially for tracking, I think it will be important to have it split across several algorithms as some of them (e.g. a (C)KF) are rather generic, but others will be somewhat detector concept specific (e.g. seeding). Hence, there will be multiple algorithms

We will need to figure out an efficient way of dealing with these conversions (or make sure that the cost of conversion is negligible).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions