Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicates of plot IDs names #40

Open
pmandrik opened this issue Jul 28, 2022 · 0 comments
Open

Duplicates of plot IDs names #40

pmandrik opened this issue Jul 28, 2022 · 0 comments

Comments

@pmandrik
Copy link
Contributor

As desribed in https://github.com/cms-DQM/CentralHDQM documentation:

  • Default list of .ini configuration files to be used is cfg//.ini. A pattern of a config file location is this: cfg/<SUBSYSTEM_NAME>/<ARBITRARY_NAME>.ini. This pattern must be followed without any additional folders in between. If a subsystem folder is missing, it can be created.
  • The first line in config files is describes an ID of a plot that is unique per subsystem. This ID will be used to refer to this plot later on. This field is required.

But we have following duplicates of plot IDs in current config files:

Plot name | file 1 | file 2
plot:MeanT0_MB1_YB-2 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB1_YB-1 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB1_YB0 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB1_YB1 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB1_YB2 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB2_YB-2 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB2_YB-1 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB2_YB0 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB2_YB1 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB2_YB2 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB3_YB-2 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB3_YB-1 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB3_YB0 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB3_YB1 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB3_YB2 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB4_YB-2 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB4_YB-1 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB4_YB0 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB4_YB1 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:MeanT0_MB4_YB2 cfg/DT/trendPlotsDT_t0_run3.ini cfg/DT/trendPlotsDT_t0.ini
plot:DIGITDCTime-MeanTime-HBM01-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM01-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM01-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM02-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM02-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM02-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM03-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM03-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM03-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM04-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM04-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM04-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM05-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM05-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM05-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM06-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM06-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM06-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM07-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM07-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM07-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM08-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM08-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM08-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM09-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM09-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM09-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM10-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM10-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM10-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM11-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM11-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM11-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM12-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM12-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM12-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM13-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM13-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM13-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM14-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM14-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM14-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM15-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM15-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM15-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM16-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM16-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM16-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM17-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM17-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM17-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM18-depth12 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM18-depth34 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM18-depth56 cfg/HCAL/trendPlotsHcal_DIGITDCTime_Depth.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBP cfg/HCAL/trendPlotsHcal_DIGITDCTime_RBX.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HBM cfg/HCAL/trendPlotsHcal_DIGITDCTime_RBX.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HEP cfg/HCAL/trendPlotsHcal_DIGITDCTime_RBX.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HEM cfg/HCAL/trendPlotsHcal_DIGITDCTime_RBX.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HFP cfg/HCAL/trendPlotsHcal_DIGITDCTime_RBX.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HFM cfg/HCAL/trendPlotsHcal_DIGITDCTime_RBX.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HOM cfg/HCAL/trendPlotsHcal_DIGITDCTime_RBX.ini cfg/HCAL/test.ini
plot:DIGITDCTime-MeanTime-HOP cfg/HCAL/trendPlotsHcal_DIGITDCTime_RBX.ini cfg/HCAL/test.ini
plot:DIGITiming-MeanTime-HBP cfg/HCAL/trendPlotsHcal_DIGITiming_RBX.ini cfg/HCAL/test.ini
plot:DIGITiming-MeanTime-HBM cfg/HCAL/trendPlotsHcal_DIGITiming_RBX.ini cfg/HCAL/test.ini
plot:DIGITiming-MeanTime-HEP cfg/HCAL/trendPlotsHcal_DIGITiming_RBX.ini cfg/HCAL/test.ini
plot:DIGITiming-MeanTime-HEM cfg/HCAL/trendPlotsHcal_DIGITiming_RBX.ini cfg/HCAL/test.ini
plot:DIGITiming-MeanTime-HFP cfg/HCAL/trendPlotsHcal_DIGITiming_RBX.ini cfg/HCAL/test.ini
plot:DIGITiming-MeanTime-HFM cfg/HCAL/trendPlotsHcal_DIGITiming_RBX.ini cfg/HCAL/test.ini
plot:DIGITiming-MeanTime-HOM cfg/HCAL/trendPlotsHcal_DIGITiming_RBX.ini cfg/HCAL/test.ini
plot:DIGITiming-MeanTime-HOP cfg/HCAL/trendPlotsHcal_DIGITiming_RBX.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM01-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM01-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM01-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM02-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM02-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM02-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM03-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM03-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM03-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM04-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM04-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM04-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM05-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM05-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM05-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM06-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM06-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM06-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM07-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM07-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM07-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM08-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM08-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM08-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM09-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM09-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM09-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM10-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM10-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM10-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM11-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM11-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM11-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM12-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM12-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM12-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM13-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM13-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM13-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM14-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM14-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM14-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM15-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM15-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM15-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM16-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM16-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM16-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM17-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM17-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM17-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM18-depth12 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM18-depth34 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini
plot:DIGIInfor-DeadChan-HBM18-depth56 cfg/HCAL/trendPlotsHcal_DigiInfor_DeadChan.ini cfg/HCAL/test.ini

Will affect at least

last = next((x for x in last_config if current['subsystem'] == x['subsystem'] and current['name'] == x['name']), None)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant