CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/Configuration/PyReleaseValidation/python/relval_ged.py

Go to the documentation of this file.
00001 
00002 # import the definition of the steps and input files:
00003 from  Configuration.PyReleaseValidation.relval_steps import *
00004 
00005 # here only define the workflows as a combination of the steps defined above:
00006 workflows = Matrix()
00007 
00008 workflows[4000] = ['', ['TTbar','DIGI','RECODBG']]
00009 workflows[4001] = ['', ['TTbar','DIGIPU1','RECOPUDBG']]
00010 
00011 workflows[4002] = ['', ['ZEE','DIGI','RECO']]
00012 workflows[4003] = ['', ['ZMM','DIGI','RECO']]
00013 
00014 workflows[4004] = ['QCD_FlatPt_15_3000', ['QCD_FlatPt_15_3000HS','DIGI','RECO']]
00015 workflows[4005] = ['QCD_FlatPt_15_3000', ['QCD_FlatPt_15_3000HS','DIGIPU1','RECOPU1']]
00016 
00017