root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
Instead of looking for libraries resolving each unresolved symbol, just load each lib resolving symbols: this will allow subsequent missing symbols to be resolved from the loaded library quickly, without...
@vepadulano @dpiparo This PR fixes - https://github.com/root-project/root/issues/7196 This issue is very case-dependent. When trying to calculate memory usage, normally the actual free memory on the system is `free + buffer...
# This Pull request: Many years ago, when I originially wrote the CholeskyDecompGenDim class, I argued that the class does not need copy constructor or assignment operator implementations because nobody...
# This Pull request: ## Changes or fixes: Replaced somewhat cryptic 'assert failed' message with the actual I/O error message explaining what went wrong in RNTupleWriter::RFileSimple::Write() ## Checklist: - [X]...
Fix [this issue](https://github.com/root-project/root/issues/9514). The change inserts a new line in the SVG file before the tag. This avoids the syntax error the user sees when inserting a very long text.
### Check duplicate issues. - [ ] Checked for duplicates ### Description From https://its.cern.ch/jira/browse/ROOT-2927 Dear ROOT, I am attaching to this message a ROOT file that contains a sparse matrix,...
### Explain what you would like to see improved and how. From https://its.cern.ch/jira/browse/ROOT-10909 The PR https://github.com/root-project/root/pull/5408 will add a requirements.txt file to the repo, which should reflect our dependencies to...
So far, the signature for the function that is called for the vectorized evaluation was this one: ```c++ void RooAbsReal::computeBatch(double* output, size_t nEvents, RooFit::Detail::DataMap const& dataMap) const ``` This commit...
@vepadulano This PR departs from using RDFInternal::TypeID2TypeName and obtains the Demangled name Fixes https://github.com/root-project/root/issues/14577 ### Checklist: - [x] tested changes locally gtest-root-dataframe-test-norootextension fails but seems like it does not have...
### Check duplicate issues. - [X] Checked for duplicates ### Description Hi, build craps out as seen below. Reasonably standard build, the only difference from (my) usual is that I...