root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
- Add /RTC1 (Runtime Check) compiler flag and fix its potential side effects - Allow incremental linking
### Check duplicate issues. - [ ] Checked for duplicates ### Description While trying to update to LCG_106_ATLAS_3 (root 6.32/02) we encountered a test failure. An intermediate file produce with...
# This Pull request: Converts ROOT.modulemap from a single file to a set of files where ROOT.modulemap includes per-component modulemaps, this will allow to implement packaging. ## Changes or fixes:...
This PR is a step towards the solution of #10058
Add a specialization of RTreeColumnReader that reads values from a branch of type std::array. The specialization uses the non-adopting view from RVec to expose the contents of the array to...
So far, the projection coefficient for coefficients in RooAddPdfs was missing in `RooAddPdf::expectedEvents()`. However, this is important to include in conditional fits where the normalization set of `expectedEvents()` is different...
It would greatly help memory safety if ROOT could use more smart pointers in its interfaces. However, the automatic downcasting of returned values is only working for raw pointers. It...
### Check duplicate issues. - [ ] Checked for duplicates ### Description This problem has been already mentioned here [0] but no solution has been proposed. When you compare a...
Modified the loop to use exact string comparison `(s == "-include")` instead of checking if the string starts with "-include" `(s.find("-include") == 0)` to ensure only exact matches are considered....