-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add 2024 FastSim workflow #46068
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 2024 FastSim workflow #46068
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,8 @@ | |
| '2024HLTOnDigiPU', | ||
| '2024GenOnly', | ||
| '2024SimOnGen', | ||
| '2024FS', | ||
| '2024FSPU', | ||
| ] | ||
|
|
||
| upgradeKeys[2026] = [ | ||
|
|
@@ -2728,7 +2730,7 @@ def setup_(self, step, stepName, stepDict, k, properties): | |
| else: | ||
| stepDict[stepName][k] = merge([stepDict[step][k]]) | ||
| def condition(self, fragment, stepList, key, hasHarvest): | ||
| return ('2021FS' in key or '2023FS' in key) | ||
| return ('FS' in key) | ||
| upgradeWFs['Run3FStrackingOnly'] = UpgradeWorkflow_Run3FStrackingOnly( | ||
| steps = [ | ||
| 'Gen', | ||
|
|
@@ -2755,7 +2757,7 @@ def setup_(self, step, stepName, stepDict, k, properties): | |
| else: | ||
| stepDict[stepName][k] = None | ||
| def condition(self, fragment, stepList, key, hasHarvest): | ||
| return ('2021FS' in key or '2023FS' in key) and fragment=="MinBias_14TeV" | ||
| return ('FS' in key) and fragment=="MinBias_14TeV" | ||
| upgradeWFs['Run3FSMBMixing'] = UpgradeWorkflow_Run3FSMBMixing( | ||
| steps = [ | ||
| 'Gen', | ||
|
|
@@ -3102,6 +3104,14 @@ def condition(self, fragment, stepList, key, hasHarvest): | |
| 'BeamSpot': 'DBrealistic', | ||
| 'ScenToRun' : ['Gen','Sim','Digi','RecoNano','HARVESTNano','ALCA'], | ||
| }, | ||
| '2024FS' : { | ||
| 'Geom' : 'DB:Extended', | ||
| 'GT' : 'auto:phase1_2024_realistic', | ||
| 'HLTmenu': '@relval2024', | ||
| 'Era' : 'Run3_FastSim', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should there be a dedicated
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, it should. Not remember why I made it in that way.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay, I can submit a PR to update this.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| 'BeamSpot': 'DBrealistic', | ||
| 'ScenToRun' : ['Gen','FastSimRun3','HARVESTFastRun3'], | ||
| }, | ||
| } | ||
|
|
||
| # standard PU sequences | ||
|
|
||
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 @srimanob if it is useful to have a new production let us know on JIRA and we can organize this :-)