-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Fix headers path for new Pythia 8.183. #2991
Conversation
Following integration of #2829 FastSimulation/ParticleDecay was broken due to headers pointing the wrong path.
A new Pull Request was created by @Degano (Alessandro Degano) for CMSSW_6_2_X. Fix headers path for new Pythia 8.183. It involves the following packages: FastSimulation/ParticleDecay @cmsbuild, @Degano, @giamman, @lveldere, @nclopezo can you please review it and eventually sign? Thanks. |
@lveldere @giamman @davidlange6 |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_6_2_X IBs unless changes or unless it breaks tests. @Degano can you please take care of it? |
-1 runTheMatrix-results/5.1_TTbar+TTbarFS+HARVESTFS/step1_TTbar+TTbarFS+HARVESTFS.log ----- Begin Fatal Exception 24-Mar-2014 10:14:15 CET----------------------- An exception of category 'PluginNotFound' occurred while [0] Constructing the EventProcessor Exception Message: Unable to find plugin 'FamosProducer' in category 'CMS EDM Framework Module'. Please check spelling of name. ----- End Fatal Exception ------------------------------------------------- 401.0 step1 runTheMatrix-results/401.0_TTbarNewMix+TTbarFSPU2+HARVESTFS/step1_TTbarNewMix+TTbarFSPU2+HARVESTFS.log ----- Begin Fatal Exception 24-Mar-2014 10:14:24 CET----------------------- An exception of category 'PluginNotFound' occurred while [0] Constructing the EventProcessor Exception Message: Unable to find plugin 'FamosProducer' in category 'CMS EDM Framework Module'. Please check spelling of name. ----- End Fatal Exception ------------------------------------------------- 50101.0 step2 runTheMatrix-results/50101.0_SingleMuPt10+SingleMuPt10FSIdINPUT+SingleMuPt10FS_ID/step2_SingleMuPt10+SingleMuPt10FSIdINPUT+SingleMuPt10FS_ID.log ----- Begin Fatal Exception 24-Mar-2014 10:17:53 CET----------------------- An exception of category 'PluginNotFound' occurred while [0] Constructing the EventProcessor Exception Message: Unable to find plugin 'FamosProducer' in category 'CMS EDM Framework Module'. Please check spelling of name. ----- End Fatal Exception ------------------------------------------------- you can see the results of the tests here: |
This pull request is fully signed and it will be integrated in one of the next CMSSW_6_2_X IBs unless changes (but tests are reportedly failing). @Degano can you please take care of it? |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_6_2_X IBs unless changes (tests are also fine). @Degano can you please take care of it? |
Given IBs are broken, please go ahead an merge this. |
…ders Fix Generators -- Fix headers path for new Pythia 8.183.
Following integration of #2829 FastSimulation/ParticleDecay was broken due to headers pointing the wrong path.