<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Rivet] AGILe</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Basically what I want to do (in priority order) is:<BR>
1. use RIVET to compare ALICE data with PYTHIA8, PYTHIA6 and PHOJET.<BR>
2. have a tool to convert ALICE root objects to flat/aida formats.<BR>
<BR>
For 2, I am trying to use a script (root2flat) that Andy sent me. This I will work on once number 1 is sorted out.<BR>
<BR>
For 1, I can get PYHTIA8 events in HepMC format. For PYTHIA6 I need to either use AGILe from AFS for get it locally. For PHOJET, I need&nbsp; to have a local installation of AGILe as this needs to be developed.<BR>
I am struggling to get AGILe locally. Below is what I get...<BR>
<BR>
[pcalicebhm09] /home/snavin/my_work/rivet_test &gt; . /afs/cern.ch/sw/lcg/contrib/gcc/4.3/x86_64-slc5-gcc43-opt/setup.sh<BR>
[pcalicebhm09] /home/snavin/my_work/rivet_test &gt; export PATH=/afs/cern.ch/sw/lcg/external/swig/1.3.40/x86_64-slc5-gcc43-opt/bin:$PATH<BR>
[pcalicebhm09] /home/snavin/my_work/rivet_test &gt; ./rivet-bootstrap --no-install-rivet --install-agile --dev-mode on --force on<BR>
Checking for developer mode programs<BR>
Updating AGILe SVN working copy<BR>
Bootstrapping autoconf files<BR>
libtoolize: `/afs/cern.ch/alice/library/local/share/aclocal/libtool.m4' is serial 47, less than 48 in `aclocal.m4'<BR>
Use `--force' to replace newer libtool files with this version.<BR>
autoreconf: libtoolize failed with exit status: 1<BR>
<BR>
This might help...<BR>
<BR>
[pcalicebhm09] /home/snavin/my_work/rivet_test &gt; echo $PATH<BR>
/afs/cern.ch/sw/lcg/external/swig/1.3.40/x86_64-slc5-gcc43-opt/bin:<BR>
/afs/cern.ch/sw/lcg/contrib/gcc/4.3.2p1/x86_64-slc5-gcc34-opt/bin:<BR>
/home/snavin/my_work/rivet_test/local/bin:/afs/cern.ch/user/s/snavin/bin:<BR>
/afs/cern.ch/user/s/snavin/scripts:/usr/sue/bin:<BR>
/afs/cern.ch/alice/library/afs_volumes/vol12/bin:<BR>
/afs/cern.ch/alice/library/afs_volumes/vol12/local/bin:<BR>
/afs/cern.ch/alice/library/afs_volumes/vol12/AliRoot/bin/tgt_linuxx8664gcc:<BR>
/afs/cern.ch/alice/library/afs_volumes/vol12/root/bin:<BR>
/afs/cern.ch/alice/library/afs_volumes/vol12/AliRoot/share:<BR>
/usr/local/bin:/usr/local/bin/X11:/usr/bin:/bin:/usr/bin/X11:/cern/pro/bin:/usr/kerberos/bin<BR>
<BR>
[pcalicebhm09] /home/snavin/my_work/rivet_test &gt; echo $LD_LIBRARY_PATH<BR>
/afs/cern.ch/sw/lcg/contrib/gcc/4.3.2p1/x86_64-slc5-gcc34-opt/lib64:<BR>
/afs/cern.ch/sw/lcg/contrib/mpfr/2.3.1/x86_64-slc5-gcc34-opt/lib:<BR>
/afs/cern.ch/sw/lcg/contrib/gmp/4.2.2/x86_64-slc5-gcc34-opt/lib:<BR>
/home/snavin/my_work/rivet_test/local/lib:/afs/cern.ch/sw/lcg/external/HepMC/2.05.01/slc4_amd64_gcc34/lib:<BR>
/afs/cern.ch/sw/lcg/external/fastjet/2.4.1/slc4_amd64_gcc34/lib:<BR>
/afs/cern.ch/sw/lcg/external/GSL/1.8/slc4_amd64_gcc34/lib:<BR>
/afs/cern.ch/sw/lcg/contrib/gcc/4.3.2p1/x86_64-slc5-gcc34-opt/lib64:<BR>
/afs/cern.ch/sw/lcg/contrib/mpfr/2.3.1/x86_64-slc5-gcc34-opt/lib:<BR>
/afs/cern.ch/sw/lcg/contrib/gmp/4.2.2/x86_64-slc5-gcc34-opt/lib:<BR>
/home/snavin/my_work/rivet_test/local/lib:/afs/cern.ch/sw/lcg/external/HepMC/2.05.01/slc4_amd64_gcc34/lib:<BR>
/afs/cern.ch/sw/lcg/external/fastjet/2.4.1/slc4_amd64_gcc34/lib:<BR>
/afs/cern.ch/sw/lcg/external/GSL/1.8/slc4_amd64_gcc34/lib:<BR>
/afs/cern.ch/alice/library/afs_volumes/vol12/geant3/lib/tgt_linuxx8664gcc:<BR>
/afs/cern.ch/alice/library/afs_volumes/vol12/AliRoot/lib/tgt_linuxx8664gcc:<BR>
/afs/cern.ch/alice/library/afs_volumes/vol12/root/lib<BR>
<BR>
[pcalicebhm09] /home/snavin/my_work/rivet_test &gt; echo $AGILE_GEN_PATH<BR>
/home/snavin/my_work/genser:/home/snavin/my_work/genser:<BR>
<BR>
Then...<BR>
[pcalicebhm09] /home/snavin/my_work/rivet_test &gt; export PYTHONPATH=/afs/cern.ch/alice/library/afs_volumes/vol12/root/lib:$PYTHONPATH<BR>
[pcalicebhm09] /home/snavin/my_work/rivet_test &gt; ./rivet-bootstrap --no-install-rivet --install-agile --dev-mode on --force on<BR>
Checking for developer mode programs<BR>
Updating AGILe SVN working copy<BR>
Bootstrapping autoconf files<BR>
libtoolize: `/afs/cern.ch/alice/library/local/share/aclocal/libtool.m4' is serial 47, less than 48 in `aclocal.m4'<BR>
Use `--force' to replace newer libtool files with this version.<BR>
autoreconf: libtoolize failed with exit status: 1<BR>
<BR>
I can start rivet (auto completion works) after sourcing the script (attached) Hendrik wrote for me when he installed rivet on my machine on the 2nd of March.<BR>
<BR>
Thanks!<BR>
<BR>
Sparsh<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Hendrik Hoeth [<A HREF="mailto:hendrik.hoeth@cern.ch">mailto:hendrik.hoeth@cern.ch</A>]<BR>
Sent: Wed 5/19/2010 9:55 AM<BR>
To: Sparsh Navin; Rivet<BR>
Subject: Re: [Rivet] AGILe<BR>
<BR>
Hi Sparsh,<BR>
<BR>
&gt; On 18/05/10 16:05, Sparsh Navin wrote:<BR>
&gt; &gt; Hi Andy,<BR>
&gt; &gt;<BR>
&gt; &gt; I am moving back to the UK in less than 2 weeks and amidst packing and<BR>
&gt; &gt; cleaning I would like to get somewhere with RIVET before the move.<BR>
&gt; &gt;<BR>
&gt; &gt; Is it possible to have maybe a skype conversation in the next few days<BR>
&gt; &gt; to get things working?<BR>
<BR>
so what's not working? What's the status?<BR>
<BR>
Cheers,<BR>
<BR>
&nbsp;&nbsp;&nbsp; Hendrik<BR>
<BR>
--<BR>
Don't knock the weather. If it didn't change once in a while, nine<BR>
out of ten people couldn't start a conversation.&nbsp;&nbsp;&nbsp; -- Kin Hubbard<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>