IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 669c48af authored by Alan Coleman's avatar Alan Coleman
Browse files

Update output name

parent 3c2d98ff
No related branches found
No related tags found
1 merge request!604"Need for writing first interaction information"
...@@ -75,7 +75,7 @@ def draw_profiles(pr, pr_config): ...@@ -75,7 +75,7 @@ def draw_profiles(pr, pr_config):
ax.set_yscale("log") ax.set_yscale("log")
ax.set_xlim(min(pr["X"]), max(pr["X"])) ax.set_xlim(min(pr["X"]), max(pr["X"]))
plot_path = os.path.join(args.output_dir, "show_profile_profiles.png") plot_path = os.path.join(args.output_dir, "shower_profile_long_profiles.png")
print("Saving", plot_path) print("Saving", plot_path)
fig.savefig(plot_path) fig.savefig(plot_path)
...@@ -91,7 +91,7 @@ def draw_energyloss(prdx, prdx_config): ...@@ -91,7 +91,7 @@ def draw_energyloss(prdx, prdx_config):
ax.set_ylabel(f"dE/dX ({unit_energy_str} / ({unit_grammage_str}))") ax.set_ylabel(f"dE/dX ({unit_energy_str} / ({unit_grammage_str}))")
ax.set_xlim(min(prdx["X"]), max(prdx["X"])) ax.set_xlim(min(prdx["X"]), max(prdx["X"]))
plot_path = os.path.join(args.output_dir, "show_profile_energyloss.png") plot_path = os.path.join(args.output_dir, "shower_profile_energy_loss.png")
print("Saving", plot_path) print("Saving", plot_path)
fig.savefig(plot_path) fig.savefig(plot_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment