root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Check duplicate issues. - [ ] Checked for duplicates ### Description This is related to #15406 In a run of `cling::utils::Lookup::Named` with: ``` (lldb) p sofar->dumpAsDecl() NamespaceDecl 0x12e8d0788 col:11...
### Check duplicate issues. - [ ] Checked for duplicates ### Description As first seen in https://github.com/cms-sw/cmssw/issues/44670, `TEnum::GetEnum` does not seem to see 'through' using statements. ``` root [1] namespace...
# This Pull request: ## Changes or fixes: Triggered by a failure to run an ATLAS Higgs combination fit using the MultiProcess-parallelized LikelihoodJob, this PR changes the way offsetting is...
### Explain what you would like to see improved and how. The [documentation](https://root.cern.ch/doc/v632/classRooMCStudy.html#a8123a2ac2bfc1d97796224571b9e0e4a) for the `RooMCStudy` constructor says for the argument `ExternalConstraints`: "Apply internal constraints on given parameters in fit...
There is no reason to not have `JsMVA` as a submodule of ROOT, but it would clearly simplify things. In particular, this would simplify the life of packagers. Right now,...
# This Pull request: ## Changes or fixes: Function was removed here https://github.com/root-project/cling/commit/c23abbc88b6ee61b966291c785794743b1bd5c62 Fixes https://github.com/root-project/cling/issues/456 ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if...
# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-10390 ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #
I the [RooFit interactive Minuit tutorial](https://root.cern.ch/doc/master/rf601__intminuit_8C.html), there is this line here: ```c++ // The contour algorithm in Minuit2 does not work for this tutorial m.setMinimizerType("Minuit"); ``` The implementation of `CONTOUR`...
### Check duplicate issues. - [X] Checked for duplicates ### Description On MacOS the address of the name returned by `type_index` for the `type_info` of numerical types (and `void`) is...
# This Pull request: Makes non-breaking changes to the existing code to make cling similar to upstream clang-repl. The idea is to make more changes in a similar fashion and...