-
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
Migrate module config in RecoEcal to use default cfipython #33671
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33671/22571
|
A new Pull Request was created by @jeongeun (JeongEun Lee) for master. It involves the following packages: RecoEcal/EgammaClusterProducers @perrotta, @jpata, @cmsbuild, @slava77 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-ca5fe8/14985/summary.html Comparison SummarySummary:
|
doSatelliteClusterMerge = False, | ||
satelliteClusterSeedThreshold = 50.0, | ||
satelliteMajorityFraction = 0.5, | ||
dropUnseedable = False, | ||
#thresh_PFClusterMustacheOutBarrel = cms.double(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.
I was going to suggest to remove the type specification also from those commented out parameters, but I realize that they are also commented out in RecoEcal/EgammaClusterProducers/src/PFECALSuperClusterProducer.cc, and not even the setThreshPFClusterMustacheOut*
methods exhist any more for the superClusterAlgo.
To complete the cleaning, could you please remove them from this configuration as well as from RecoEcal/EgammaClusterProducers/src/PFECALSuperClusterProducer.cc?
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33671/22623
|
Thank you Jeongeun Could you please also remove lines 124 and 125 in EgammaClusterProducers/src/PFECALSuperClusterProducer.cc? //superClusterAlgo_.setThreshPFClusterMustacheOutBarrel( threshPFClusterMustacheOutBarrel );
//superClusterAlgo_.setThreshPFClusterMustacheOutEndcap( threshPFClusterMustacheOutEndcap ); |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca5fe8/15034/summary.html Comparison SummarySummary:
|
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Optimization of the python configurations: Improve maintainability by cleaning up the duplicated and cloning from the default/reference configurations.
Migrating EDProducer("type", .. -> typeDefault.clone() and drop the type specifications already presented in cfipython/fillDescriptions reference. Also, cleanup the duplicated parameters that are exactly the same value in cfipython reference.
(The previous PRs were PR#33207, PR#33307, PR#33352, PR#33543,PR#33563 )
In this PR, 2 files changed.
PR validation:
Event Content comparison check was also done and there is no change with these updates.
Tested in CMSSW_11_3_X, the basic test all passed in the CMSSW PR instructions.