<table><tr><td style="">croick created this revision.<br />croick added a reviewer: LabPlot.<br />Herald added a project: KDE Edu.<br />Herald added a subscriber: kde-edu.<br />croick requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D17610">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>ROOT trees allow the storage of associated data of different types<br />
in so-called branches. Each branch contains at least one leaf which<br />
labels the contained data. The actual data is stored in baskets,<br />
which contain data of predefined size.<br />
This patch extends the ROOTHist class by the possibility to import<br />
such trees and ntuples, which are a easier-to-use version of simple<br />
trees.</p>

<p>Further changes:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">fix loading of large files</li>
<li class="remarkup-list-item">load streamer info from file, use a default description if none is found</li>
</ul></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">import test files</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R262 LabPlot</div></div></div><br /><div><strong>BRANCH</strong><div><div>roottree</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D17610">https://phabricator.kde.org/D17610</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/backend/datasources/filters/ROOTFilter.cpp<br />
src/backend/datasources/filters/ROOTFilter.h<br />
src/backend/datasources/filters/ROOTFilterPrivate.h<br />
src/kdefrontend/datasources/ImportFileDialog.cpp<br />
src/kdefrontend/datasources/ImportFileWidget.cpp<br />
src/kdefrontend/datasources/ROOTOptionsWidget.cpp<br />
src/kdefrontend/datasources/ROOTOptionsWidget.h<br />
src/kdefrontend/ui/datasources/rootoptionswidget.ui<br />
tests/import_export/ROOT/data/advanced_zlib.root<br />
tests/import_export/ROOT/data/samplefiles.C<br />
tests/import_export/ROOT/data/samplehists.C</div></div></div><br /><div><strong>To: </strong>croick, LabPlot<br /><strong>Cc: </strong>kde-edu, narvaez, apol<br /></div>