From: dainese Date: Thu, 4 Jun 2009 08:55:04 +0000 (+0000) Subject: New package for heavy flavour electrons analysis (M.Fasel) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=b9ee94592a1b423e5cfc059975488cd1caf55ff8;p=u%2Fmrichter%2FAliRoot.git New package for heavy flavour electrons analysis (M.Fasel) --- diff --git a/PWG3/PROOF-INF.PWG3hfe/BUILD.sh b/PWG3/PROOF-INF.PWG3hfe/BUILD.sh new file mode 100755 index 00000000000..becb7e5c1a0 --- /dev/null +++ b/PWG3/PROOF-INF.PWG3hfe/BUILD.sh @@ -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 index 00000000000..34c593b3eba --- /dev/null +++ b/PWG3/PROOF-INF.PWG3hfe/SETUP.C @@ -0,0 +1,5 @@ +{ + gSystem->Load("libHFE.so"); + // Set the include paths + gROOT->ProcessLine(".include HFE"); +} \ No newline at end of file