From b38194fd9bd7cc09c2b7639eaa6a869059d22087 Mon Sep 17 00:00:00 2001
From: Tom Polakovic <tpolakovic@anl.gov>
Date: Fri, 24 Jul 2020 17:09:15 -0500
Subject: [PATCH] Update roman_pot_hit_eta.cxx

---
 trackers/roman_pot_hit_eta.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trackers/roman_pot_hit_eta.cxx b/trackers/roman_pot_hit_eta.cxx
index 68ce5151..bd64992d 100644
--- a/trackers/roman_pot_hit_eta.cxx
+++ b/trackers/roman_pot_hit_eta.cxx
@@ -29,7 +29,7 @@ R__LOAD_LIBRARY(libDDG4IO.so)
 //#include "lcio2/TrackerRawDataData.h"
 //#include "lcio2/TrackerRawData.h"
 
-void simple_tracking2(const char* fname = "../sim_output/roman_pot_out.root"){
+void roman_pot_hit_eta(const char* fname = "../sim_output/roman_pot_out.root"){
 
   ROOT::EnableImplicitMT(); // Tell ROOT you want to go parallel
   double degree = TMath::Pi()/180.0;
-- 
GitLab