CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
relval_pileup.py
Go to the documentation of this file.
1 
2 # import the definition of the steps and input files:
4 
5 # here only define the workflows as a combination of the steps defined above:
6 workflows = Matrix()
7 
8 # each workflow defines a name and a list of steps to be done.
9 # if no explicit name/label given for the workflow (first arg),
10 # the name of step1 will be used
11 
12 workflows[200]=['',['ZEE','DIGIPU1','RECOPU1']]
13 workflows[201]=['',['ZmumuJets_Pt_20_300','DIGIPU1','RECOPU1']]
14 workflows[202]=['',['TTbar','DIGIPU1','RECOPU1']]
15 workflows[203]=['',['H130GGgluonfusion','DIGIPU1','RECOPU1']]
16 workflows[204]=['',['QQH1352T_Tauola','DIGIPU1','RECOPU1']]
17 
18 #heavy ions tests
19 workflows[300]=['Pyquen_GammaJet_pt20_2760GeV',['HydjetQ_MinBias_2760GeVINPUT','Pyquen_GammaJet_pt20_2760GeV','DIGIHIMIXSt3','RECOHIMIXSt4','HARVESTHI']]
20 workflows[301]=['Pyquen_DiJet_pt80to120_2760GeV',['HydjetQ_MinBias_2760GeVINPUT','Pyquen_DiJet_pt80to120_2760GeV','DIGIHIMIXSt3','RECOHIMIXSt4','HARVESTHI']]
21 workflows[302]=['Pyquen_ZeemumuJets_pt10_2760GeV',['HydjetQ_MinBias_2760GeVINPUT','Pyquen_ZeemumuJets_pt10_2760GeV','DIGIHIMIXSt3','RECOHIMIXSt4','HARVESTHI']]
22 
23 #fastsim
24 workflows[400]=['TTbar',['TTbarFSPU']]
25 workflows[401]=['TTbar',['TTbarFSPU2']]
CLHEP::HepMatrix Matrix
Definition: matutil.h:66