-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix DQM ZB workflows and moved DQM FS configuration to DQM package #28351
Changes from all commits
1dc047b
11da9d9
0c0e89e
ee225f0
b39bce3
e2fb4bb
f6cac3d
bb0da32
bf52be3
7bd40ad
23ce9a0
f9d4cef
f735dfe
b242359
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
autoDQM = { 'common': ['@dcs+DQMMessageLoggerSeq+@strip+@pixel+@tracking+@L1TMon+@hlt+@beam+@castor+@physics+@tau', | ||
autoDQM = { 'DQMMessageLogger': ['DQMMessageLoggerSeq', | ||
'PostDQMOffline', | ||
'DQMMessageLoggerClientSeq'], | ||
|
||
'common': ['@dcs+@DQMMessageLogger+@stripCommon+@pixel+@tracking+@L1TMon+@hlt+@beam+@castor+@physics+@tau', | ||
'PostDQMOffline', | ||
'@dcs+DQMMessageLoggerClientSeq+@strip+@pixel+@tracking+@L1TMon+@hlt+@beam+@fed+@tau+dqmFastTimerServiceClient'], | ||
'@dcs+@DQMMessageLogger+@stripCommon+@pixel+@tracking+@L1TMon+@hlt+@beam+@fed+@tau+dqmFastTimerServiceClient'], | ||
|
||
fabiocos marked this conversation as resolved.
Show resolved
Hide resolved
|
||
'commonFakeHLT': ['@dcs+DQMMessageLoggerSeq+@strip+@pixel+@tracking+@L1TMon+@beam+@castor+@physics+@tau', | ||
'commonFakeHLT': ['@dcs+@DQMMessageLogger+@stripCommon+@pixel+@tracking+@L1TMon+@beam+@castor+@physics+@tau', | ||
'PostDQMOffline', | ||
'@dcs+DQMMessageLoggerClientSeq+@strip+@pixel+@tracking+@L1TMon+@beam+@fed+@tau+dqmFastTimerServiceClient'], | ||
'@dcs+@DQMMessageLoggerClient+@stripCommon+@pixel+@tracking+@L1TMon+@beam+@fed+@tau+dqmFastTimerServiceClient'], | ||
|
||
'commonSiStripZeroBias': ['@dcs+DQMMessageLoggerSeq+DQMOfflineCommonSiStripZeroBias+@tracking+@L1TMon+@hlt+@beam+@castor+@physics', | ||
'commonSiStripZeroBias': ['@dcs+@DQMMessageLogger+@stripZeroBias+@pixelOnlyDQM+@trackingZeroBias+@L1TMon+@hlt+@beam+@castor+@physics', | ||
'PostDQMOffline', | ||
'@dcs+DQMMessageLoggerClientSeq+DQMHarvestCommonSiStripZeroBias+@tracking+@L1TMon+@hlt+@beam+@fed+dqmFastTimerServiceClient'], | ||
'@dcs+@DQMMessageLogger+@stripZeroBias+@pixelOnlyDQM+@trackingZeroBias+@L1TMon+@hlt+@beam+@fed+dqmFastTimerServiceClient'], | ||
|
||
'commonSiStripZeroBiasFakeHLT': ['@dcs+DQMMessageLoggerSeq+DQMOfflineCommonSiStripZeroBiasFakeHLT+@tracking+@L1TMon+@beam+@castor+@physics', | ||
'commonSiStripZeroBiasFakeHLT': ['@dcs+@DQMMessageLogger+@stripZeroBias+@pixelOnlyDQM+@trackingZeroBias+@L1TMon+@beam+@castor+@physics', | ||
'PostDQMOffline', | ||
'@dcs+DQMMessageLoggerClientSeq+DQMHarvestCommonSiStripZeroBiasFakeHLT+@tracking+@L1TMon+@beam+@fed+dqmFastTimerServiceClient'], | ||
'@dcs+@DQMMessageLogger+@stripZeroBias+@pixelOnlyDQM+@trackingZeroBias+@L1TMon+@beam+@fed+dqmFastTimerServiceClient'], | ||
|
||
'trackingOnlyDQM': ['DQMOfflineTracking', | ||
'PostDQMOffline', | ||
|
@@ -34,6 +38,10 @@ | |
'PostDQMOffline', | ||
'DQMHarvestTrackerStrip+DQMCertTrackerStrip'], | ||
|
||
'stripCommon': ['DQMOfflineTrackerStripCommon', | ||
'PostDQMOffline', | ||
'DQMHarvestTrackerStrip+DQMCertTrackerStrip'], | ||
|
||
'stripZeroBias': ['DQMOfflineTrackerStripMinBias', | ||
'PostDQMOffline', | ||
'DQMHarvestTrackerStrip+DQMCertTrackerStrip'], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This module was giving an error without crash, so I originally removed it until I found another solution. I am very sorry for the inconvenience. Thanks for the check! |
||
|
@@ -42,6 +50,10 @@ | |
'PostDQMOffline', | ||
'DQMHarvestTrackerPixel+DQMCertTrackerPixel'], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This module was the cause of the crash, since it was originally removed for Phase1 wf. at the end of DQMOffline/Configuration/python/DQMOffline_Certification_cff.py |
||
|
||
'pixelOnlyDQM': ['DQMOfflineTrackerPixel', | ||
'PostDQMOffline', | ||
'DQMHarvestTrackerPixel'], | ||
|
||
'castor': ['DQMOfflineCASTOR', | ||
'PostDQMOffline', | ||
'DQMNone'], | ||
|
@@ -50,6 +62,10 @@ | |
'PostDQMOffline', | ||
'DQMHarvestTracking+DQMCertTracking'], | ||
|
||
'trackingZeroBias': ['DQMOfflineTrackingMinBias', | ||
'PostDQMOffline', | ||
'DQMHarvestTracking+DQMCertTracking'], | ||
|
||
'hlt': ['DQMOfflineTrigger', | ||
'PostDQMOffline', | ||
'DQMHarvestTrigger+DQMCertTrigger'], | ||
|
@@ -162,23 +178,23 @@ | |
'PostDQMOffline', | ||
'DQMHarvestPF'], | ||
|
||
# 'standardDQM': ['@dcs+@DQMMessageLogger+@ecal+@hcal+@hcal2+@strip+@pixel+@castor+@ctpps+@muon+@tracking+@jetmet+@egamma+@L1TMon+@hlt+@btag+@beam+@physics+@HLTMon', | ||
'standardDQM': ['DQMOffline', | ||
'PostDQMOffline', | ||
'dqmHarvesting'], | ||
# 'standardDQM': ['@dcs+DQMMessageLoggerSeq+@ecal+@hcal+@hcal2+@strip+@pixel+@castor+@ctpps+@muon+@tracking+@jetmet+@egamma+@L1TMon+@hlt+@btag+@beam+@physics+@HLTMon', | ||
# 'PostDQMOffline', | ||
# '@dcs+DQMMessageLoggerClientSeq+@ecal+@hcal+@hcal2+@strip+@pixel+@fed+@muon+@tracking+@jetmet+@egamma+@L1TMon+@hlt+@btag+@beam+@HLTMon'], | ||
|
||
'standardDQMFS': ['DQMOfflineFS', | ||
'PostDQMOffline', | ||
'dqmHarvesting'], | ||
|
||
'ExtraHLT': ['DQMOfflineExtraHLT', | ||
'PostDQMOffline', | ||
'dqmHarvestingExtraHLT'], | ||
|
||
'standardDQMFakeHLT': ['DQMOfflineFakeHLT', | ||
# 'standardDQMFakeHLT': ['@dcs+@DQMMessageLogger+@ecal+@hcal+@hcal2+@strip+@pixel+@castor+@ctpps+@muon+@tracking+@jetmet+@egamma+@L1TMon+@btag+@beam+@physics', | ||
'standardDQMFakeHLT': ['DQMOfflineFakeHLT', | ||
'PostDQMOffline', | ||
'dqmHarvestingFakeHLT'], | ||
# 'standardDQMFakeHLT': ['@dcs+DQMMessageLoggerSeq+@ecal+@hcal+@hcal2+@strip+@pixel+@castor+@ctpps+@muon+@tracking+@jetmet+@egamma+@L1TMon+@btag+@beam+@physics', | ||
# 'PostDQMOffline', | ||
# '@dcs+DQMMessageLoggerClientSeq+@ecal+@hcal+@hcal2+@strip+@pixel+@fed+@muon+@tracking+@jetmet+@egamma+@L1TMon+@btag+@beam'], | ||
|
||
'standardDQMHIFakeHLT': ['DQMOfflineHeavyIonsFakeHLT', | ||
'PostDQMOfflineHI', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mmusich do you know/recall by chance why these lines are here? They actually try to remove Pixel certification on any Phase1 wf as I am now trying to do. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git blame
points to #17855There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @makortel !
I am afraid the removal was not fully effective, and now I am actually removing the PixelCertification in Phase1 wf, hence the change.
However, if I don't remove it I get:
Calling method for module SiPixelCertification/'sipixelCertification'
Exception Message:
A std::exception was thrown.
DQM object not found: Pixel/EventInfo/reportSummary