Software Development Team

Software coordinator Rogachevsky Oleg /  rogachevsky@jinr.ru Database, distributed computing Moshkin Andrey / amoshkin@jinr.ru Event reconstruction Zinchenko Alexander / alexander.zinchenko@jinr.ru TPC simulation Bychkov Alexander / abychkov@jinr.ru TOF simulation Lobastov Sergey / lsp1967@mail.ru FHCal simulation Golubeva Marina / marina@inr.ru ECal simulation Martemianov Maxim / mmartemi@gmail.com ITS simulation Kondratev Valeri / valeri.kondratiev@cern.ch EventDisplay Krylov Victor, Krylov Alexander / Read more…

ROOT GEOMETRY PACKAGE

The ROOT geometry package is a tool to build, browse and visualize detector geometries. It is independent from any tracking Monte Carlo engine, though it has been designed to optimize particle transport in correlation with simulation packages as Geant3, Geant4 and Fluka. The building blocks of any geometry are the Read more…

MPD EVENT RECONSTRUCTION

Event reconstruction is the process of interpreting the electronic signals produced by the detector to determine the original particles that passed through, their momenta, directions, and the primary vertex of the event. Event reconstruction consists of the following main steps: Hit reconstruction in subdetectors; Track reconstruction usually composed of: Searching Read more…

SIMULATION OF THE MPD EXPERIMENT

MPD simulation includes interactions and particles of interest, geometry of the system, materials used, generation of test events of particles, interactions of particles with matter and electromagnetic fields, response to detectors, records of energies and tracks, analysis of the full simulation at different detail and visualization of the detector system Read more…

EVENT GENERATORS

Event generators are software libraries that randomly generate high-energy particle physics events. MonteCarlo (because they exploit Monte Carlo methods) event generators are essential components of experimental analyses today and are also widely used by theorists and experiments to compare of experimental results with theoretical predictions and to make predictions and Read more…

VIRTUAL MONTE CARLO

Basically, there are two ways to simulate the behavior of a system: either one can describe its evolution analytically, in which case computers are used to find the solution of the dynamic equations, or a probabilistic approach is used, in which at each step pseudo-random numbers are used to select Read more…

MpdRoot Macros

Macro is a main executable element of the MpdRoot environment. Usually it has .C extension. You can find in the ROOT documentation instructions on how to run macro by ROOT interpreter (CINT). We have currently two directories: “macros” with refactored macros and the old MpdRoot “macro” directory, containing macros that Read more…

MpdRoot Directories

cmake – CMake scripts to compile the MpdRoot software, CMake generates native Makefiles for all supported platforms core – contains MPD core classes (to be updated) mpdBase – base classes of MPD environment such as MpdEvent, MpdVertec, MpdHelix, MpdTrack mpdDst mpdField – classes to work with magnetic fields mpdPassive mpdPid Read more…

FairSoft Package

Many physics packages are necessary for the MpdRoot environment. Some of them can be installed using the package manager of the Linux distribution, but many others have to be installed from sources.To make the installation procedure as easy as possible an additional package called FairSoft is provided by FAIR collaboration.This Read more…