CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaWJetOutputModule_cfi.py
Go to the documentation of this file.
2 
4 AODSIMWJetEventContent = cms.OutputModule("PoolOutputModule",
5  AODSIMEventContent,
6  dataset = cms.untracked.PSet(
7  filterName = cms.untracked.string('EgammaWJetFilter'),
8  dataTier = cms.untracked.string('AODSIM')
9  ),
10  SelectEvents = cms.untracked.PSet(
11  SelectEvents = cms.vstring('electronFilterPath',
12  'muonFilterPath')
13  ),
14  fileName = cms.untracked.string('WJetFilteredAODSIM.root')
15 )
16 
17 RECOSIMWJetEventContent = cms.OutputModule("PoolOutputModule",
18  RECOSIMEventContent,
19  dataset = cms.untracked.PSet(
20  filterName = cms.untracked.string('EgammaWJetFilter'),
21  dataTier = cms.untracked.string('RECOSIM')
22  ),
23  SelectEvents = cms.untracked.PSet(
24  SelectEvents = cms.vstring('electronFilterWPath',
25  'muonFilterWPath')
26  ),
27  fileName = cms.untracked.string('WJetFilteredRECOSIM.root')
28 )
29 
30