Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from Configuration.EventContent.EventContent_cff import *
00004 from HiggsAnalysis.Skimming.higgsTo2Gamma_EventContent_cff import *
00005 higgsTo2GammaOutputModuleRECOSIM = cms.OutputModule("PoolOutputModule",
00006 RECOSIMEventContent,
00007 higgsTo2GammaEventSelection,
00008 dataset = cms.untracked.PSet(
00009 filterName = cms.untracked.string('higgsTo2Gamma_RECOSIM'),
00010 dataTier = cms.untracked.string('USER')
00011 ),
00012 fileName = cms.untracked.string('hgg_RECOSIM.root')
00013 )
00014
00015