From a468fbdab77166b9a27d49dec42a4bab33932e15 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Thu, 4 Aug 2011 11:55:17 -0400 Subject: A rootlogon.C file to load the Event dictionary when running root inside the Chroma directory. Put this in your home directory or other work directory to access Chroma ROOT files. --- .rootlogon.C | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .rootlogon.C (limited to '.rootlogon.C') diff --git a/.rootlogon.C b/.rootlogon.C new file mode 100644 index 0000000..f1b4cf6 --- /dev/null +++ b/.rootlogon.C @@ -0,0 +1,3 @@ +{ + gROOT->ProcessLine(".L io/root.C+g"); +} -- cgit