CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EXOEle_EventContent_cfi.py
Go to the documentation of this file.
2 
4 
5 exoticaEleOutputModule = cms.OutputModule("PoolOutputModule",
6  outputCommands = cms.untracked.vstring(),
7  SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring('exoticaEleLowetPath','exoticaEleMedetPath','exoticaEleHighetPath')),
8  dataset = cms.untracked.PSet(filterName = cms.untracked.string('EXOEle'),
9  dataTier = cms.untracked.string('EXOGroup')
10  ),
11 
12  fileName = cms.untracked.string('exoticatest.root')
13  )
14 #default output contentRECOSIMEventContent
15 exoticaEleOutputModule.outputCommands.extend(RECOSIMEventContent.outputCommands)
16