META TOPICPARENT |
name="CmsSusy" |
My how-to list
How to configure the mixing module with custom pileup distribution:
http://www.grid.kfki.hu/twiki/bin/view/CMS/MixingModuleKnownIssues
How to dump (most of) the data collections via modifying the output module:
process.RECOSIMoutput.outputCommands += cms.untracked.vstring("keep *_*_*_*")
process.RECOSIMoutput.outputCommands += cms.untracked.vstring("drop *_*Castor*_*_*")
process.RECOSIMoutput.outputCommands += cms.untracked.vstring("drop *_*Ecal*_*_*")
process.RECOSIMoutput.outputCommands += cms.untracked.vstring("drop *_*Hcal*_*_*")
process.RECOSIMoutput.outputCommands += cms.untracked.vstring("drop *_*mix*_*_*")
process.RECOSIMoutput.outputCommands += cms.untracked.vstring("drop *_*ElPF*_*_*")
process.RECOSIMoutput.outputCommands += cms.untracked.vstring("drop *_*muPF*_*_*")
Tested in CMSSW 9_0_0_pre6 on custom pileup scenarios.
-- AdamHunyadi - 2017-03-16 |