-
Notifications
You must be signed in to change notification settings - Fork 4
Home
¡Welcome to the eede wiki!
Here you can learn more about eede.
You could follow these tutorials to generate events with Delphes or CLD.
Then, after generating the .root
file, you can convert it into a json
file by running.
edm4hep2json -n 10 file_edm4hep.root
you may also pass a type of collection so the output json
file is smaller and contains only the particles to be visualized.
edm4hep2json -n 10 -l "MCParticles" file_edm4hep.root
Currently, eede has a main version and a development version.
This version is the first stable version of eede. It has the following features:
- Filters: Apply filters to the Monte Carlo particle visualization based on particle properties like mass, charge, or momentum. Also, you may filter by simulator status.
- Event selector: Select the event to visualize.
- PDG toggle: Show or hide the PDG code of the particles.
Example:
We are using this version to release the latest features from eede. Not all features are stable, but you can try them out.
-
New views: Now, you can visualize many other types of datatypes from
edm4hep
. For example, you can visualizeReconstructedParticles
,Clusters
,Tracks
,Vertex
, orParticleID
. -
Choose between different views: You can choose between different views in the same event. For example, you can visualize the
MCParticles
and theReconstructedParticles
from the same event.
You can report bugs or request new features by creating an issue in the eede repository. You can find the links at the information modal, by clicking on the i
icon on the bottom right corner.
You may also contact us by email directly.