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

Ddsim multiple compactFiles #914

Merged
merged 3 commits into from Jun 8, 2022

Conversation

andresailer
Copy link
Member

@andresailer andresailer commented Jun 8, 2022

BEGINRELEASENOTES

  • DDSim: add possibility to use individual compact files, e.g.:
    ddsim --compactFile $DD4hep/examples/CLICSiD/compact/SiD_multiple_inputs.xml $DD4hep/examples/CLICSiD/compact/SiD_detectors_1.xml $DD4hep/examples/CLICSiD/compact/SiD_detectors_2.xml $DD4hep/examples/CLICSiD/compact/SiD_close.xml --runType shell

ENDRELEASENOTES

Also some tweaks for gitlab ci used for building the doxygen documentation

PS: fixed some bugs with this in #915 and #916

The XML files need to follow the structure where at the end is a closer file.
compactFile takes multiple arguments, or multiple instances of compactFile or both.

  ddsim --compactFile $DD4hep/examples/CLICSiD/compact/SiD_multiple_inputs.xml $DD4hep/examples/CLICSiD/compact/SiD_detectors_1.xml --compactFile $DD4hep/examples/CLICSiD/compact/SiD_detectors_2.xml $DD4hep/examples/CLICSiD/compact/SiD_close.xml --runType shell
@andresailer
Copy link
Member Author

@kjvbrt : This should let you pick individual XML files to build parts of a detector

From https://stackoverflow.com/a/41153081

Needed for python2.7 compatibility
@andresailer andresailer enabled auto-merge (rebase) June 8, 2022 12:52
@andresailer andresailer merged commit c28f398 into AIDASoft:master Jun 8, 2022
@andresailer andresailer deleted the ddsimMultipleGeo branch June 8, 2022 13:14
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.

None yet

1 participant