|
| 1 | +--- |
| 2 | +title: MCnet/MCviz - graph and 3D-viewer tools for simulated particle collisions |
| 3 | +layout: gsoc_proposal |
| 4 | +project: MCnet |
| 5 | +year: 2024 |
| 6 | +organization: |
| 7 | + - UofGlasgow |
| 8 | +difficulty: medium |
| 9 | +duration: 350 |
| 10 | +mentor_avail: June-October |
| 11 | +--- |
| 12 | + |
| 13 | +# Description |
| 14 | + |
| 15 | +Simulations are key to particle-physics research: many modern |
| 16 | +theoretical models have such complex consequences that we test theory |
| 17 | +not by comparing measurements of particle collisions to predicted |
| 18 | +functional forms, but by _generating_ simulated collision-events from |
| 19 | +the theory and analyzing them identically to the real ones from the |
| 20 | +particle collider. |
| 21 | + |
| 22 | +This means that event generators are incredibly important to particle |
| 23 | +physics, as the most-used link between experiment and theory, and as a |
| 24 | +crucial data format for exchange of ideas. They are also an excellent |
| 25 | +way to introduce new researchers and the public to particle-physics |
| 26 | +concepts. However, the toolset for MC event manipulation and |
| 27 | +visualisation is less powerful and coherent than it should be, and |
| 28 | +this project seeks to improve that situation! |
| 29 | + |
| 30 | +## Task ideas |
| 31 | + |
| 32 | +This project will pick up old ideas and code for MC-event |
| 33 | +visualisation -- both of the interaction graph that illustrates the |
| 34 | +internal theory computation, and the external appearance of the |
| 35 | +resulting collision decay-products -- and produce a new set of tools |
| 36 | +useful both to physicists and for public outreach. |
| 37 | + |
| 38 | +## Expected results and milestones |
| 39 | + |
| 40 | + * Extend the mcgraph tool to be usable with both the HepMC and LHE MC-event formats. |
| 41 | + * Refactor mcgraph into a library capable of rendering to a web browser in a server app. |
| 42 | + * Interface the Phoenix event-viewer library to display 3D events (with and without a dummy detector model) to a web browsers. |
| 43 | + * Display interactive particle information and jet clustering in graph and 3D view interfaces. |
| 44 | + |
| 45 | +## Requirements |
| 46 | + |
| 47 | + * Command-line tools |
| 48 | + * Python |
| 49 | + * Web technologies |
| 50 | + * Gitlab CI |
| 51 | + * git |
| 52 | + |
| 53 | +## Mentors |
| 54 | + |
| 55 | + * **[Andy Buckley ](mailto:[email protected])** |
| 56 | + * [Chris Gutschow ](mailto:[email protected]) |
| 57 | + |
| 58 | +## Links |
| 59 | + |
| 60 | + * [Phoenix event view library](https://github.com/HSF/phoenix) |
| 61 | + * [Old MCview web-based MC event viewer](https://gitlab.com/hepcedar/mcview) |
| 62 | + * [MC event-graph viewer](https://gitlab.com/hepcedar/mcutils/-/blob/master/bin/mcgraph?ref_type=heads) |
| 63 | + * [Old MCviz event-graph viewer](https://github.com/mcviz/mcviz) |
| 64 | + * [HepMC3 event format](https://hepmc.web.cern.ch/) |
| 65 | + * [LHE event format](https://arxiv.org/abs/hep-ph/0609017) |
0 commit comments