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, TTbar+Timing)
16 numWFIB = [20034.0] #2026D35
17 numWFIB.extend([20434.0,20434.1]) #2026D41 w/ special tracking and timing workflows
18 numWFIB.extend([20661.97]) # 2026D41 premixing stage1 (NuGun+PU)
19 numWFIB.extend([20634.99]) # 2026D41 premixing combined stage1+stage2 (ttbar+PU)
20 numWFIB.extend([20434.21,20634.21]) #2026D41 prodlike, prodlike PU
21 numWFIB.extend([20434.103]) #2026D41 aging
22 numWFIB.extend([20493.52]) #2026D41+TICL
23 numWFIB.extend([20834.0]) #2026D43
24 numWFIB.extend([21234.0]) #2026D44
25 numWFIB.extend([21634.0]) #2026D45
26 numWFIB.extend([22034.0]) #2026D46
27 numWFIB.extend([22434.0]) #2026D47
28 numWFIB.extend([22834.0]) #2026D48
29 numWFIB.extend([23234.0]) #2026D49
30 
31 for numWF in numWFIB:
32  workflows[numWF] = _upgrade_workflows[numWF]
CLHEP::HepMatrix Matrix
Definition: matutil.h:62