spaulaus / paass-lc

Acquire and Analyze data from XIA Pixie16 modules
GNU General Public License v3.0
2 stars 7 forks source link

Adds Tree Writing to utkscan #152

Closed spaulaus closed 6 years ago

spaulaus commented 6 years ago

Description

I solved the Tree/Hist race condition by creating two output files. Trees write to their own file serially, and histograms write to their file asynchronously. Users can define any trees they want in their processors, as long as they do it through RootHandler.

RootHandler