]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New package for heavy flavour electrons analysis (M.Fasel)
authordainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Jun 2009 08:55:04 +0000 (08:55 +0000)
committerdainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Jun 2009 08:55:04 +0000 (08:55 +0000)
PWG3/PROOF-INF.PWG3hfe/BUILD.sh [new file with mode: 0755]
PWG3/PROOF-INF.PWG3hfe/SETUP.C [new file with mode: 0644]

diff --git a/PWG3/PROOF-INF.PWG3hfe/BUILD.sh b/PWG3/PROOF-INF.PWG3hfe/BUILD.sh
new file mode 100755 (executable)
index 0000000..becb7e5
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/bash
+
+make
diff --git a/PWG3/PROOF-INF.PWG3hfe/SETUP.C b/PWG3/PROOF-INF.PWG3hfe/SETUP.C
new file mode 100644 (file)
index 0000000..34c593b
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  gSystem->Load("libHFE.so");
+  // Set the include paths
+  gROOT->ProcessLine(".include HFE");
+}
\ No newline at end of file