# | Line 9 | Line 9 | process.maxEvents = cms.untracked.PSet( | |
---|---|---|
9 | ||
10 | # Tell the process what filename to use to save the output | |
11 | process.Out = cms.OutputModule("PoolOutputModule", | |
12 | < | fileName = cms.untracked.string ("MyOutputFile.root"), |
12 | > | fileName = cms.untracked.string ("MyPickedEvents.root"), |
13 | #outputCommands = cms.untracked.vstring( | |
14 | # 'drop *', | |
15 | # 'keep PileupSummaryInfos_*_*_*' |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |