Update BTV offline DQM sequences#46838
Conversation
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46838/42858
|
|
A new Pull Request was created by @mmarchegiani for master. It involves the following packages:
@antoniovagnerini, @cmsbuild, @rseidita can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
-1 Failed Tests: RelVals RelVals-INPUT RelValsRelVals-INPUT |
|
please test |
|
-1 Failed Tests: RelVals RelVals-INPUT RelValsRelVals-INPUT |
|
Milestone for this pull request has been moved to CMSSW_15_1_X. Please open a backport if it should also go in to CMSSW_15_0_X. |
|
@mmarchegiani what is the status of this PR? Are you planning to keep working on it? It looks like some of the workflows are failing. Dimitris for DQM |
|
Milestone for this pull request has been moved to CMSSW_16_1_X. Please open a backport if it should also go in to CMSSW_16_0_X. |
|
Milestone for this pull request has been moved to CMSSW_17_0_X. Please open a backport if it should also go in to CMSSW_16_1_X. |
|
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9d376c/52472/summary.html This pull request cannot be automatically merged, could you please rebase it? |
PR description:
This PR updates the DQM sequences corresponding to the offline BTV DQM. Following the recent PR #46674 to include the DQM histograms of the newest Run-3 b-taggers, the
DQMOfflineBTagsequence is redefined such that thebTagMiniDQMSourceproducing the DQM histograms for the Run-3 taggers is executed. The harvesting step of the DQM is modified accordingly such that theDQMHarvestBTagsequence is executed to fill the histograms.These changes are needed such that the alias
btagdefined in DQMOffline/Configuration/python/autoDQM.py, including the sequencesDQMOfflineBTagandDQMHarvestBTag, is running the production of the offline BTV DQM histograms.After this PR is merged, the tag
@btagcan be used in https://github.com/dmwm/T0/blob/master/etc/ProdOfflineConfiguration.py to run the BTV offline DQM on datasets at Tier-0.PR validation:
In order to test that the
@btagtag is running the updated DQM sequences, the following command on theRun2024D/BTagMudataset is run to run the prompt reconstruction and DQM steps:Finally, the harvesting step is run with the following command:
The output file
DQM_V0001_R000380649__Global__CMSSW_X_Y_Z__RECO.rootis then opened with ROOT and explored with TBrowser to ensure that the BTV DQM histograms are correctly saved in the output.The generic tests described in https://cms-sw.github.io/PRWorkflow.html have been executed. All the tests run with
scram b runtests use-ibeosare successful. Most of the tests run withrunTheMatrix.py -l limited -i all --ibeosare successful, with some tests failed due toStep0-DAS_ERROR:However, the
Step0-DAS_ERRORis related to fetching the datasets and is not an error specific to our changes, therefore we open the PR.