Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
6.10/06
-
None
-
any
Description
Reproducer macro (input file contains ~11 million events):
#include <ROOT/TDataFrame.hxx>
|
|
void repro() |
{
|
ROOT::EnableImplicitMT(4);
|
ROOT::Experimental::TDataFrame d("t", "file.root"); |
// less than 10% of the input entries are writte to debug.root |
d.Snapshot<float>("t", "debug.root", {"x"}); |
}
|
Non-multi-thread executions are unaffected, and master seems to be unaffected.