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,20834.911,20834.103]) #2026D88 DDD XML, DD4hep XML, aging
19 numWFIB.extend([20834.75,20834.76]) #2026D88 with HLT75e33 after RECO, HLTe33 with the same step with Digi+L1
20 numWFIB.extend([21061.97]) #2026D88 premixing stage1 (NuGun+PU)
21 numWFIB.extend([20834.5,20834.9,20834.501,20834.502]) #2026D88 pixelTrackingOnly, vector hits, Patatrack local reconstruction on CPU, Patatrack local reconstruction on GPU
22 numWFIB.extend([21034.99,21034.999]) #2026D88 premixing combined stage1+stage2 (ttbar+PU200, ttbar+PU50 for PR test)
23 numWFIB.extend([20834.21,21034.21,21034.9921]) #2026D88 prodlike, prodlike PU, prodlike premix stage1+stage2
24 numWFIB.extend([21034.114]) #2026D88 PU, with 10% OT ineffiency
25 numWFIB.extend([22034.0]) #2026D91
26 numWFIB.extend([22434.0]) #2026D92
27 numWFIB.extend([22834.0]) #2026D93
28 numWFIB.extend([23234.0]) #2026D94
29 numWFIB.extend([23634.0]) #2026D95
30 numWFIB.extend([24034.0]) #2026D96
31 numWFIB.extend([24434.0]) #2026D97
32 numWFIB.extend([24834.0]) #2026D98
33 numWFIB.extend([25234.0]) #2026D99
34 
35 #Additional sample for short matrix and IB
36 #CloseByPGun for HGCAL
37 numWFIB.extend([20896.0]) #CE_E_Front_120um D88
38 numWFIB.extend([20900.0]) #CE_H_Coarse_Scint D88
39 
40 for numWF in numWFIB:
41  workflows[numWF] = _upgrade_workflows[numWF]
portabletest::Matrix Matrix