-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Updating DT Calibration workflows for CMSSW_15_0_4 #47869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: CMSSW_15_0_X
Are you sure you want to change the base?
Conversation
Pull request #47869 was updated. |
cms-bot internal usage |
@@ -254,12 +260,12 @@ def addPoolDBESSource( process, | |||
|
|||
calibDB = cms.ESSource("PoolDBESSource", | |||
CondDB, | |||
timetype = cms.string('runnumber'), | |||
#timetype = cms.string('runnumber'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to mention that this will conflict with #47851
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, actually the opposite. The line is commented out not to conflict with that change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see what you mean. This change is already made in that PR. That's fine. When there is time to merge, I will resolve the conflicts.
PR description:
Updating DT Calibration workflows to run in the latest CMSSW releases.
Details on the workflows are documented here: CMS/DTCalibrationTools
The updates mainly include minor fixes to a few script to make them run in the latest CMSSW version, and some additional debug print statements.
PR validation:
We have run the calibration procedure on one recent Runs and it works as expected.