Skip to content

Commit

Permalink
Update ParticleNet to V01.
Browse files Browse the repository at this point in the history
  • Loading branch information
hqucms committed Jul 28, 2020
1 parent 83727e0 commit dc54bdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RecoBTag/ONNXRuntime/python/pfParticleNet_cff.py
Expand Up @@ -11,17 +11,17 @@

pfParticleNetJetTags = boostedJetONNXJetTagsProducer.clone(
src = 'pfParticleNetTagInfos',
preprocess_json = 'RecoBTag/Combined/data/ParticleNetAK8/General/V00/preprocess.json',
model_path = 'RecoBTag/Combined/data/ParticleNetAK8/General/V00/ParticleNet.onnx',
preprocess_json = 'RecoBTag/Combined/data/ParticleNetAK8/General/V01/preprocess.json',
model_path = 'RecoBTag/Combined/data/ParticleNetAK8/General/V01/particle-net.onnx',
flav_names = ["probTbcq", "probTbqq", "probTbc", "probTbq", "probTbel", "probTbmu", "probTbta",
"probWcq", "probWqq", "probZbb", "probZcc", "probZqq", "probHbb", "probHcc",
"probHqqqq", "probQCDbb", "probQCDcc", "probQCDb", "probQCDc", "probQCDothers"],
)

pfMassDecorrelatedParticleNetJetTags = boostedJetONNXJetTagsProducer.clone(
src = 'pfParticleNetTagInfos',
preprocess_json = 'RecoBTag/Combined/data/ParticleNetAK8/MD-2prong/V00/preprocess.json',
model_path = 'RecoBTag/Combined/data/ParticleNetAK8/MD-2prong/V00/ParticleNet.onnx',
preprocess_json = 'RecoBTag/Combined/data/ParticleNetAK8/MD-2prong/V01/preprocess.json',
model_path = 'RecoBTag/Combined/data/ParticleNetAK8/MD-2prong/V01/particle-net.onnx',
flav_names = ["probXbb", "probXcc", "probXqq", "probQCDbb", "probQCDcc",
"probQCDb", "probQCDc", "probQCDothers"],
)
Expand Down

0 comments on commit dc54bdf

Please sign in to comment.