CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
relval_miniaod.py
Go to the documentation of this file.
1 # import the definition of the steps and input files:
3 
4 # here only define the workflows as a combination of the steps defined above:
5 workflows = Matrix()
6 
7 # each workflow defines a name and a list of steps to be done.
8 # if no explicit name/label given for the workflow (first arg),
9 # the name of step1 will be used
10 
11 # 25 ns at 13 TeV and POSTLS1
12 workflows[252001]=['',['ZEE_13MINIAOD','MINIAODMCINPUT']]
13 workflows[252011]=['',['ZmumuJets_Pt_20_300_13MINIAOD','MINIAODMCINPUT']]
14 workflows[252021]=['',['TTbar_13MINIAOD','MINIAODMCINPUT']]
15 workflows[252031]=['',['H130GGgluonfusion_13MINIAOD','MINIAODMCINPUT']]
16 workflows[252041]=['',['QQH1352T_Tauola_13MINIAOD','MINIAODMCINPUT']]
17 workflows[252051]=['',['ZTT_13MINIAOD','MINIAODMCINPUT']]
18 
19 # real data
20 #workflows[4.711] = ['',['RunMinBias2012DMINIAOD','MINIAODDATAINPUT']]
21 #workflows[4.721] = ['',['RunMu2012DMINIAOD','MINIAODDATAINPUT']]
22 #workflows[4.731] = ['',['RunPhoton2012DMINIAOD','MINIAODDATAINPUT']]
23 #workflows[4.741] = ['',['RunEl2012DMINIAOD','MINIAODDATAINPUT']]
24 workflows[4.751] = ['',['RunJet2012DMINIAOD','MINIAODDATAINPUT']]
CLHEP::HepMatrix Matrix
Definition: matutil.h:65