Bug report: no INTERNAL_NTC data in split MonitorDQM ROOT files
When runnig a physics scan with CMSITminiDAQ -f CMSIT.xml -c physics -t 1, there is a mismatch between the data in the Run000000_MonitorDQM.rootand the "split" Run000000_MonitorDQM_Board_0_Hybrid_0.root files (that is, files created when DoSplitByBoardHybrid = 1.
The split file contains no data in the D_B(0)_O(0)_H(0)_DQM_INTERNAL_NTC_Chip(0);1 etc. TGraphs, while the non-split files do contain data. This is a problem for IT module QC as we use these split files to upload data to the Pathera database.
To give more detail, both the split and the non-split ROOT files contain, for each chip, one TGraph, numbered D_B(0)_O(0)_H(0)_DQM_INTERNAL_NTC_Chip(0);1. Which are empty in both. The non-split file then contains two additional TGraphs numbered ...Chip(0);2 and ...Chip(0);3 which contain data, so it seems like these are not being saved in the split ROOT file.
To the best of my knowledge, users also report that increasing the value given to the -t option does not seem to fix the issue.
Please find the files related to the issue attached below. Data was taken by @gbardell.