Radoslaw Karabowicz

Results 8 issues of Radoslaw Karabowicz

Created `namespace FairRoot` with `struct EntryID {size_t fId;}`. Should replace PR #1405. --- Checklist: * [x] Followed the [Contributing Guidelines](https://github.com/FairRootGroup/FairRoot/blob/dev/CONTRIBUTING.md)

**Is your feature request related to a problem? Please describe.** Current implementation of `FairRunAna::Run()` does not match the description. What we have now in `FairRunAna` is: ``` /**Run from event...

**Is your feature request related to a problem? Please describe.** We do not have any test for event display. Naively adding such test results in: ``` Command: "/Users/karabowi/fairroot/dev/build_oct22rc_mt_D21.5_c13.1/examples/advanced/Tutorial3/macro/eventDisplay.sh" ""TGeant4"" Directory:...

Use the FairVMCConfig in the simulation macros. Addresses issue #1010. --- Checklist: [ X ] Rebased against `dev` branch [ X ] My name is in the resp. CONTRIBUTORS/AUTHORS file...

Remove `sprintf` from `generators`, `geobase` and `parbase` directories. Mostly replaced by `fmt::format`, only in FairRtdbRun replaced by `TString::Form`. --- Checklist: * [x] Followed the [Contributing Guidelines](https://github.com/FairRootGroup/FairRoot/blob/dev/CONTRIBUTING.md) ## Summary by CodeRabbit...

Introduced new function `FairMCApplication::InitFinalizer()` which initializes event generator, tasks, and triggers `FairRootManager::WriteFolder()` function. This new function is called from the latter of `InitGeometry()` and `AddIons()`. Previously the funcionality of `InitFinalizer`...

In rare cases, when parameteres deriving from `FairParSet` are not present in the input parameter file and are meant to be created during the run, `FairParSet::init()` throws an error message....

in progress

Implement example according to the new interface introduced in PR #1576.