Skip to content

ZdcNtuple Leaf List Typo Fixes

In ZdcNtuple there are two branches that are created with their leaf list name not matching the branch name. This will cause problems when trying to read these branches with TTreeReaderArray:

Error in <TTreeReaderArrayBase::GetBranchContentDataType()>: The branch zdc_RpdSideStatus was created using a leaf list and cannot be represented as a C++ type. Please access one of its siblings using a TTreeReaderArray:
Error in <TTreeReaderArrayBase::GetBranchContentDataType()>:    zdc_RpdSideStatus.zdc_t_RpdSideStatus
Error in <TTreeReaderArrayBase::CreateContentProxy()>: Cannot determine the type contained in the collection of branch zdc_RpdSideStatus. That's weird - please report!

This MR changes the names so that the branch name and leaf list name match.

Merge request reports