Main Page
Namespaces
Classes
Package Documentation
Configuration
PyReleaseValidation
python
relval_2023.py
Go to the documentation of this file.
1
# import the definition of the steps and input files:
2
from
Configuration.PyReleaseValidation.relval_steps
import
*
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
#2023 WFs to run in IB (TTbar, TTbar+Timing)
16
numWFIB = [20034.0,20034.1,20034.2]
#2023D17 w/ special tracking and timing workflows
17
numWFIB.extend([20434.0])
#2023D19 (already has timing)
18
numWFIB.extend([20834.0,20834.2])
#2023D20
19
for
numWF
in
numWFIB:
20
workflows[numWF] = _upgrade_workflows[numWF]
relval_steps
hitfit::Matrix
CLHEP::HepMatrix Matrix
Definition:
matutil.h:65
Generated for CMSSW Reference Manual by
1.8.11