CMS 3D CMS Logo

relval_2026.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 #2026 WFs to run in IB (TTbar)
16 numWFIB = []
17 numWFIB.extend([20034.0]) #2026D86
18 numWFIB.extend([20834.0]) #2026D88
19 numWFIB.extend([22034.0]) #2026D91
20 numWFIB.extend([22434.0]) #2026D92
21 numWFIB.extend([22834.0]) #2026D93
22 numWFIB.extend([23234.0]) #2026D94
23 numWFIB.extend([23634.0]) #2026D95
24 numWFIB.extend([24034.0]) #2026D96
25 numWFIB.extend([24434.0]) #2026D97
26 numWFIB.extend([24834.0,24834.911,24834.103]) #2026D98 DDD XML, DD4hep XML, aging
27 numWFIB.extend([25061.97]) #2026D98 premixing stage1 (NuGun+PU)
28 numWFIB.extend([24834.702]) #2026D98 mkFit tracking (initialStep)
29 numWFIB.extend([24834.5,24834.9]) #2026D98 pixelTrackingOnly, vector hits
30 numWFIB.extend([24834.501,24834.502]) #2026D98 Patatrack local reconstruction on CPU, Patatrack local reconstruction on GPU
31 numWFIB.extend([25034.99,25034.999]) #2026D98 premixing combined stage1+stage2 (ttbar+PU200, ttbar+PU50 for PR test)
32 numWFIB.extend([24834.21,25034.21,25034.9921]) #2026D98 prodlike, prodlike PU, prodlike premix stage1+stage2
33 numWFIB.extend([25034.114]) #2026D98 PU, with 10% OT ineffiency
34 numWFIB.extend([25234.0,25234.911]) #2026D99 DDD XML, DD4hep XML
35 numWFIB.extend([25634.0]) #2026D100
36 numWFIB.extend([26034.0]) #2026D101
37 numWFIB.extend([26434.0]) #2026D102
38 numWFIB.extend([26834.0]) #2026D103
39 numWFIB.extend([27234.0]) #2026D104
40 numWFIB.extend([27634.0]) #2026D105
41 numWFIB.extend([28034.0]) #2026D106
42 numWFIB.extend([28434.0]) #2026D107
43 numWFIB.extend([28834.0]) #2026D108
44 numWFIB.extend([29234.0]) #2026D109
45 numWFIB.extend([29634.0]) #2026D110
46 numWFIB.extend([30034.0]) #2026D111
47 numWFIB.extend([30434.0]) #2026D112
48 numWFIB.extend([30834.0]) #2026D113
49 
50 #Additional sample for short matrix and IB
51 #CloseByPGun for HGCAL
52 numWFIB.extend([24896.0]) #CE_E_Front_120um D98
53 numWFIB.extend([24900.0]) #CE_H_Coarse_Scint D98
54 # NuGun
55 numWFIB.extend([24861.0]) #Nu Gun 2026D98
56 
57 for numWF in numWFIB:
58  workflows[numWF] = _upgrade_workflows[numWF]
portabletest::Matrix Matrix