-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Changing the proton propagator to the Optical Function method #33405
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
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33405/22034
|
|
A new Pull Request was created by @mundim for master. It involves the following packages: SimPPS/Configuration @cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
-1 Failed Tests: RelVals RelVals-INPUT AddOn RelValsRelVals-INPUT
AddOn TestsExpand to see more addon errors ... |
|
This looks strange to me LHCInfoRcd tag is indeed included in the GT candidate I mentioned above as well as in the last official GT (apparently, according got the dbcond browser). I tested right now the wf 11634.0,12434.0 and it worked, but not the 11634.911 with the same message of missing LHCInfoRcd source. I ran the code locally and it indeed finds the record with no problem. |
|
Hello |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33405/22183
|
|
Pull request #33405 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
|
please test |
|
@mundim , this PR will be tested against master - 12_0_X now. If will be accepted it will be possible to discuss backport to 11_3_0. |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-94e1f6/14344/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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
@mundim , you need making a separate PR to 11_3_X branch - you may copy files from this PR. |
|
please test workflows 11725.0, 11925.0 |
|
cc @cms-sw/ctpps-dpg-l2 |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-94e1f6/14358/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
|
+1 |
PR description:
Simple change in the configuration file to use the approximate optical function for Run3 instead of the HECTOR (which uses ideal optics from LHC). It needs the record LHCInfoRcd and CTPPSOpticsRcd, which are in process of being integrated into the GT
PR validation:
All standard test has been done: scram b runtests, scram b code-checks and scram b code-formats
The runTheMatrix -l limited -i all --ibeos ran without any error with the official GT, but in this case, since the record below is not in any official GT, an ESSource has been provided on config.
Then the essource was removed and runTheMatrix was tested with the GT 113X_mcRun3_2021_realistic_Candidate_2021_04_06_19_59_53 with no error, however, the correct GT should be 113X_mcRun3_2021_realistic_Candidate_2021_04_09_15_03_03 (14TeV scenario), in which case, there was some wf that failed, however, the wf that runs PPS works fine (the GT above was proposed to solve the problem of #33266 )
In summary: this PR needs the GT 113X_mcRun3_2021_realistic_Candidate_2021_04_09_15_03_03 to be integrated.