-
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 HcalTestThreshold.cc: validId is used before declaration #36767
Conversation
Fixes the following [error](https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/slc7_amd64_gcc10/CMSSW_12_3_DBG_X_2022-01-20-2300/Calibration/HcalCalibAlgos): ``` /data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/49cdc564aa5d41cf44306c286f822fc4/opt/cmssw/slc7_amd64_gcc10/cms/cmssw/CMSSW_12_3_DBG_X_2022-01-20-2300/src/Calibration/HcalCalibAlgos/test/HcalTestThreshold.cc: In member function 'virtual void HcalTestThreshold::analyze(const edm::Event&, const edm::EventSetup&)': /data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/49cdc564aa5d41cf44306c286f822fc4/opt/cmssw/slc7_amd64_gcc10/cms/cmssw/CMSSW_12_3_DBG_X_2022-01-20-2300/src/Calibration/HcalCalibAlgos/test/HcalTestThreshold.cc:99:57: error: 'validId' was not declared in this scope 99 | edm::LogVerbatim("HcalIsoTrack") << "\n\nList of " << validId.size() << " valid DetId's of EE"; | ^~~~~~~ gmake: *** [tmp/slc7_amd64_gcc10/src/Calibration/HcalCalibAlgos/test/CalibrationHcalCalibAlgosTest/HcalTestThreshold.cc.o] Error 1 ```
@iarspider, CMSSW_12_3_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36767/27901
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@cmsbuild, @malbouis, @tvami, @yuanchao, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
type bug-fix |
@iarspider can you please modify the PR title to be more descriptive of what the "update" is about? Thanks! |
@tvami ok now? |
+alca
|
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1
|
merge |
Fixes the following error:
PR description:
PR validation:
if this PR is a backport please specify the original PR and why you need to backport that PR:
Before submitting your pull requests, make sure you followed this checklist: