CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Configuration/PyReleaseValidation/python/relval_pileup.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 # each workflow defines a name and a list of steps to be done. 
00009 # if no explicit name/label given for the workflow (first arg),
00010 # the name of step1 will be used
00011 
00012 workflows[200]=['',['ZEE','DIGIPU1','RECOPU1']]
00013 workflows[201]=['',['ZmumuJets_Pt_20_300','DIGIPU1','RECOPU1']]
00014 workflows[202]=['',['TTbar','DIGIPU1','RECOPU1']]
00015 workflows[203]=['',['H130GGgluonfusion','DIGIPU1','RECOPU1']]
00016 workflows[204]=['',['QQH1352T_Tauola','DIGIPU1','RECOPU1']]
00017 
00018 #heavy ions tests
00019 workflows[300]=['Pyquen_GammaJet_pt20_2760GeV',['HydjetQ_MinBias_2760GeVINPUT','Pyquen_GammaJet_pt20_2760GeV','DIGIHISt3','RECOHISt4']]
00020 workflows[301]=['Pyquen_DiJet_pt80to120_2760GeV',['HydjetQ_MinBias_2760GeVINPUT','Pyquen_DiJet_pt80to120_2760GeV','DIGIHISt3','RECOHISt4']]
00021 workflows[302]=['Pyquen_ZeemumuJets_pt10_2760GeV',['HydjetQ_MinBias_2760GeVINPUT','Pyquen_ZeemumuJets_pt10_2760GeV','DIGIHISt3','RECOHISt4']]
00022 
00023 #fastsim
00024 workflows[400]=['TTbar',['TTbarFSPU']]