From f328b2b6bce44fbf90f44a821cd9f9d52402d8a6 Mon Sep 17 00:00:00 2001
From: Marshall Scott <mbscott@anl.gov>
Date: Thu, 29 Apr 2021 15:05:48 -0400
Subject: [PATCH] changed rootlogon.C 2

---
 benchmarks/barrel_ecal/rootlogon.C | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmarks/barrel_ecal/rootlogon.C b/benchmarks/barrel_ecal/rootlogon.C
index 01afef62..edecaa70 100644
--- a/benchmarks/barrel_ecal/rootlogon.C
+++ b/benchmarks/barrel_ecal/rootlogon.C
@@ -1,7 +1,7 @@
 {
 	// top-level include-dir
-  gROOT->ProcessLine(".include include");
-  
+  gROOT->ProcessLine("../.include include");
+
 	// Setting for Graphs
 	gROOT->SetStyle("Plain");
 	gStyle->SetOptFit(1);
-- 
GitLab