cms-DQM / dqmgui_prod

[Legacy] DQMGUI repository
https://cmsweb.cern.ch/dqm/online/
2 stars 5 forks source link

Timestamp is not defined at GUI #2

Open pmandrik opened 2 years ago

pmandrik commented 2 years ago

"run started" information is not shown for run 351011 https://mattermost.web.cern.ch/cms-online-ops/pl/pqeqcqxeaj8f9k1qeuk6mepy4y image

Available at OMS, RR, new DQM GUI.

"(Not recorded)" entry is triggered when curStartTime <= 0: https://github.com/cms-DQM/dqmgui_prod/blob/9195c1c3b77f02429061e973cea5e0ecc2aa9df5/src/cpp/DQM/serverext.cc#L708

current.runstart could be == 0 if VisDQMEventNumList entry has runstart == 0 https://github.com/cms-DQM/dqmgui_prod/blob/9195c1c3b77f02429061e973cea5e0ecc2aa9df5/src/cpp/DQM/serverext.cc#L781-L783

need to find DB entry for timestamp...

pmandrik commented 2 years ago

Timestamp is available at online old gui for finished runs including 351'011 but not for ongoing. It is same for online-test old gui but not a case for playback old gui.