CMS 3D CMS Logo

relval_unsch.py
Go to the documentation of this file.
1 # remark by Hengne [13-aug-2015]: this unscheduled mode is no more needed as all workflows are moved to unscheduled mode.
2 # some example testing workflows for unscheduled mode - should eventually be deleted and made the default...
3 # import the definition of the steps and input files:
5 
6 # here only define the workflows as a combination of the steps defined above:
7 workflows = Matrix()
8 
9 # each workflow defines a name and a list of steps to be done.
10 # if no explicit name/label given for the workflow (first arg),
11 # the name of step1 will be used
12 
13 # 50 ns at 8 TeV
14 #needs a new GT to work
15 #workflows[10025] = ['', ['TTbar','DIGI','RECOmAOD','HARVEST','ALCATT']]
16 #workflows[11325] = ['TTbar_13_unsch', ['TTbar_13','DIGIUP15','RECOmAODUP15','HARVESTmAODUP15','ALCATT']]
17 
CLHEP::HepMatrix Matrix
Definition: matutil.h:62