Variables | |
tuple | exoticaDiLeptonOutputModule |
tuple | SpecifiedEvenetContent |
00001 cms.OutputModule("PoolOutputModule", 00002 outputCommands = cms.untracked.vstring(), 00003 SelectEvents = cms.untracked.PSet( 00004 SelectEvents = cms.vstring("exoticaDiMuonSkimPath","exoticaDiElectronSkimPath","exoticaEMuSkimPath") 00005 #the selector name must be same as the path name in EXODiLepton_cfg.py in test directory. 00006 ), 00007 dataset = cms.untracked.PSet( 00008 filterName = cms.untracked.string('EXODiLepton'), #name a name you like. 00009 dataTier = cms.untracked.string('EXOGroup') 00010 ), 00011 fileName = cms.untracked.string('exoticadileptontest.root') # can be modified later in EXODiLepton_cfg.py in test directory. 00012 )
Definition at line 5 of file EXODiLepton_EventContent_cfi.py.
00001 cms.PSet( 00002 outputCommands = cms.untracked.vstring( 00003 "keep *_exoticaHLTDiMuonFilter_*_*", 00004 "keep *_exoticaHLTDiElectronFilter_*_*", 00005 "keep *_exoticaHLTElectronFilter_*_*", 00006 "keep *_exoticaHLTMuonFilter_*_*", 00007 "keep *_exoticaRecoDiMuonFilter_*_*", 00008 "keep *_exoticaRecoDiElectronFilter_*_*", 00009 "keep *_exoticaRecoMuonFilter_*_*", 00010 "keep *_exoticaRecoElectronFilter_*_*", 00011 ) 00012 )
Definition at line 23 of file EXODiLepton_EventContent_cfi.py.