-
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
Fix runTheMatrix Workflows (fast timing + recycling) #8613
Conversation
boudoul
commented
Mar 31, 2015
- Fix event content for fasttiming
- Fix a typo when using the gensim recycling functionnality
A new Pull Request was created by @boudoul (boudoul) for CMSSW_6_2_X_SLHC. Fix runTheMatrix Workflows (fast timing + recycling) It involves the following packages: Configuration/PyReleaseValidation @civanch, @nclopezo, @boudoul, @franzoni, @mdhildreth, @cmsbuild, @srimanob can you please review it and eventually sign? Thanks. |
+1 #Cake, and grief counseling, will be available at the conclusion of the test... |
process.RECOSIMEventContent.outputCommands.append('keep *_cfWriter_g4SimHits_*') | ||
if hasattr(process,'FEVTDEBUTeventContent'): | ||
process.FEVTDEBUGoutput.outputCommands.append('keep *_cfWriter_g4SimHits_*') | ||
process.RECOSIMEventContentEventContent.outputCommands.append('keep *_cfWriter_g4SimHits_*') |
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.
It is expected to be "process.RECOSIMEventContentEventContent" indeed?
@fratnikov , I removed the stupid process.RECOSIMEventContentEventContent I mistakely introduced. |
merge |
Fix runTheMatrix Workflows (fast timing + recycling)