From 1f857c222d94518c923153bde902332a0c8910b4 Mon Sep 17 00:00:00 2001 From: khushi-singla-21 <142303997+khushi-singla-21@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:12:31 +0530 Subject: [PATCH] Update vtx_dis_plots.cxx --- benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx b/benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx index ceebb503..149de973 100644 --- a/benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx +++ b/benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx @@ -340,6 +340,7 @@ void vtx_dis_plots(const std::string& config_name) // Print plots to pdf file c1->Print(fmt::format("{}.pdf[", output_prefix).c_str()); + c1->Print(fmt::format("{}.pdf", output_prefix).c_str()); c2->Print(fmt::format("{}.pdf", output_prefix).c_str()); c3->Print(fmt::format("{}.pdf", output_prefix).c_str()); c4->Print(fmt::format("{}.pdf", output_prefix).c_str()); @@ -356,6 +357,7 @@ void vtx_dis_plots(const std::string& config_name) c15->Print(fmt::format("{}.pdf", output_prefix).c_str()); c16->Print(fmt::format("{}.pdf", output_prefix).c_str()); c17->Print(fmt::format("{}.pdf", output_prefix).c_str()); + c18->Print(fmt::format("{}.pdf", output_prefix).c_str()); c18->Print(fmt::format("{}.pdf]", output_prefix).c_str()); }