refactor tutorial structure and update for recent EDM4hep changes#181
Open
bndikt wants to merge 4 commits into
Open
refactor tutorial structure and update for recent EDM4hep changes#181bndikt wants to merge 4 commits into
bndikt wants to merge 4 commits into
Conversation
- added relative path to newly added and updated histmaker_ttmm.py file, which now works with files created using latest edm4hep
- reorganize directory structure to reflect Sphinx docs structure - add FCCAnalyses scripts for users to download - add links to newly generated ROOT files for running analyses locally - update analysis scripts for EDM4hep compatibility changes
…first but not complete update of description; minor rewordings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR performs a substantial cleanup and reorganization of the FCC SW tutorial documentation sources used to build the Sphinx documentation.
The changes are split into two main categories:
Documentation structure refactor
2. Generators, Fast Simulation and Analysis).md)Content updates for recent EDM4hep changes
EDM4hepFCCAnalysesandEDM4hepMotivation
The previous documentation structure had diverged from the logical structure presented in the generated Sphinx documentation, making maintenance and navigation increasingly difficult.
At the same time, recent
EDM4hepupdates introduced incompatibilities with newerFCCAnalysisreleases, requiring updates across several tutorial sections.This PR aims to improve:
Notes