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,23434.9921]) #2026D49 prodlike, prodlike PU, prodlike premix stage1+stage2
21 numWFIB.extend([23234.103]) #2026D49 aging
22 numWFIB.extend([23234.9]) #2026D49 vector hits
23 numWFIB.extend([28234.0]) #2026D60
24 numWFIB.extend([31434.0]) #2026D68
25 numWFIB.extend([32234.0]) #2026D70
26 numWFIB.extend([34634.0]) #2026D76
27 numWFIB.extend([34834.999]) #2026D76 premixing combined stage1+stage2 (ttbar+PU50 for PR test)
28 numWFIB.extend([35034.0]) #2026D77
29 numWFIB.extend([35434.0]) #2026D78
30 numWFIB.extend([35834.0]) #2026D79
31 numWFIB.extend([36234.0]) #2026D80
32 numWFIB.extend([36634.0]) #2026D81
33 numWFIB.extend([37034.0]) #2026D82
34 numWFIB.extend([37434.0]) #2026D83
35 
36 for numWF in numWFIB:
37  workflows[numWF] = _upgrade_workflows[numWF]
relval_steps
hitfit::Matrix
CLHEP::HepMatrix Matrix
Definition: matutil.h:62