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 = [20034.0,20034.1,20034.11] #2023D17 w/ special tracking and timing workflows
17 numWFIB.extend([20261.97]) # 2023D17 premixing stage1 (NuGun+PU)
18 numWFIB.extend([20234.99]) # 2023D17 premixing combined stage1+stage2 (ttbar+PU)
19 numWFIB.extend([20434.0]) #2023D19 (already has timing)
20 numWFIB.extend([21234.0,21234.11]) #2023D21
21 numWFIB.extend([22434.0]) #2023D24
22 numWFIB.extend([24034.0]) #2023D28
23 numWFIB.extend([27434.0,27434.21,27634.21]) #2023D35, prodlike, prodlike PU
24 numWFIB.extend([27834.0]) #2023D38
25 numWFIB.extend([28634.0]) #2023D40
26 numWFIB.extend([29034.0]) #2023D41
27 numWFIB.extend([29434.0]) #2023D42
28 for numWF in numWFIB:
29  workflows[numWF] = _upgrade_workflows[numWF]
CLHEP::HepMatrix Matrix
Definition: matutil.h:65