Skip to content

failures with ROOT 6.38 and more recent versions #1740

Description

@KrisThielemans

When using ROOT >= ROOT 6.38.00, we get

ERROR: Entry is null

This is because GetEntry() returns 0.

Debugging shows that this is due to

// Turn off all branches
stream_ptr->SetBranchStatus("*", 0);
// Branches are turned back on by SetBranchAddress()
stream_ptr->SetBranchAddress("time1", &time1, &br_time1);

Apparently, in recent ROOT SetBranchAddress does not enable reading of the branch.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions