FairRoot icon indicating copy to clipboard operation
FairRoot copied to clipboard

C++ simulation, reconstruction and analysis framework for particle physics experiments

Results 62 FairRoot issues
Sort by recently updated
recently updated
newest added

Starting from CMake 3.22 it is supported to use `` instead of ``, see [gitlab.kitware.com/cmake/cmake/-/commit/373608831099bf96f568d9db5cb12a3f9092edf4](https://gitlab.kitware.com/cmake/cmake/-/commit/373608831099bf96f568d9db5cb12a3f9092edf4). Let's adopt this once we bump minimum required CMake version to 3.22+.

feature

- Deprecation of Close method in FairSource/Sink. - Move the Close executions in the derived classes to their dtor (if needed). - Remove callings of the Close methods in FairRootManager...

ROOT header files can't be found because of an typo in FairMacros.cmake. Fixed by changing ROOT_INCLUDE_DIRS to ROOT_INCLUDE_DIR Edit: It seems that this was changed deliberately by PR #1119. ---...

**Describe the bug** FileSink is not closed when FairRunOnline::Run() function is skipped resulting in **program crushing** when ROOT starts cleaning up variables. (Never closed for FairRunAna) **To Reproduce** Use any...

Add an inheritance interface to FairSource such that certain actions can be taken in the end of the run. ## Motivation FairSource class may have multiple readers to analyze raw...

Add a macro which allows to compare the cbmsim tree of two different ROOT macros. The added script does this comparison for all relevant ROOT files produced by the test...

A common theme for any particular analysis of beam data is that one is not interested in every event, but only in some of them, e.g.: * events which occurred...

feature

In most cases, users store the event header data in a branch of the ROOT tree. Thus, event header is usually obtained by: ```cpp auto* evtHeader = dynamic_cast(FairRootManager::Instance()->GetObject("EventHeader.")); ``` This...

The method FairRunSim::SetMaterials, which allows to set the name of file containing media information, is currently available only if using FairRunSim, but not in FairRunAna. It would be useful to...

feature

--- Checklist: * [ ] Followed the [Contributing Guidelines](https://github.com/FairRootGroup/FairRoot/blob/dev/CONTRIBUTING.md) ## Summary by CodeRabbit - **Chores** - Updated build configurations in the CI pipeline: - Removed macOS and various Linux build...