-
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
New MillePede production system (Backport of #13957) #13958
New MillePede production system (Backport of #13957) #13958
Conversation
- less error-prone - unified track selection and refitting sequence - partial rewrite in python of old perl scripts - old production system left operational for the time being
- when duplicating the pede job folder before the mille jobs are done the resulting pede job script is wrong -> this is not always intended and an erroneous check meant to prevent this is fixed by this commit
- put into actual use for the first time
- treat them like MinBias tracks - replaced the check for string identity with checks for string equality -> not sure if needed here, but can be different in general and leads to strange errors in such cases TODOS: - do not copy monitoring files for the individual jobs to afs, but only to eos
A new Pull Request was created by @ghellwig (Gregor Mittag) for CMSSW_8_0_X. It involves the following packages: Alignment/CommonAlignment @cmsbuild, @mmusich, @franzoni, @cerminar, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
please test |
The tests are being triggered in jenkins. |
+1 The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
+1 |
Has been presented in https://indico.cern.ch/event/512679/session/0/contribution/8/attachments/1252066/1849483/Alignment-UpdateMPS_CMS-TkAl_20160406.pdf
Summary of changes:
Backport of #13957