-
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
HCAL proprietary RelVal machinery update #43953
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43953/38832
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43953/38835
|
A new Pull Request was created by @abdoulline (Salavat Abdullin) for master. It involves the following packages:
@cmsbuild, @antoniovagnerini, @syuvivida, @tjavaid, @nothingface0, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-409ab5/37464/summary.html Comparison SummarySummary:
|
# create file name for use with hcal scripts | ||
info = fname.split("__")[2].replace(label, "").strip("-") | ||
|
||
#print "smDebug3: ",info |
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.
Hi @abdoulline , Do you want to remove such lines? If to be retained may write in the proper format, please.
# if camType == "DATA": | ||
# iparts = info.split("_") | ||
# info = "" | ||
# skip = False | ||
# for fragment in iparts: | ||
# if skip: | ||
# info = info.strip("_") | ||
# skip = False | ||
# continue | ||
# if fragment == "RelVal": | ||
# skip = True | ||
# continue | ||
# info += fragment | ||
# info += "_" | ||
# info = info.strip("_") |
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.
May I ask why do you just comment out this part now?
I also see commented lines in a few other places. Could you please see if you can do a possible cleaning and leave some explanation for the part that is to be retained? 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.
@tjavaid
Actually it's not me who wrote (and commented these lines).
I've got it from private files of the colleague, who has left CMS and HEP for industry.
So, this part needs to be revised in the future by a dedicated person (developer/maintainer),
so I'd like to keep them (as a kind of "document") to possibly reconsider in the future.
Actual update is just 1st "approximation" to get something operational wrt completely obsolete stuff in CMSSW...
Right now it works as such for our actual purposes.
If you really insist on removing some commented fragments in this /test area, I can do it.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43953/39564
|
Pull request #43953 was updated. @rvenditti, @nothingface0, @tjavaid, @antoniovagnerini, @cmsbuild, @syuvivida can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-409ab5/38295/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
HCAL is using its own RelVal machinery (macros/scripts/html + histos plotting .json files) in Validation/CaloTowers/test/...
for publishing RelVal comparison plots produced in an optimized/adjusted way
https://cms-docs.web.cern.ch/hcal-sw-validation/?dir=14_0_X
And uses RelMon only occasionally for some minimal auxiliary checks, as described in slide#4:
https://indico.cern.ch/event/1242712/contributions/5222784/attachments/2578491/4447489/HCAL_Validation_Jan20_2023_S.A.pdf
This is the fist-pass update/cleaning, which comes after ~6 (!) years of using
various private modifications of the files from private branches/locations of several involved people...
PR validation:
NB: no any regular wfs is affected.
Private full-fledged test for 14_0_0_pre2 vs pre1 RelVals for both "2023" and Phase2 (aka "2026D98") TTbar