Skip to content
Braulio Rivas Abad edited this page Jun 3, 2024 · 13 revisions

dmX Wiki

¡Welcome to the dmX wiki!

Here you can learn more about dmX.

Generate events

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

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.

Visualization

image

  • 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).
Clone this wiki locally