CMS 3D CMS Logo

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