CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
bToMuMuOutputModuleAODSIM_cfi.py
Go to the documentation of this file.
2 
3 #include "Configuration/EventContent/data/EventContent.cff"
5 bToMuMuOutputModuleAODSIM = cms.OutputModule("PoolOutputModule",
6  AODSIMEventContent,
7  bToMuMuEventSelection,
8  dataset = cms.untracked.PSet(
9  filterName = cms.untracked.string('bToMuMu'),
10  dataTier = cms.untracked.string('USER')
11  ),
12  fileName = cms.untracked.string('bToMuMu.root')
13 )
14 
15