From 783b402b9dd4291bddbb1689740bfcf29db40c97 Mon Sep 17 00:00:00 2001 From: khushi-singla-21 <142303997+khushi-singla-21@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:36:08 +0530 Subject: [PATCH] Update vtx_dis_plots.cxx --- benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx b/benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx index e26f766..ceebb50 100644 --- a/benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx +++ b/benchmarks/tracking_performances_dis/analysis/vtx_dis_plots.cxx @@ -338,7 +338,6 @@ void vtx_dis_plots(const std::string& config_name) //-------------------------------------------------------------------------------------------------------------------------------------------- - auto output_prefix = "plots"; // Print plots to pdf file c1->Print(fmt::format("{}.pdf[", output_prefix).c_str()); c2->Print(fmt::format("{}.pdf", output_prefix).c_str());