-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Phase2 Single_Tau_Trigger Path Added #49569
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| hltHpsPFTau150LooseTauWPDeepTau = cms.EDFilter("HLT1PFTau", | ||
| MaxEta = cms.double(2.1), | ||
| MaxMass = cms.double(-1.0), | ||
| MinE = cms.double(-1.0), | ||
| MinEta = cms.double(-1.0), | ||
| MinMass = cms.double(-1.0), | ||
| MinN = cms.int32(1), | ||
| MinPt = cms.double(150.0), | ||
| inputTag = cms.InputTag("hltHpsSelectedPFTauLooseTauWPDeepTau"), | ||
| saveTags = cms.bool(True), | ||
| triggerType = cms.int32(84) | ||
| ) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. a newline is missing here. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
|
|
||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| hltPreLooseDeepTauPFTauHPS150L2NNeta2p1 = cms.EDFilter("HLTPrescaler", | ||
| L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), | ||
| offset = cms.uint32(0) | ||
| ) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this whole file is useless at the moment, we don't have prescales in the phase-2 menu. |
||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,45 @@ | ||||
| import FWCore.ParameterSet.Config as cms | ||||
|
|
||||
| from ..sequences.HLTBeginSequence_cfi import * | ||||
| from ..sequences.HLTRawToDigiSequence_cfi import * | ||||
| from ..sequences.HLTTICLLocalRecoSequence_cfi import * | ||||
| from ..sequences.HLTLocalrecoSequence_cfi import * | ||||
| from ..sequences.HLTTrackingSequence_cfi import * | ||||
| from ..sequences.HLTMuonsSequence_cfi import * | ||||
| from ..sequences.HLTParticleFlowSequence_cfi import * | ||||
| from ..sequences.HLTAK4PFJetsReconstruction_cfi import * | ||||
| from ..sequences.HLTPFTauHPS_cfi import * | ||||
| from ..sequences.HLTHPSDeepTauPFTauSequence_cfi import * | ||||
| from ..sequences.HLTEndSequence_cfi import * | ||||
| from ..modules.hltL1SingleNNTau150_cfi import * | ||||
| from ..modules.hltPreLooseDeepTauPFTauHPS150L2NNeta2p1_cfi import * | ||||
| from ..modules.hltParticleFlowRecHitECALUnseeded_cfi import * | ||||
| from ..modules.hltParticleFlowClusterECALUncorrectedUnseeded_cfi import * | ||||
| from ..modules.hltParticleFlowClusterECALUnseeded_cfi import * | ||||
| from ..modules.hltAK4PFJetsForTaus_cfi import * | ||||
| from ..modules.hltHpsSelectedPFTauLooseTauWPDeepTau_cfi import * | ||||
| from ..modules.hltHpsPFTau150LooseTauWPDeepTau_cfi import * | ||||
|
|
||||
| HLT_LooseDeepTauPFTauHPS150_L2NN_eta2p1 = cms.Path( | ||||
| HLTBeginSequence | ||||
| + hltL1SingleNNTau150 | ||||
| + hltPreLooseDeepTauPFTauHPS150L2NNeta2p1 | ||||
| + HLTRawToDigiSequence | ||||
| + HLTTICLLocalRecoSequence | ||||
| + HLTLocalrecoSequence | ||||
| + HLTTrackingSequence | ||||
| + HLTMuonsSequence | ||||
| + HLTParticleFlowSequence | ||||
| + hltParticleFlowRecHitECALUnseeded | ||||
| + hltParticleFlowClusterECALUncorrectedUnseeded | ||||
| + hltParticleFlowClusterECALUnseeded | ||||
| + HLTAK4PFJetsReconstruction | ||||
| + hltAK4PFJetsForTaus | ||||
| + HLTPFTauHPS | ||||
| + HLTHPSDeepTauPFTauSequence | ||||
| + hltHpsSelectedPFTauLooseTauWPDeepTau | ||||
| + hltHpsPFTau150LooseTauWPDeepTau | ||||
| + HLTEndSequence | ||||
| ) | ||||
|
|
||||
|
|
||||
|
Comment on lines
+44
to
+45
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
please remove empty lines. |
||||
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.
why is
MaxEta = 2.1, butMinEta = -1.0?Why the asymmetric cut?
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.
As I Know , MinEta (-1.0) means default value of minmum value.
Uh oh!
There was an error while loading. Please reload this page.
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.
Checking the code, this doesn't seem to be the case.
cmssw/HLTrigger/HLTfilters/plugins/plugins.cc
Line 60 in ff1c182
and
cmssw/HLTrigger/HLTfilters/plugins/HLTSinglet.cc
Lines 145 to 149 in ff1c182
which means that:
MaxEta> 0, then accept for |η|<MaxEtaMinEta> 0, then accept for |η|>MinEtathe choice of parameter names is not great. IMHO
WithinEtaandOutsideOfEtamight be better choices. Something to consider when we're free to develop outside of the constraint to support Run3.