Variables | |
tuple | exoticaTriLeptonOutputModule |
tuple | SpecifiedEvenetContent |
00001 cms.OutputModule("PoolOutputModule", 00002 outputCommands = cms.untracked.vstring(), 00003 SelectEvents = cms.untracked.PSet( 00004 SelectEvents = cms.vstring("exoticaTriMuonSkimPath","exoticaTriElectronSkimPath","exotica1E2MuSkimPath","exotica2E1MuSkimPath") 00005 #the selector name must be same as the path name in EXOTriLepton_cfg.py in test directory. 00006 ), 00007 dataset = cms.untracked.PSet( 00008 filterName = cms.untracked.string('EXOTriLepton'), #name a name you like. 00009 dataTier = cms.untracked.string('EXOGroup') 00010 ), 00011 fileName = cms.untracked.string('exoticatrileptontest.root') # can be modified later in EXOTriLepton_cfg.py in test directory. 00012 )
Definition at line 5 of file EXOTriLepton_EventContent_cfi.py.
00001 cms.PSet( 00002 outputCommands = cms.untracked.vstring( 00003 "keep *_exotica*_*_*", 00004 ) 00005 )
Definition at line 23 of file EXOTriLepton_EventContent_cfi.py.