Related to PDMVDEV-65, improve the Stats2 update process to include the attributes LumiList and TotalInputLumis available in ReqMgr2 workflow dictionary. To conclude, retrieve and display the number of lumisections for each produced dataset in case the requests is related to ReReco and it has been injected using LumiWhiteList.
Is your feature related to a problem?
The attribute TotalInputEvents has been incorrectly calculated for some ReReco workflows due to an error in the parent tool (ReqMgr2), this creates issues in PdmV monitoring tools like Stats2 and pMp (for more details, please see the JIRA issue). Among them, the progress percentage for some requests is more than 100%.
Describe the solution you'd like
The attribute TotalInputLumis is included in the data retrieved for Stats2 for each request and the completion percentage is computed based on the lumisections and not the total events.
Current behavior
Only the total number of events is used to compute the progress percentage and this value is miscalculated for some ReReco requests
Expected behavior
The progress percentage for ReReco requests injected with LumiWhiteList is computed based on lumisections. The progress bar is plotted based on the new percentage.
Related to PDMVDEV-65, improve the Stats2 update process to include the attributes
LumiList
andTotalInputLumis
available in ReqMgr2 workflow dictionary. To conclude, retrieve and display the number of lumisections for each produced dataset in case the requests is related toReReco
and it has been injected usingLumiWhiteList
.Is your feature related to a problem?
The attribute
TotalInputEvents
has been incorrectly calculated for some ReReco workflows due to an error in the parent tool (ReqMgr2), this creates issues in PdmV monitoring tools like Stats2 and pMp (for more details, please see the JIRA issue). Among them, the progress percentage for some requests is more than 100%.Describe the solution you'd like
The attribute
TotalInputLumis
is included in the data retrieved for Stats2 for each request and the completion percentage is computed based on the lumisections and not the total events.Current behavior
Only the total number of events is used to compute the progress percentage and this value is miscalculated for some
ReReco
requestsExpected behavior
The progress percentage for
ReReco
requests injected withLumiWhiteList
is computed based on lumisections. The progress bar is plotted based on the new percentage.