-
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
Etau trigger pr branch #46924
base: master
Are you sure you want to change the base?
Etau trigger pr branch #46924
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46924/42986 |
A new Pull Request was created by @rdewanje for master. It involves the following packages:
@Martin-Grunewald, @cmsbuild, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
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.
Please update the PR title to be meaningful (as in "Add Electron Tau cross-trigger to the HLT Phase-2 menu")
from ..sequences.HLTPFTauHPS_cfi import * | ||
from ..sequences.HLTHPSDeepTauPFTauSequence_cfi import * | ||
|
||
#from ..sequences.RawToDigiSequence_cfi import * ## CHANGED TO FILE BELOW |
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.
#from ..sequences.RawToDigiSequence_cfi import * ## CHANGED TO FILE BELOW |
#from ..sequences.RawToDigiSequence_cfi import * ## CHANGED TO FILE BELOW | ||
from ..sequences.HLTRawToDigiSequence_cfi import * | ||
|
||
#from ..sequences.hgcalLocalRecoSequence_cfi import * ## CHANGED TO FILE BELOW |
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.
#from ..sequences.hgcalLocalRecoSequence_cfi import * ## CHANGED TO FILE BELOW |
#from ..sequences.hgcalLocalRecoSequence_cfi import * ## CHANGED TO FILE BELOW | ||
from ..sequences.HLTHgcalLocalRecoSequence_cfi import * | ||
|
||
#from ..sequences.localrecoSequence_cfi import * ## CHANGED TO FILE BELOW |
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.
#from ..sequences.localrecoSequence_cfi import * ## CHANGED TO FILE BELOW |
|
||
|
||
|
||
#hltEG30EtL1SeededFilter = _hltEG32EtL1SeededFilter.clone( | ||
# etcutEB = cms.double(30.0), | ||
# etcutEE = cms.double(30.0), | ||
# inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), | ||
# l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
# ncandcut = cms.int32(1), | ||
# saveTags = cms.bool(True) | ||
#) |
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.
#hltEG30EtL1SeededFilter = _hltEG32EtL1SeededFilter.clone( | |
# etcutEB = cms.double(30.0), | |
# etcutEE = cms.double(30.0), | |
# inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), | |
# l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | |
# ncandcut = cms.int32(1), | |
# saveTags = cms.bool(True) | |
#) |
HLTBeginSequence + | ||
hltPuppiTauTkIsoEle4522L1TkFilter + | ||
|
||
#RawToDigiSequence + |
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.
#RawToDigiSequence + |
#RawToDigiSequence + | ||
HLTRawToDigiSequence + | ||
|
||
#hgcalLocalRecoSequence + |
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.
#hgcalLocalRecoSequence + |
#hgcalLocalRecoSequence + | ||
HLTHgcalLocalRecoSequence + | ||
|
||
#localrecoSequence + |
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.
#localrecoSequence + |
@@ -404,7 +405,7 @@ | |||
fragment.HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1, | |||
fragment.HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1, | |||
fragment.HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1, | |||
|
|||
fragment.HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1, |
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.
please add this trigger also in the timing variant of the menu at HLTrigger/Configuration/python/HLT_75e33_timing_cff.py
test parameters:
|
@rdewanje please clarify if there will be follow-ups to the review. In particular addressing #46924 (comment) is necessary before starting tests. |
Dear all, unless this new cross trigger path is added also to the timing flavour of the Phase-2 HLT menu, the timing measurements will be irrelevant/useless. |
that's precisely my comment at #46924 (comment) and #46924 (comment) @rdewanje |
thanks Marco! Repetita iuvant. Sorry for the noise. |
PR description:
Added the Electron+Tau cross trigger path to the existing Phase-2 HLT Menu after following the recipe given here:
https://cmshltupgrade.docs.cern.ch/RunningInstructions/
PR validation:
PR passed all test mentioned here:
https://cms-sw.github.io/PRWorkflow.html