-
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
AJJGenJet filter added. #35547
AJJGenJet filter added. #35547
Conversation
@hbakhshi, CMSSW_12_1_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35547/25777
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35547/25779
|
A new Pull Request was created by @hbakhshi (Hamed Bakhshian) for master. It involves the following packages:
@SiewYan, @mkirsano, @Saptaparna, @cmsbuild, @GurpreetSinghChahal, @agrohsje, @alberto-sanchez can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
// class declaration | ||
// | ||
|
||
class AJJGenJetFilter : public edm::EDFilter { |
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 use a thread friendly base class.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35547/25787 |
Pull request #35547 was updated. @SiewYan, @mkirsano, @Saptaparna, @cmsbuild, @GurpreetSinghChahal, @agrohsje, @alberto-sanchez can you please check and sign again. |
}; | ||
|
||
AJJGenJetFilter::AJJGenJetFilter(const edm::ParameterSet& iConfig) | ||
: ptMin(iConfig.getUntrackedParameter<double>("minPt", 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.
You do not need to add default values here since you already specify them in the fillDescriptions function
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.
Also, shouldn’t these all be tracked parameters as you want to record what cuts were being used?
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.
thanks for your comments, I have tried to address both of them
Pull request #35547 was updated. @SiewYan, @mkirsano, @Saptaparna, @cmsbuild, @GurpreetSinghChahal, @agrohsje, @alberto-sanchez can you please check and sign again. |
please test workflow 514,552,554 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fd1cc7/19718/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
It seems that all the tests have passed again. I would appreciate if you could accept this PR, so I can proceed with the sample request. @Saptaparna |
@SiewYan |
ping @cms-sw/generators-l2 |
+1 @SiewYan any additional comments? |
@Saptaparna , nope, looks all good to me. thanks. |
+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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
@hbakhshi It seems you have not addressed all comments from @Dr15Jones, for example, the suggestions to try LogDebug. |
Hi @qliphy |
+1 |
PR description:
A new filter added to the GeneratorInterface/GenFilters package. It is specially designed to select events with 1 photon + 2VBF jets. cuts on photon and jet are completely configurable.
PR validation:
the filter tested on run-2 and snowmass gridpacks and fragments.
if this PR is a backport please specify the original PR and why you need to backport that PR:
this filter is going to be used to generate vbf+photon samples for run2 and snowmass analyses
Before submitting your pull requests, make sure you followed this checklist: