-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Braulio Rivas Abad edited this page Jun 3, 2024
·
13 revisions
¡Welcome to the dmX wiki!
Here you can learn more about dmX.
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
- 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.
- Red links mean the particle is a parent of a particle (the top particle is a parent).
- Green links mean a particle is a child from another (the bottom particle is a child).