-
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
Add NANO step and Mini+Nano validations to FastSim workflows #38834
Conversation
A new Pull Request was created by @srimanob (Phat Srimanobhas) for master. It involves the following packages:
@jordan-martins, @bbilin, @emanueleusai, @ahmad3213, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @kskovpen, @pmandrik, @micsucmed, @rvenditti 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:
|
+pdmv |
@cmsbuild please test Just to refresh the test. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2224c4/26524/summary.html Comparison SummarySummary:
|
+1 |
Could @cms-sw/tau-pog-l2 either approve or comment about the removal of the Tau validation sequences in FastSim? |
@@ -148,6 +148,8 @@ def condition(self, fragment, stepList, key, hasHarvest): | |||
def preventReuse(self, stepName, stepDict, k): | |||
if "Sim" in stepName: | |||
stepDict[stepName][k] = None | |||
if "Gen" in stepName: |
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.
elif
would have been more appropriate here, but it doesn't really matter here
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.
Wrong comment before, deleted. Yes, this can change to elif
.
I realize that I did not make it clear from the original PR description. The removal is done only when |
Hi, from the TauPOG side we are happy with removing these 6 sequences for FastSim - the sequences in question are intended only for data validation and therefore not needed for FastSim |
+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 be automatically merged. |
Thanks for the comment @danielwinterbottom |
PR description:
This PR updates the FastSim steps in
runTheMatrix
following the presentation at the SIM meeting on July 15 byNote that this PR can take over #38736
Examples of DQM from this PR: https://tinyurl.com/2yb7zl22
Note:
fastsim
era is used, to support FastSim/MC. This should be reviewed by Tau expert.PR validation:
runTheMatrix
give expected results:runTheMatrix.py --what upgrade -l 13234.0,13434.0,13240.303 -t 8 --wm init
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
No need of backport.