META TOPICPARENT |
name="MDH0000" |
Output Files definition in CMSSW for DMoon
process.out = cms.OutputModule("PoolOutputModule",
outputCommands = cms.untracked.vstring(
'drop *',
'keep *_*_*_HLT',
'keep *_hltL2Muon*_*_*',
'keep *_hltGtDigis_*_*',
'keep *_hltL1extraParticles_*_*',
'keep *_hiGenParticles_*_*',
'keep *_genParticles_*_*',
'keep FEDRawDataCollection_source_*_*',
'keep FEDRawDataCollection_rawDataCollector_*_*',
'keep edmHepMCProduct_*_*_*',
'keep *_mergedtruth_*_*',
'keep *_g4SimHits_*_*',
'keep edmTriggerResults_*_*_*',
'keep triggerTriggerEvent_*_*_*',
'keep *_hltL1GtObjectMap_*_*' ),
fileName = cms.untracked.string(
#'myOutputFile.root'
'_output_file_'
)
)
-- DongHoMoon - 31 Aug 2010 |