-
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
2023LReco and 2023dev scenarios defined up to local reco #13923
2023LReco and 2023dev scenarios defined up to local reco #13923
Conversation
@boudoul - I tried to run this PR with CMSSW_8_1_X_2016-04-13-1100:
|
@ianna - there's an extra option to get the upgrade workflows:
|
@kpedro88 - Thanks! I picked up the instructions from the discussion in PR#13996 posted on your slides :-) |
@boudoul and @kpedro88 - the crash is fixed in my branch ianna:2023dev-scenario-fix. I think, it was due to overlaps in 2023dev scenario. Now, the workflow needs some conditions for RPC:
BTW, @boudoul - I could not push it to you branch so, you can see it here #14053 |
@kpedro88 - what was another crash? The link on your slides does not work for me. |
@ianna - both links were discussions of the same crash. Here they are without Powerpoint messing them up: |
for the RPC conditions we used this customization in the past: SLHCUpgradeSimulations/Configuration/fixMissingUpgradeGTPayloads.fixRPCConditions. for the moment this can help us running but I think this has to be ported in the era paradigm too. I contact the RPC responsibles. |
@calabria thanks, I think it is important to get that into Eras quickly. Though, I admit, I'm not sure exactly how we want to put |
Pull request #13923 was updated. @civanch, @Dr15Jones, @cvuosalo, @ianna, @mdhildreth, @fabozzi, @cmsbuild, @srimanob, @franzoni, @slava77, @hengne, @davidlange6 can you please check and sign again. |
Thanks @Degano ! I removed the files |
@ianna - could you turn your commit into a PR instead? |
@davidlange6 - the PR is there, just waiting for IB to rebase it: #14053 |
@kpedro88 ah great! so that issue is already fixed. |
This is defining the Workflows up to local reco for the 2023LReco (=local reco wfs with run2 / phase2 Flat Tracker as defined in 2023sim) and 2023dev (=run2 but with phase2 Tilted Tracker running now up to local reco )
two comments for the integration (adding @kpedro88 FYI)
The geometry has been fixed thanks to @ebrondol and the Digitizer thanks to @suchandradutta
How to test :
runTheMatrix.py --what upgrade -l wfs
where wfs are defined like this:
2023LReco (new WFs) 110XX
2023dev : 106XX (as already defined in #13671)
I also checked that the already defined 2023sim is still running fine (108XX)
@delaere , @atricomi FYI