-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Move Phase2 HLT to ticl_v4 #42759
Move Phase2 HLT to ticl_v4 #42759
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42759/36861
|
A new Pull Request was created by @rovere (Marco Rovere) for master. It involves the following packages:
@Martin-Grunewald, @missirol, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @mmusich, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-49c52c/34710/summary.html Comparison SummarySummary:
|
+Upgrade Code related to upgrade is fine. Changes can be seen in HLT of Phase-2 workflows which are expected. For Run-3, change in MessageLogger and mkfit workflow do not related to this PR. |
tracksTime = cms.InputTag('tofPID', 't0'), | ||
tracksTimeQual = cms.InputTag('mtdTrackQualityMVA', 'mtdQualMVA'), | ||
tracksTimeErr = cms.InputTag('tofPID', 'sigmat0'), | ||
# muons = cms.InputTag('muons1stStep'), |
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.
any reason to keep this comment?
@@ -0,0 +1,286 @@ | |||
import FWCore.ParameterSet.Config as cms |
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.
for my own education what's the purpose of this file?
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.
Ciao @mmusich that's the version of the simplified HLT Menu to be used when performing timing measurements.
@@ -0,0 +1,36 @@ | |||
import FWCore.ParameterSet.Config as cms | |||
|
|||
ticlTrackstersMerge = cms.EDProducer("TrackstersMergeProducerV3", |
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.
I am confused about the usage of this producer. It doesn't seem to be referenced in the menu.
What's the purpose of this configuration fragment?
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.
Ciao @mmusich you are right and that will be cleaned/removed in the (near) future.
+hlt
|
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
The current Phase2 HLT Menu is a mixture of TICL_v3 and TICL_v4.
This PR will move the whole menu to using TICL_v4. In order to do that, a new option has been added to TICL_v4, during the tracksters' merge step, to disable the usage of MTD information that, at present, is not part of the HLT reconstruction.
As an added enhancement, a slimmed and fully L1T-seeded Phase2 HLT menu has been added to the release, named
75e33_timing
, to be used to perform meaningful timing measurements.For further information, please refer to today's HLT Upgrade meeting and presentation therein.
The old TICL_v3 iterations have been removed from the repository, since
GitHub
will automatically keep their history.A backport to
13_1_X
, the baseline release for the coming HLT Upgrade Annual Review, will be submitted soon.PR validation:
Run any Phase2 workflow with HLT menu w/o crashes.