00001 import FWCore.ParameterSet.Config as cms 00002 00003 from Configuration.eventContent.EventContent_cff import * 00004 from HiggsAnalysis.Skimming.higgsToInvisible_EventContent_cff import * 00005 higgsToInvisibleOutputModuleAODSIM = cms.OutputModule("PoolOutputModule", 00006 higgsToInvisibleEventSelection, 00007 AODSIMEventContent, 00008 dataset = cms.untracked.PSet( 00009 filterName = cms.untracked.string('higgsToInvisibleAODSIM'), 00010 dataTier = cms.untracked.string('USER') 00011 ), 00012 fileName = cms.untracked.string('hToInvis_AODSIM.root') 00013 ) 00014 00015