Skip to content
/ gide Public

Experiment-independent Geometry and Event Display designed to be used for Nuclear and Particle Physics experiments.

License

Notifications You must be signed in to change notification settings

dmarkh/gide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Display v2

This is the Geometry and Event Display designed to be used for Nuclear and Particle Physics experiments.

Features

  • web-based, zero-install
  • detector geometry import format: GDML
  • event data import format: JSON
  • hi-quality images export formats: PNG or SVG

Install

Pre-requisite: Node.js-11.x or later.

After cloning the repository, install dependencies:

cd <project folder>
npm install

Now you can compile the Event Display:

npm run build

Build results will be stored to the /www directory. Event Display does not have any external dependencies, and it does not upload anything to the server, so it can be hosted anywhere generic html hosting service is provided.

Now, one can add desired event collections to /www/events/collections.json, and geometries to the /www/gdml/geometries.json.

License

MIT

About

Experiment-independent Geometry and Event Display designed to be used for Nuclear and Particle Physics experiments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published