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([23234.0]) #2026D49
18 numWFIB.extend([23434.99,23434.999]) #2026D49 premixing combined stage1+stage2 (ttbar+PU200, ttbar+PU50 for PR test)
19 numWFIB.extend([23234.21,23434.21,23434.9921]) #2026D49 prodlike, prodlike PU, prodlike premix stage1+stage2
20 numWFIB.extend([28234.0]) #2026D60
21 numWFIB.extend([31434.0]) #2026D68
22 numWFIB.extend([32234.0]) #2026D70
23 numWFIB.extend([34634.0]) #2026D76
24 numWFIB.extend([35034.0]) #2026D77
25 numWFIB.extend([36234.0]) #2026D80
26 numWFIB.extend([36634.0]) #2026D81
27 numWFIB.extend([37034.0]) #2026D82
28 numWFIB.extend([37434.0]) #2026D83
29 numWFIB.extend([37834.0]) #2026D84
30 numWFIB.extend([38234.0]) #2026D85
31 numWFIB.extend([38634.0]) #2026D86
32 numWFIB.extend([39434.0,39434.911,39434.103]) #2026D88 DDD XML, DD4hep XML, aging
33 numWFIB.extend([39434.75]) #2026D88 with HLT75e33
34 numWFIB.extend([39661.97]) #2026D88 premixing stage1 (NuGun+PU)
35 numWFIB.extend([39434.5,39434.9,39434.501,39434.502]) #2026D88 pixelTrackingOnly, vector hits, Patatrack local reconstruction on CPU, Patatrack local reconstruction on GPU
36 numWFIB.extend([39634.99,39634.999]) #2026D88 premixing combined stage1+stage2 (ttbar+PU200, ttbar+PU50 for PR test)
37 numWFIB.extend([39434.21,39634.21,39634.9921]) #2026D88 prodlike, prodlike PU, prodlike premix stage1+stage2
38 numWFIB.extend([39634.114]) #2026D88 PU, with 10% OT ineffiency
39 numWFIB.extend([40634.0]) #2026D91
40 numWFIB.extend([41034.0]) #2026D92
41 numWFIB.extend([41434.0]) #2026D93
42 numWFIB.extend([41834.0]) #2026D94
43 
44 #Additional sample for short matrix and IB
45 #CloseByPGun for HGCAL
46 numWFIB.extend([39496.0]) #CE_E_Front_120um D88
47 numWFIB.extend([39500.0]) #CE_H_Coarse_Scint D88
48 
49 for numWF in numWFIB:
50  workflows[numWF] = _upgrade_workflows[numWF]
portabletest::Matrix Matrix