https://github.com/lobis/event-viewer
MC simulation web visualization for root files
https://github.com/lobis/event-viewer
Last synced: 8 months ago
JSON representation
MC simulation web visualization for root files
- Host: GitHub
- URL: https://github.com/lobis/event-viewer
- Owner: lobis
- Created: 2021-09-13T12:38:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T17:59:19.000Z (about 4 years ago)
- Last Synced: 2025-01-03T02:46:28.361Z (9 months ago)
- Language: JavaScript
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simulation Event Viewer
Web based visualization tool for particle physics simulations stored inside ROOT file (with compatible format).
## How it works
The code is divided between `server` and `client` (front end).
The client code should be build into `client/build` via `npm run build` (inside the client directory).
The (express) server code will serve files inside `client/build`.
For the time being, to start the server you would run:
```
node server/server.js test/example-simulation.root
```