We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a follow up to #28902 https://github.com/cms-sw/cmssw/pull/28902/files#r384794509
E.g. in pfParticleNetDiscriminatorsJetTags_cfi.py we have
A more compact solution would be to add some python tool/methods to create instances of BTagProbabilityToDiscriminator with something like
qcdAnyList = ["QCDbb", "QCDcc", ... ] ... probabilityPSet(name="TvsQCD", module = "pfParticleNetJetTags", numeratorList = ["Tbcq", "Tbqq"], denominatorList= [numeratorList, qcdAnyList])
@hqucms @ferencek
The text was updated successfully, but these errors were encountered:
A new Issue was created by @slava77 Slava Krutelyov.
@Dr15Jones, @smuzaffar, @silviodonato, @makortel, @davidlange6, @fabiocos can you please review it and eventually sign/assign? Thanks.
cms-bot commands are listed here
Sorry, something went wrong.
assign reconstruction
New categories assigned: reconstruction
@slava77,@perrotta you have been requested to review this Pull request/Issue and eventually sign? Thanks
type btv
No branches or pull requests
This is a follow up to #28902
https://github.com/cms-sw/cmssw/pull/28902/files#r384794509
E.g. in pfParticleNetDiscriminatorsJetTags_cfi.py we have
A more compact solution would be to add some python tool/methods to create instances of BTagProbabilityToDiscriminator with something like
@hqucms @ferencek
The text was updated successfully, but these errors were encountered: