From 633e178df61028f712c7edd96a7450c1f41bdddb Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Thu, 20 May 2021 21:31:15 -0500
Subject: [PATCH] 	modified:   scripts/tutorial2_cell_size.cxx

---
 scripts/tutorial2_cell_size.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/tutorial2_cell_size.cxx b/scripts/tutorial2_cell_size.cxx
index 90d248d..4baa556 100644
--- a/scripts/tutorial2_cell_size.cxx
+++ b/scripts/tutorial2_cell_size.cxx
@@ -114,5 +114,5 @@ void tutorial2_cell_size(const char* fname = "gem_tracker_sim.root") {
 
   TCanvas* c = new TCanvas();
   h_local_pos->DrawClone("colz");
-  c->SaveAs("results/hit_position.png");
+  c->SaveAs("results/cell_size.png");
 }
-- 
GitLab