The Wayback Machine - https://web.archive.org/web/20210205170136/https://github.com/topics/root-cern
Skip to content
#

root-cern

Here are 125 public repositories matching this topic...

root
Axel-Naumann
Axel-Naumann commented Feb 2, 2021

Explain what you would like to see improved

TCling::CheckClassInfo() should return (by parameter) the found decl, such that TClass::Init() can use it to construct the TClingClassInfo and that doesn't need to repeat the lookup.

To Reproduce

One:

#0  cling::LookupHelper::findScope (this=0x5555555f7be0, className=..., diagOnOff=cling::LookupHelper::NoDiagnostics, 
    resu
jgalan
jgalan commented Jan 23, 2021

It might happen that we process a ROOT file once using a very quick/preliminary analysis. Then, we want to apply a more sophisticated analysis to events that satisfy certain conditions in the resulting file at the analysisTree, even at a late processing stage. In the second more sophisticated and computationally expensive processing chain we may add processes that require more computation. In othe

Improve this page

Add a description, image, and links to the root-cern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the root-cern topic, visit your repo's landing page and select "manage topics."

Learn more