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

Add CLDconfig #1

Merged
merged 33 commits into from
Oct 11, 2023
Merged

Add CLDconfig #1

merged 33 commits into from
Oct 11, 2023

Conversation

Zehvogel
Copy link
Collaborator

@Zehvogel Zehvogel commented Jul 25, 2023

BEGINRELEASENOTES

  • Adds CLDConfig directory containing standard CLD reconstruction to be used with k4run

ENDRELEASENOTES

TODO:

  • Add steering files for
    • LCIO input
    • EDM4hep legacy input
    • EDM4hep frame input
    • load common stuff (almost everything) from the same file or make it all one file that takes an input mode parameter
  • add tests

@Zehvogel Zehvogel marked this pull request as ready for review August 21, 2023 09:25

if input_files[0].endswith(".slcio"):
CONFIG["InputMode"] = "LCIO"
elif input_files[0].endswith("edm4hep.root"):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
elif input_files[0].endswith("edm4hep.root"):
elif input_files[0].endswith(".root"):

}
EDM4hep2Lcio.OutputLevel = DEBUG

InitDD4hep = MarlinProcessorWrapper("InitDD4hep")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Zehvogel Zehvogel merged commit bbc0b15 into main Oct 11, 2023
2 of 4 checks passed
@Zehvogel Zehvogel changed the title [WIP] Add CLDconfig Add CLDconfig Oct 11, 2023
@Zehvogel Zehvogel deleted the add-cldconfig branch June 25, 2024 08:35
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

Successfully merging this pull request may close these issues.

2 participants