Loading progress bar and coordinate system#6
Merged
Conversation
- Added **upload progress bar** for file loading - Added **Transverse View** and **Longitudinal View** buttons to switch between visualization modes - Added **Δφ (delta phi)** arcs and labels in transverse view - Added **Δη (delta eta)** + **Δθ (delta theta)** in longitudinal view - Added **ΔR (delta R)** in 3D view - Added **particle (p_T, φ, η)** labels (toggable display option) - Added **Show Axes** and **Show Kinematics** + **Show (p_T, φ, η) Coordinates** toggle checkboxes - Calculate average center of all particle spheres, shift both the event group and coordinate axes group by the same value to keep everything perfectly centered together. - Added **θ (theta)** and **cosθ** to particle tooltip, showing theta in both radians and degrees
Owner
Author
Major EventViz Upgrades
|
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.
Key Changes:
* New Camera Views: Added Transverse and Longitudinal projection views alongside the default 3D view.
* Visual Physics Aids: Implemented toggleable coordinate axes (x, y, z) and kinematics arcs (ΔR, Δφ, Δη, Δθ) to visualize angular separation between decay products.
* Particle Metadata: Added on-screen stacked coordinate labels (
pT,φ,η) and expanded the tooltip to includeθ(theta) andcosθ.* Loading Progress UI: Added a progress bar during file loading and event indexing to improve UX for large
.hepmcand.lhefiles.* Auto-Centering: The event and coordinate axes now automatically center themselves based on the average particle position.