-
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
AllStepsToTree option switched ON #37329
AllStepsToTree option switched ON #37329
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37329/28973
|
A new Pull Request was created by @conetthuerta for master. It involves the following packages:
@bbilin, @wajidalikhan, @ianna, @Martin-Grunewald, @jpata, @santocch, @cecilecaillol, @civanch, @yuanchao, @makortel, @ahmad3213, @cmsbuild, @missirol, @fwyzard, @pmandrik, @smuzaffar, @Dr15Jones, @epalencia, @cvuosalo, @emanueleusai, @mdhildreth, @AdrianoDee, @jfernan2, @kskovpen, @slava77, @ggovi, @pbo0, @francescobrivio, @malbouis, @jordan-martins, @rekovic, @clacaputo, @srimanob, @tvami, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Should rebase first? |
-reconstruction
|
-1 |
e7c78d2
to
402002b
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37329/28984
|
Pull request #37329 was updated. @civanch, @Dr15Jones, @makortel, @cvuosalo, @emanueleusai, @ianna, @mdhildreth, @cmsbuild, @jfernan2, @ahmad3213, @pmandrik, @pbo0, @rvenditti can you please check and sign again. |
+1 |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. 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 Failed Tests: RelVals-INPUT The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e5b901/23372/summary.html Comparison SummarySummary:
|
+1 |
ping bot |
PR description:
~/CMSSW_12_3_X_2022-03-23-1100/src/Validation/Geometry/test/runP_Tracker.py is updated;
PR validation:
Tracker Material Budget Validation was run with CMSSW_12_3_X_2022-03-23-1100 (https://twiki.cern.ch/twiki/bin/viewauth/CMS/TrackerMaterialBudgetValidation - TWiki needs to be updated), "Validation plots: single geometry configuration" were produced (.png and .pdf files that illustrate the tracker material budget, measured in fractional radiation lengths x or hadronic interaction lengths l, plotted as a function of eta, or phi, or R, or eta and phi, etc.).
log in to [email protected] (follow the usual steps on Terminal, see example at the end)
COPY-PASTE into terminal: {
tcsh
setenv SCRAM_ARCH slc7_amd64_gcc10
scram project CMSSW_12_3_X_2022-03-23-1100
cd CMSSW_12_3_X_2022-03-23-1100/src
cmsenv
git cms-addpkg Validation/Geometry
scram b disable-biglib
cmsenv
scram b -j8
cd Validation/Geometry/test
cmsRun single_neutrino_cfg.py
python3 runP_Tracker.py geom=Extended2017Plan1 label=Tracker > matbudget.out
cmsenv
mkdir Images
python3 MaterialBudget.py -s -d Tracker -g "Extended2017Plan1" # 's' means single and d means 'detector'
} END COPY-PASTE into terminal.
Instructions to log in to [email protected]
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: