Functions | |
def | RecoInput |
def python::RecoInput_cfi::RecoInput | ( | ) |
Definition at line 6 of file RecoInput_cfi.py.
00006 : 00007 return cms.Source("PoolSource", 00008 debugVerbosity = cms.untracked.uint32(200), 00009 debugFlag = cms.untracked.bool(True), 00010 00011 fileNames = cms.untracked.vstring( 00012 '/store/relval/CMSSW_2_1_9/RelValZMM/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V7_v2/0001/BEA1F1DE-0487-DD11-B4B7-001617E30F48.root' 00013 ) 00014 ) 00015 )