CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/HiggsAnalysis/Skimming/python/heavyChHiggsToTauNuOutputModuleAODSIM_cfi.py

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.heavyChHiggsToTauNu_EventContent_cff import *
00005 heavyChHiggsToTauNuOutputModuleAODSIM = cms.OutputModule("PoolOutputModule",
00006     AODSIMEventContent,
00007     heavyChHiggsToTauNuEventSelection,
00008     dataset = cms.untracked.PSet(
00009         filterName = cms.untracked.string('heavyChHiggsToTauNuAODSIM'),
00010         dataTier = cms.untracked.string('USER')
00011     ),
00012     fileName = cms.untracked.string('heavyChHiggsToTauNu_AODSIM.root')
00013 )
00014 
00015