R3BRoot icon indicating copy to clipboard operation
R3BRoot copied to clipboard

Framework for Simulations and Data Analysis of R3B Experiment

Results 31 R3BRoot issues
Sort by recently updated
recently updated
newest added

Checklist: * [x] Rebased against `dev` branch * [x] My name is in the resp. CONTRIBUTORS/AUTHORS file * [x] Followed the [pull request guidlines](https://opensource.creativecommons.org/contributing-code/pr-guidelines/) and the [Git workflow](https://github.com/AnarManafov/GitWorkflow/blob/master/GitWorkflow.markdown) * [x]...

This PR contains lots of new features. Here is the list: 1. Implementing Conan package manager for R3BRoot. Just like Pip or Conda for python, Conan is the most popular...

New r3BFootCal2Hit task. From the point of view of the clustering and position reconstruction the task did not change. The most important modification is the eta-energy calibration. The task include...

Hi, I would like to ask some opinions whether it's a good idea to have a metadata (JSON) file for experiments (in root folder or in config folder). It could...

1. Use cmake targets to specify the include search path for C++ source files. 2. Eliminate circular dependency between r3bbase and r3bsource introduced from #892 . 3. Naming: change R3Bsource...

Enabling basic warnings: warning: ISO C++ forbids variable length array ... [-Wvla] warning: extra ‘;’ [-Wpedantic] ... --- Checklist: * [x] Rebased against `dev` branch * [x] My name is...

The external files are generated for each experiment in the unpacker. The external files are used by the reader to map the channels correctly. The external files are experiment specific...

@inkdot7: In a world with copyright law, a lack of license terms will negate GNU freedom two (redistribution) and freedom three (redistribution of modified versions). Technically, running (freedom 0) and...

There were some discussions in the phase zero meeting today regarding the feasibility of importing features from PRs currently awaiting acceptance. There was an almost consensus (with @YanzhaoW vocally dissenting)...

I have added a static analysis using clang-tidy into our github CI/CD test in the PR #825. The current version of clang-tidy is 15 and the check list can be...