Skip to content

Commit

Permalink
Merge pull request #46673 from stahlleiton/BTAG_V25
Browse files Browse the repository at this point in the history
[13_2_X] Change path of RobustParTAK4.onnx as in RecoBTag-Combined V01-25-00
  • Loading branch information
cmsbuild authored Nov 13, 2024
2 parents 88fe605 + 505f032 commit 44328ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void ParticleTransformerAK4ONNXJetTagsProducer::fillDescriptions(edm::Configurat
desc.add<edm::InputTag>("src", edm::InputTag("pfParticleTransformerAK4TagInfos"));
desc.add<std::vector<std::string>>("input_names", {"input_1", "input_2", "input_3", "input_4", "input_5", "input_6"});
desc.add<edm::FileInPath>("model_path",
edm::FileInPath("RecoBTag/Combined/data/RobustParTAK4/PUPPI/V00/RobustParTAK4.onnx"));
edm::FileInPath("RecoBTag/Combined/data/RobustParTAK4/PUPPI/V00/modelfile/model.onnx"));
desc.add<std::vector<std::string>>("output_names", {"softmax"});
desc.add<std::vector<std::string>>(
"flav_names", std::vector<std::string>{"probb", "probbb", "problepb", "probc", "probuds", "probg"});
Expand Down

0 comments on commit 44328ee

Please sign in to comment.