From ba64effa3edd643e10253d3d74c14083258fd9b7 Mon Sep 17 00:00:00 2001 From: Pablo de Castro Date: Mon, 13 Nov 2017 17:07:35 +0100 Subject: [PATCH] change model path for consistency with cms-externals The path is now consistent with the file added in https://github.com/cms-data/RecoBTag-Combined/pull/10. --- RecoBTag/DeepFlavour/plugins/DeepFlavourTFJetTagsProducer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecoBTag/DeepFlavour/plugins/DeepFlavourTFJetTagsProducer.cc b/RecoBTag/DeepFlavour/plugins/DeepFlavourTFJetTagsProducer.cc index 388058b9c8d8e..79e1575b4039e 100644 --- a/RecoBTag/DeepFlavour/plugins/DeepFlavourTFJetTagsProducer.cc +++ b/RecoBTag/DeepFlavour/plugins/DeepFlavourTFJetTagsProducer.cc @@ -136,7 +136,7 @@ void DeepFlavourTFJetTagsProducer::fillDescriptions(edm::ConfigurationDescriptio desc.add>("input_names", { "input_1", "input_2", "input_3", "input_4", "input_5" }); desc.add("graph_path", - edm::FileInPath("RecoBTag/Combined/data/DeepFlavourV01_C_PtCut/constant_graph.pb")); + edm::FileInPath("RecoBTag/Combined/data/DeepFlavourV01_GraphDef_PtCut/constant_graph.pb")); desc.add>("lp_names", { "globals_input_batchnorm/keras_learning_phase" }); desc.add>("output_names",