Skip to content

Commit

Permalink
Update vtx_dis_plots.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi-singla-21 authored Oct 29, 2024
1 parent 783b402 commit 1f857c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand All @@ -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());

}
Expand Down

0 comments on commit 1f857c2

Please sign in to comment.