gordonwatts / BDTTrainingAnalysisLanguage

Pull from ATLAS EXOT 15 Derivation, columnar data, and flat rootutples with RDF to scikitlearn in one nice fast swoop
0 stars 2 forks source link

Develop a backend for a flat ROOT file #13

Open gordonwatts opened 5 years ago

gordonwatts commented 5 years ago

Flat TTree's are pretty common. This would enable the system to run against them.

A lot of regular C++ code rendering could be reused for this. This will be a totally new backend and executor, however. Put root in docker just to be safe that we use a known and well understood version of ROOT. If possible.

How should the back end get coded? RDataFrame would be awesome.