CMS 3D CMS Logo

higgsToTauTauLeptonTauOutputModuleRECOSIM_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 higgsToTauTauLeptonTauOutputModuleRECOSIM = cms.OutputModule("PoolOutputModule",
7  higgsToTauTauLeptonTauEventSelection,
8  higgsToTauTauLeptonTauEventContentRECOSIM,
9  dataset = cms.untracked.PSet(
10  filterName = cms.untracked.string('higgsToTauTauLeptonTauRECOSIM'),
11  dataTier = cms.untracked.string('USER')
12  ),
13  fileName = cms.untracked.string('higgsToTauTauLeptonTauRECOSIM.root')
14 )
15 
16