-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
HCAL DQM update for 8_4_X #17881
HCAL DQM update for 8_4_X #17881
Conversation
…to GeometryRecoDB did it...
A new Pull Request was created by @DryRun (David Yu) for CMSSW_8_4_X. It involves the following packages: DQM/HcalTasks @cmsbuild, @vanbesien, @dmitrijus can you please review it and eventually sign? Thanks. cms-bot commands are listed here #13028 |
HBHE M2 = fix Memory Leak (84X)
…for-8_4 Ignoring calibration channels in the dataframes
include hcalRecAlgos ES producer in cosmic workflow [84X]
Cleaning pixel certification to prevent crash at Tier0 [84X]
Fix HCAL TP compression LUTs by populating plan 1 TP list first.
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_4_X IBs after it passes the integration tests. |
-1 Tested at: b681fc7 The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see the results of the tests here: I found follow errors while testing this PR Failed tests: RelVals
When I ran the RelVals I found an error in the following worklfows: runTheMatrix-results/50202.0_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50/step2_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50.log25202.0 step2 runTheMatrix-results/25202.0_TTbar_13+TTbar_13+DIGIUP15_PU25+RECOUP15_PU25+HARVESTUP15_PU25/step2_TTbar_13+TTbar_13+DIGIUP15_PU25+RECOUP15_PU25+HARVESTUP15_PU25.log The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
Comparison not run due to runTheMatrix errors (RelVals and Igprof tests were also skipped) |
I just committed a fix (c548eb0) for a crash in RecHitTask - removing the requirement that channels be present in the emap led to attempts to fill electronics channel plots with nonexistent electronics channels (i.e. eid==0). I reintroduced the consistency check for these histograms only. Also, I see that some tests failed with the following error, which doesn't look like a problem with the PR itself: ----- Begin Fatal Exception 13-Mar-2017 12:08:42 CET----------------------- |
You need to commit this change into development branch, or 91x (master branch). Tests should not fail there. |
OK, thank you, I will do that. |
-1 from the context, it looks like updates are only to DQM/HcalTasks/plugins/RecHitTask.cc |
Some updates for HCAL DQM:
@vkhristenko @deguio