-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Light by light modifier 1100 pre1 #27633
Changes from 7 commits
6b8c8ad
7929e6a
ce82fec
bf4ecb0
645b619
e7abd48
287747f
38a560d
fb097ff
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,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
egamma_lowPt_exclusive = cms.Modifier() |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,3 +209,9 @@ def _findIndicesByModule(name): | |
particleFlowBlock, | ||
elementImporters = _addTimingLayer | ||
) | ||
|
||
from Configuration.ProcessModifiers.egamma_lowPt_exclusive_cff import egamma_lowPt_exclusive | ||
egamma_lowPt_exclusive.toModify(particleFlowBlock.elementImporters[2], | ||
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. please use 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. could you please suggest how exactly should I do it? 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. visually, it looks like replacing 2 with for imp in particleFlowBlock.elementImporters:
if imp..importerName.value() == "SuperClusterImporter":
_scImporter = imp
egamma_lowPt_exclusive.toModify(_scImporter, ... |
||
minSuperClusterPt = 1.0, | ||
minPTforBypass = 0.0) | ||
|
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.
this is not a part of the regular pp reco.
Why is this modified?
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.
ok, we will not change the island Photon thresholds (updating it in the next commit).