<div dir="ltr"><div><div><div>Hi Chris,<br><br></div>I just setup the current root version /cvmfs/<a href="http://atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/bin/root">atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/bin/root</a> now it works its setting python version 2.7.4-x86_64-slc6-gcc48 without localSetupPython. I didn't set up root in previous cases since I read in tutorials for Rivet YODA does all the plottings.<br><br></div>Thanks,<br></div>Debo.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 20, 2015 at 1:18 AM, Chris Pollard <span dir="ltr"><<a href="mailto:cpollard@cern.ch" target="_blank">cpollard@cern.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi Debottam,<br><br></div>localSetupPython is setting up a very out-of-date version of python (2.5, i686, gcc4.3). You should run<br><br></div>$ localSetupPython --help<br><br></div>This will give you a list of available python versions on that system. After that you can set the python version by hand; for instance, I usually set up 2.7.4-x86_64-slc6-gcc48:<br><br></div>$ localSetupPython 2.7.4-x86_64-slc6-gcc48<br><br></div>Can you give that a try then attempt to import rivet again?<br><br></div>Chris<br><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Sat, Jun 20, 2015 at 3:55 AM, Debottam Bakshi Gupta <span dir="ltr"><<a href="mailto:debottam.gupta@gmail.com" target="_blank">debottam.gupta@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div><div>Hi Dr. Buckley,<br><br></div>I did the following :<br><br>>ssh -X -Y <a href="mailto:dbakshig@lxplus6.cern.ch" target="_blank">dbakshig@lxplus6.cern.ch</a> //that's how I log in to lxplus6<br><br>>localSetupPython //didn't mention any version<br><br>output: Setting up Python version 2.5.4p2-i686-slc5-gcc43<br><br>>source ~/Rivet/local/rivetenv.sh<br><br></div>>python<br>>>> import rivet<br>
<p>Traceback (most recent call last):
</p>
<p> File "<stdin>", line 1, in <module>
</p>
<p> File
"/afs/<a href="http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py" target="_blank">cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/__init__.py</a>",
line 12, in <module>
</p>
<p> from rivet.core import *
</p>
<p>ImportError:
/afs/<a href="http://cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/core.so" target="_blank">cern.ch/user/d/dbakshig/Rivet/local/lib/python2.6/site-packages/rivet/core.so</a>:
wrong ELF class: ELFCLASS64
</p>
Thanks,<br></div>Debo.<br></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 19, 2015 at 6:09 PM, Andy Buckley <span dir="ltr"><<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm not sure what is going on here --- it worked fine for me, using the<br>
lxplus6 system Python. You could try enabling a newer version of Python<br>
either manually or via the ATLAS localSetupPython command if you have<br>
that available.<br>
<br>
Can you also try sourcing rivetenv.sh, then running "python" and try<br>
"import rivet" at the Python interactive prompt? This should give some<br>
error messages suppressed in the rivet script, which should hint at what<br>
is going wrong.<br>
<span><font color="#888888"><br>
Andy<br>
</font></span><span><br>
<br>
On 19/06/15 03:00, Debottam Bakshi Gupta wrote:<br>
> Hi Dr. Buckley,<br>
><br>
</span><span>> There is another issue I used the command FASTJET_VERSION=3.0.3<br>
> ./rivet-bootstrap-lcg. Now I tried to set environment on my lxplus home<br>
> directory<br>
><br>
>>source ~/Rivet/local/rivetenv.sh<br>
><br>
> Then I tried following<br>
><br>
>>rivet --help<br>
> "The rivet Python module could not be loaded: is your PYTHONPATH set<br>
> correctly?"<br>
><br>
> I have attached the installation log file. Is it because of an older<br>
> version of python?<br>
><br>
> Thanks,<br>
> Debo<br>
><br>
> On Wed, Jun 17, 2015 at 8:59 AM, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a><br>
</span><div><div>> <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a>>> wrote:<br>
><br>
> Hi Debottam,<br>
><br>
> Ok, thanks for confirming. I tried it myself and reproduced the problem.<br>
><br>
> The quick fix, I think, will be to use an even earlier version of<br>
> FastJet, since the installation of 3.0.6 in the LCG area is (for some<br>
> strange reason) only for SLC5! Here's a version of the command which<br>
> should do that version change without you needing to edit anything:<br>
><br>
> FASTJET_VERSION=3.0.3 ./rivet-bootstrap-lcg<br>
><br>
> This worked for me, and I will update the bootstrap script to use 3.0.3<br>
> by default. I've also asked the LCG applications manager what's going on<br>
> with the FastJet builds, since the 3.1. series has been available for<br>
> nearly a year and the latest SLC6 build is *three years* old!!! Maybe<br>
> they have switched to putting their FastJet builds somewhere else,<br>
> without leaving any signposts in the old directory... I'll find out.<br>
><br>
> Cheers,<br>
> Andy<br>
><br>
><br>
><br>
> On 17/06/15 02:23, Debottam Bakshi Gupta wrote:<br>
> > Hi Dr. Buckley,<br>
> ><br>
> > Yes I am doing it in lxplus. I logged in to lxplus and created a folder<br>
> > named Rivet in my home directory and there I wrote the command<br>
> ><br>
> > wget <a href="http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg" rel="noreferrer" target="_blank">http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg</a><br>
> > chmod +x rivet-bootstrap-lcg<br>
> ><br>
> > and then<br>
> ><br>
> > ./rivet-bootstrap-lcg.<br>
> ><br>
> > Thanks,<br>
> ><br>
> > Debo.<br>
> ><br>
> ><br>
> ><br>
> > On Tue, Jun 16, 2015 at 3:34 PM, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a>><br>
</div></div><span>> > <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a>>>> wrote:<br>
> ><br>
</span><div><div>> > Did you do this on lxplus?<br>
> ><br>
> > rivet-bootstrap-lcg is for use on systems where the /afs/<a href="http://cern.ch" rel="noreferrer" target="_blank">cern.ch</a> <<a href="http://cern.ch" rel="noreferrer" target="_blank">http://cern.ch</a>><br>
> > <<a href="http://cern.ch" rel="noreferrer" target="_blank">http://cern.ch</a>><br>
> > filesystem is visible, and it will try to pick up all the external<br>
> > packages like FastJet from there. If you're building on a laptop or<br>
> > other system without AFS, use the rivet-bootstrap script instead.<br>
> ><br>
> > Andy<br>
> ><br>
> ><br>
> > On 16/06/15 18:51, Debottam Bakshi Gupta wrote:<br>
> > > Hi Dr. Buckley,<br>
> > ><br>
> > > I did the following<br>
> > ><br>
> > > wget <a href="http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg" rel="noreferrer" target="_blank">http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg</a><br>
> > > chmod +x rivet-bootstrap-lcg<br>
> > ><br>
> > > and then<br>
> > ><br>
> > > ./rivet-bootstrap-lcg<br>
> > ><br>
> > > it gave me the output (please see the attached .txt file) with<br>
> > ><br>
> > > ......................<br>
> > > configure: WARNING: fastjet library was not found<br>
> > > configure: error: FastJet is required<br>
> > ><br>
> > > Thanks,<br>
> > ><br>
> > > Debo.<br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> > > On Tue, Jun 16, 2015 at 12:02 PM, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a>><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a>>><br>
> > > <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a>><br>
> <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a> <mailto:<a href="mailto:andy.buckley@cern.ch" target="_blank">andy.buckley@cern.ch</a>>>>> wrote:<br>
> > ><br>
> > > On 16/06/15 16:49, Debottam Bakshi Gupta wrote:<br>
> > > > Hi Deepak,<br>
> > > ><br>
> > > > It would be great if you provide me with some details<br>
> > because I am doing<br>
> > > > this for the 1st time, please see the following.<br>
> > > ><br>
> > > > *<br>
> > > > I did<br>
> > > ><br>
> > > > cd /scratch/rivet<br>
> > > > wget<br>
> ><br>
> <a href="http://rivet.hepforge.org/hg/bootstrap/raw-file/1.9.0/rivet-bootstrap-lcg" rel="noreferrer" target="_blank">http://rivet.hepforge.org/hg/bootstrap/raw-file/1.9.0/rivet-bootstrap-lcg</a><br>
> > > > chmod +x rivet-bootstrap-lcg<br>
> > > ><br>
> > > > **Where Fastjet was installed when I ran<br>
> > > ><br>
> > > > ./rivet-bootstrap-lcg<br>
> > > ><br>
> > > > Q?? which should I use version 1.9.0 or 2.2.1.<br>
> > ><br>
> > > Definitely 2.2.1!<br>
> > ><br>
> > > > In case of 2.2.1 if I<br>
> > > > need to install Fastjet separately and how?<br>
> > ><br>
> > > It should be automatically downloaded and installed by the<br>
> > bootstrap --<br>
> > > was it not?<br>
> > ><br>
> > > > When I installed version 1.9.0 I tried to use this command<br>
> > > ><br>
> > > >> agile-runmc --help<br>
> > > ><br>
> > > > And it could not find agile-runmc command<br>
> > ><br>
> > > We don't install AGILe anymore, since the world mostly moved<br>
> > on from the<br>
> > > Fortran MC generators and the LCG directory structure that<br>
> > contained<br>
> > > them has also changed. We might bring AGILe back to life at<br>
> > some point,<br>
> > > but there's not a lot of demand (i.e. no-one has asked!)<br>
> > ><br>
> > > If you want a generator code to try out, I think Pythia8 is<br>
> > the easiest<br>
> > > to install and use. Sherpa and Herwig++ are also quite<br>
> easy to<br>
> > install<br>
> > > -- not *quite* as easy -- but they are more configurable,<br>
> > which means a<br>
> > > bit more complexity.<br>
> > ><br>
> > > > Q?? do I need to download any dependencies for this.<br>
> because<br>
> > I simply<br>
> > > > want run at the beginning the following code given in<br>
> > > > <a href="https://rivet.hepforge.org/trac/wiki/FirstRivetRun" rel="noreferrer" target="_blank">https://rivet.hepforge.org/trac/wiki/FirstRivetRun</a>.<br>
> > > ><br>
> > > >> mkfifo fifo.hepmc<br>
> > > >> agile-runmc Pythia6:425 --beams=LHC:7000 -n 500000 -o<br>
> > fifo.hepmc &<br>
> > > >> rivet --analysis=ANALYSIS_NAME fifo.hepmc<br>
> > ><br>
> > > Ah, I see: we should update that example to not mention<br>
> > agile-runmc...<br>
> > ><br>
> > > > Could you just let me know what are the dependencies I<br>
> need<br>
> > to install<br>
> > > > to run the above code??<br>
> > ><br>
> > > Hopefully the bootstrap will download everything you need,<br>
> > other than a<br>
> > > copy of Pythia8 or whichever generator you prefer. I<br>
> find the<br>
> > Sacrifice<br>
> > > interface a nice way to steer Pythia8 -- we have a link to<br>
> > that from the<br>
> > > Rivet web page, IIRC.<br>
> > ><br>
> > > Cheers,<br>
> > > Andy<br>
> > ><br>
> > ><br>
> > > > On Tue, Jun 16, 2015 at 10:26 AM, Deepak Kar<br>
> > <<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a>><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a>>><br>
> > <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a>><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a>>>><br>
> > > > <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a>> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a>>><br>
> > <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a>><br>
> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a> <mailto:<a href="mailto:deepak.kar@gmail.com" target="_blank">deepak.kar@gmail.com</a>>>>>> wrote:<br>
> > > ><br>
> > > > Please see inline.<br>
> > > ><br>
> > > > On Tue, Jun 16, 2015 at 5:07 PM, Debottam Bakshi Gupta<br>
> > > > <<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a>><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a>>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a>>>><br>
> > > > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a>>><br>
> > > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a>><br>
> > <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a><br>
> <mailto:<a href="mailto:debottam.bakshi.gupta@cern.ch" target="_blank">debottam.bakshi.gupta@cern.ch</a>>>>>> wrote:<br>
> > > > > Hi helpers,<br>
> > > > ><br>
> > > > > I am trying to install Rivet on my lxplus area.<br>
> I am following instructions<br>
> > > > > from<br>
> <a href="https://rivet.hepforge.org/trac/wiki/GettingStarted" rel="noreferrer" target="_blank">https://rivet.hepforge.org/trac/wiki/GettingStarted</a><br>
> > > > ><br>
> > > > > step1:<br>
> > > > ><br>
> > > > > cd /scratch/rivet<br>
> > > > > wget<br>
> > > > ><br>
> <a href="http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg" rel="noreferrer" target="_blank">http://rivet.hepforge.org/hg/bootstrap/raw-file/2.2.1/rivet-bootstrap-lcg</a><br>
> > > > > chmod +x rivet-bootstrap-lcg<br>
> > > > ><br>
> > > > > step2:<br>
> > > > ><br>
> > > > > nano rivet-bootstrap-lcg ## and edit...<br>
> > > > ><br>
> > > > > Q?? do I need to change anything in<br>
> rivet-bootstrap-lcg script??<br>
> > > > ><br>
> > > ><br>
> > > > Not really if you dont want to update any of the<br>
> package versions.<br>
> > > ><br>
> > > > > step3:<br>
> > > > ><br>
> > > > > ./rivet-bootstrap-lcg<br>
> > > > ><br>
> > > > > Q?? it runs but at the end shows following:<br>
> > > > > ...............................................<br>
> > > > > configure: WARNING: fastjet library was not found<br>
> > > > > configure: error: FastJet is required<br>
> > > ><br>
> > > > Self explanatory - you can/should install fastjet<br>
> (will be needed for<br>
> > > > many analyses anyway)<br>
> > > ><br>
> > > > ><br>
> > > > > step4:<br>
> > > > > source Rivet/Rivet-2.2.1/<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">rivetenv.sh.in</a><br>
> <<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">http://rivetenv.sh.in</a>> <<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">http://rivetenv.sh.in</a>><br>
> > > <<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">http://rivetenv.sh.in</a>> <<a href="http://rivetenv.sh.in" rel="noreferrer" target="_blank">http://rivetenv.sh.in</a>><br>
> > > ><br>
> > > ><br>
> > > > I usually source the rivetenv.sh<br>
> > > ><br>
> > > > ><br>
> > > > > output:<br>
> > > > > -bash: export: `@LIBPATHVARNAME@=@libdir@:@<br>
> > > > ><br>
> > > > ><br>
> YODALIBPATH@:@HEPMCLIBPATH@:@FASTJETLIBPATH@:@GSLLIBPATH@:LIBPATHVARNAME@':<br>
> > > > > not a valid identifier<br>
> > > > ><br>
> > > ><br>
> > > > Best,<br>
> > > > Deepak<br>
> > > ><br>
> > > > > Could you please help?<br>
> > > > ><br>
> > > > > Thanks,<br>
> > > > > Debo.<br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > > _______________________________________________<br>
> > > > > Rivet mailing list<br>
> > > > > <a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>>><br>
> > > <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>>>><br>
> > > <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>>><br>
> > > <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>>>>><br>
> > > > > <a href="https://www.hepforge.org/lists/listinfo/rivet" rel="noreferrer" target="_blank">https://www.hepforge.org/lists/listinfo/rivet</a><br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > > --<br>
> > > > Deepak Kar<br>
> > > > University of Witwatersrand<br>
> > > > Room PM15, School of Physics<br>
> > > > (0027) 011-7176958 (office) (0027) 079-8401087 (mobile)<br>
> > > ><br>
> > > > While at CERN:<br>
> > > > Building 1, R-016<br>
> > > > (0041) 0767321349 (mobile)<br>
> > > ><br>
> > > > While at USA:<br>
> > > > (001) <a href="tel:330-998-1500" value="+13309981500" target="_blank">330-998-1500</a> (mobile)<br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > > _______________________________________________<br>
> > > > Rivet mailing list<br>
> > > > <a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>><br>
> > <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a> <mailto:<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a>>>><br>
> > > > <a href="https://www.hepforge.org/lists/listinfo/rivet" rel="noreferrer" target="_blank">https://www.hepforge.org/lists/listinfo/rivet</a><br>
> > > ><br>
> > ><br>
> > ><br>
> > > --<br>
</div></div><div><div>> > > Dr Andy Buckley, Lecturer / Royal Society University<br>
> Research<br>
> > Fellow<br>
> > > Particle Physics Expt Group, University of Glasgow<br>
> > ><br>
> > ><br>
> ><br>
> ><br>
> > --<br>
> > Dr Andy Buckley, Lecturer / Royal Society University Research<br>
> Fellow<br>
> > Particle Physics Expt Group, University of Glasgow<br>
> ><br>
> ><br>
><br>
><br>
> --<br>
> Dr Andy Buckley, Lecturer / Royal Society University Research Fellow<br>
> Particle Physics Expt Group, University of Glasgow<br>
><br>
><br>
<br>
<br>
--<br>
Dr Andy Buckley, Lecturer / Royal Society University Research Fellow<br>
Particle Physics Expt Group, University of Glasgow<br>
</div></div></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Rivet mailing list<br>
<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
</div></div><a href="https://www.hepforge.org/lists/listinfo/rivet" rel="noreferrer" target="_blank">https://www.hepforge.org/lists/listinfo/rivet</a><br></blockquote></div><br></div></div>
</blockquote></div><br></div>