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([23461.97]) #2026D49 premixing stage1 (NuGun+PU)
19 numWFIB.extend([23434.99,23434.999]) #2026D49 premixing combined stage1+stage2 (ttbar+PU200, ttbar+PU50 for PR test)
20 numWFIB.extend([23234.21,23434.21]) #2026D49 prodlike, prodlike PU
21 numWFIB.extend([23234.103]) #2026D49 aging
22 numWFIB.extend([23234.9]) #2026D49 vector hits
23 numWFIB.extend([28234.0]) #2026D60
24 numWFIB.extend([29834.0]) #2026D64
25 numWFIB.extend([30234.0]) #2026D65
26 numWFIB.extend([30634.0]) #2026D66
27 numWFIB.extend([31034.0]) #2026D67
28 numWFIB.extend([31434.0]) #2026D68
29 numWFIB.extend([31834.0]) #2026D69
30 numWFIB.extend([32234.0]) #2026D70
31 numWFIB.extend([32634.0]) #2026D71
32 numWFIB.extend([33034.0]) #2026D72
33 numWFIB.extend([33434.0]) #2026D73
34 numWFIB.extend([33834.0]) #2026D74
35 
36 for numWF in numWFIB:
37  workflows[numWF] = _upgrade_workflows[numWF]
relval_steps
hitfit::Matrix
CLHEP::HepMatrix Matrix
Definition: matutil.h:62