summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-08-04 11:55:17 -0400
committerStan Seibert <stan@mtrr.org>2011-08-04 11:55:17 -0400
commita468fbdab77166b9a27d49dec42a4bab33932e15 (patch)
treeb59f7febc23ff5aa62c0d88ce2f5086ecd5dfa4f
parent944fa9b2d0dace02180d9fad18ced9c7375fe1a4 (diff)
downloadchroma-a468fbdab77166b9a27d49dec42a4bab33932e15.tar.gz
chroma-a468fbdab77166b9a27d49dec42a4bab33932e15.tar.bz2
chroma-a468fbdab77166b9a27d49dec42a4bab33932e15.zip
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.
-rw-r--r--.rootlogon.C3
1 files changed, 3 insertions, 0 deletions
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");
+}