CMS 3D CMS Logo

relval_2023.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 from Configuration.PyReleaseValidation.relval_upgrade import workflows as _upgrade_workflows
12 
13 #just define all of them
14 
15 #2023 WFs to run in IB (TTbar, TTbar+Timing)
16 numWFIB = [20434.0,20434.2] #2023D10
17 numWFIB.extend([24034.0,24034.2]) #2023D11
18 numWFIB.extend([24034.1]) #2023D11 special tracking workflow
19 numWFIB.extend([26234.0,26234.2]) #2023D14
20 numWFIB.extend([27034.0,27034.2]) #2023D16
21 numWFIB.extend([27434.0,27434.2]) #2023D17
22 numWFIB.extend([23234.0,23234.2]) #2023D18
23 for numWF in numWFIB:
24  workflows[numWF] = _upgrade_workflows[numWF]
CLHEP::HepMatrix Matrix
Definition: matutil.h:65