Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rdewanje
Copy link
Contributor

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

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 12, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @rdewanje for master.

It involves the following packages:

  • HLTrigger/Configuration (hlt)

@Martin-Grunewald, @cmsbuild, @mmusich can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @SohamBhattacharya, @VourMa, @missirol, @mmusich, @rovere, @silviodonato this is something you requested to watch as well.
@antoniovilela, @mandrenguyen, @rappoccio, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

Copy link
Contributor

@mmusich mmusich left a 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#from ..sequences.localrecoSequence_cfi import * ## CHANGED TO FILE BELOW

Comment on lines +63 to +73



#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)
#)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#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 +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#RawToDigiSequence +

#RawToDigiSequence +
HLTRawToDigiSequence +

#hgcalLocalRecoSequence +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#hgcalLocalRecoSequence +

#hgcalLocalRecoSequence +
HLTHgcalLocalRecoSequence +

#localrecoSequence +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#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,
Copy link
Contributor

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

@mmusich
Copy link
Contributor

mmusich commented Dec 12, 2024

test parameters:

  • enable = hlt_p2_integration

@mmusich
Copy link
Contributor

mmusich commented Dec 13, 2024

@rdewanje please clarify if there will be follow-ups to the review. In particular addressing #46924 (comment) is necessary before starting tests.

@rovere
Copy link
Contributor

rovere commented Dec 13, 2024

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.

@mmusich
Copy link
Contributor

mmusich commented Dec 13, 2024

Dear all, unless this new cross trigger path is added also to the trigger 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

@rovere
Copy link
Contributor

rovere commented Dec 13, 2024

Dear all, unless this new cross trigger path is added also to the trigger 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants