Variables | |
tuple | exoticaHSCPOutputModule |
tuple | SpecifiedEvenetContent |
00001 cms.OutputModule("PoolOutputModule", 00002 outputCommands = cms.untracked.vstring(), 00003 SelectEvents = cms.untracked.PSet( 00004 SelectEvents = cms.vstring("exoticaHSCPSkimPath") #the selector name must be same as the path name in EXOHSCP_cfg.py in test directory. 00005 ), 00006 dataset = cms.untracked.PSet( 00007 filterName = cms.untracked.string('EXOHSCP'), #name a name you like. 00008 dataTier = cms.untracked.string('EXOGroup') 00009 ), 00010 fileName = cms.untracked.string('exoticahscptest.root') # can be modified later in EXOHSCP_cfg.py in test directory. 00011 )
Definition at line 4 of file EXOHSCP_EventContent_cfi.py.
Definition at line 21 of file EXOHSCP_EventContent_cfi.py.