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

Working towards a clean Offline package dependency DAG for data products #1330

Open
kutschke opened this issue Aug 22, 2024 · 0 comments
Open

Comments

@kutschke
Copy link
Collaborator

There are a few places in which we have loop dependencies between packages in the Offline repo. Here package refers to a top level dependency. The dependencies are either compile time only or runtime only - there are no link-time dependencies because this would fail the link.

The examples that come to mind now are:

MCDataProducts/inc/SurfaceStep.hh - uses DetectorSystem and GeomHandle.
RecoDataProducts/inc/TrkStrawHitSeed.hh - uses TrackerConditions/inc/DriftInfo.hh and TrackerGeom/inc/Straw.h

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

1 participant