<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Andy<div class=""><br class=""></div><div class="">thanks a lot for your mail and the suggestion.</div><div class=""><br class=""></div><div class="">Why do you say, it would be better outside Rivet?</div><div class=""><br class=""></div><div class="">Maybe it is not clear to me, how the "un-normalising" in yodamerge is done.</div><div class="">Is perhaps the problem the large (or small) number which I took to replace infty or zero ?</div><div class=""><br class=""></div><div class="">The point is, that we have the measurements in such a way, and it would be just</div><div class="">fine, to have a Rivet plugin, which would fill the histos such that it can be</div><div class="">plotted easily with rivet-mkhtml.</div><div class=""><br class=""></div><div class="">Thanks again</div><div class=""><br class=""></div><div class="">Best</div><div class="">Hannes</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 14.10.2015, at 23:39, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" class="">andy.buckley@cern.ch</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Hi Hannes,</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">I think this sort of case is better dealt with by *not* normalizing the DY+jet histos, or normalizing them to an area of 1. Then use yodamerge to combine both the Z+jet and DY+jet pt plots and write a (very) little Python script to do the last bit:</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">import yoda</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">hs = yoda.read("merged.yoda")</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">norm = hs["/MYANA/DYpt"].integral()</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">hs["/MYANA/DYpt"].normalize(norm)</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">yoda.write(hs, "rescaled.yoda")</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Not tested, but that's the basic idea. Let us know if that works for you.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Andy</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">On 14/10/15 18:23, Hannes Jung wrote:</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Hi Andy et al<br class=""><br class="">the new yodamerge works much better now, this is really great.<br class=""><br class="">But I have now another problem (which I tried to solve with the hack<br class="">from before):<br class=""><br class="">I fill histograms and normalize them to some xsection.<br class="">Now it can happen, that the histo is filled, but the normalization is zero,<br class="">for example when I plot the pt of DY+jet normalized to Z+jet, then it<br class="">can happen that<br class="">I have no Z+jet events, while the histo for DY+jet is filled, if the DY<br class="">mass is small.<br class=""><br class="">Now, I want to run many jobs in parallel, so that I have enough<br class="">statistics, and then<br class="">I want to merge all histos.<br class="">In the case above, I just artificially put a very small xsection, so<br class="">that I still can<br class="">normalize the histo, and I was hoping, that by merging this would work.<br class="">But apparently, yodamerge does not really like value of 1E99=1/xsect where<br class="">xsect is put to a small number, but not zero.<br class=""><br class="">At the moment I am a bit stuck with this, just don't know, how I can<br class="">tell the<br class="">merging at the end to take into account a very small normalization<br class="">factor for some runs.<br class=""><br class="">Any idea on this would be very welcome<br class=""><br class="">thanks a lot<br class="">Cheers<br class="">Hannes<br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><blockquote type="cite" class="">On 13.10.2015, at 17:38, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" class="">andy.buckley@cern.ch</a><br class=""><<a href="mailto:andy.buckley@cern.ch" class="">mailto:andy.buckley@cern.ch</a>>> wrote:<br class=""><br class="">Oops, I didn't realise I'd taken the discussion with Hannes off-list.<br class=""><br class="">Here's the status: looks like he was experiencing a side-effect of a<br class="">hack around merge failures for completely empty histos. We fixed that<br class="">in the latest YODA, so hopefully the hack can also be removed and all<br class="">will be well...<br class=""><br class="">Andy<br class=""><br class=""><br class="">-------- Forwarded Message --------<br class="">Subject:Re: [Rivet] Problem with yodamerge<br class="">Date:Tue, 13 Oct 2015 15:42:57 +0200<br class="">From:Hannes Jung <<a href="mailto:hannes.jung@desy.de" class="">hannes.jung@desy.de</a><span class="Apple-converted-space"> </span><<a href="mailto:hannes.jung@desy.de" class="">mailto:hannes.jung@desy.de</a>>><br class="">To:andy.buckley@<a href="http://cern.ch/" class="">cern.ch</a><span class="Apple-converted-space"> </span><<a href="mailto:andy.buckley@cern.ch" class="">mailto:andy.buckley@cern.ch</a>><br class=""><br class=""><br class=""><br class="">Hi Andy<br class=""><br class="">ahhh.... I put by hand a normalization factor very small (so that<br class="">1/factor is very large),<br class="">so that when the histo is normalized with this factor it becomes zero...<br class="">but perhaps<br class="">this screws up when unpacking the normalized histos in yodamerge.<br class=""><br class="">The problem occurred in previous versions when I had a histo with no<br class="">entires,<br class="">then yodamerge had problems with the normalization... this is why I<br class="">introduced this hack....  perhaps I should check again whether it<br class="">works now<br class="">if I have sometimes a histo without entires and without normalization<br class="">factor...<br class=""><br class="">Cheers<br class="">Hannes<br class=""><br class=""><br class=""><br class=""><blockquote type="cite" class="">On 13.10.2015, at 15:33, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" class="">andy.buckley@cern.ch</a><br class=""><<a href="mailto:andy.buckley@cern.ch" class="">mailto:andy.buckley@cern.ch</a>><br class=""><<a href="mailto:andy.buckley@cern.ch" class="">mailto:andy.buckley@cern.ch</a>>> wrote:<br class=""><br class="">Hi Hannes,<br class=""><br class="">Yes, those ScaledBy values are quite extreme. They are created by the<br class="">calls to scale() or normalize() in Rivet, and the value just<br class="">corresponds to the scale/normalization factor. How are you managing to<br class="">generate factors of nearly 10^100?!<br class=""><br class="">In the latest version of YODA, the --assume-normalized flag for<br class="">yodamerge doesn't do anything. We changed the default logic since it<br class="">seemed that lots of people were using that flag "blindly" to work<br class="">around a class of problem for which it wasn't really the right answer.<br class="">But since it's now a do-nothing flag it shouldn't be related to your<br class="">ScaledBy problems.<br class=""><br class="">Andy<br class=""><br class=""><br class="">On 13/10/15 11:05, Hannes Jung wrote:<br class=""><blockquote type="cite" class="">Hi Andy, Chris<br class=""><br class="">thanks  a lot for your reply.<br class="">Yes, I am trying to merge normalised Histograms.<br class="">ahh, and yes, I have some strange Scaledby values:<br class="">5.1279402177630292e+97<br class="">I guess this is what causes the problem.<br class="">Where are those set, is this an issue of statistics ?<br class=""><br class="">The cpmmand I use is<br class=""><br class="">yodamerge --assume-normalized yoda-files<br class=""><br class="">Thanks again<br class="">Cheers<br class="">Hannes<br class=""><br class=""><br class=""><br class=""><blockquote type="cite" class="">On 13.10.2015, at 11:23, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" class="">andy.buckley@cern.ch</a><br class=""><<a href="mailto:andy.buckley@cern.ch" class="">mailto:andy.buckley@cern.ch</a>><br class=""><<a href="mailto:andy.buckley@cern.ch" class="">mailto:andy.buckley@cern.ch</a>><br class=""><<a href="mailto:andy.buckley@cern.ch" class="">mailto:andy.buckley@cern.ch</a>>> wrote:<br class=""><br class="">Hi Hannes,<br class=""><br class="">What sort of data object are you merging here? From the y-axis it<br class="">looks like a normalized histogram rather than {unnormalized histo,<br class="">profile, ratio}.<br class=""><br class="">If that's right, yodamerge will look for the ScaledBy attribute of<br class="">that plot to reverse the normalisation, add all the unnormalised<br class="">histos together, then rescale by the weighted mean ScaledBy. It<br class="">*shouldn't* be sensitive to one run having much smaller stats than the<br class="">others, certainly not in a way that would show up like this.<br class=""><br class="">If you can provide a bit more detail of what this object is, and how<br class="">you're trying to merge the runs, we can try to help. You can also plot<br class="">or take a look inside the .yoda files to see if the individual runs<br class="">look sane, i.e. have reasonable fill counts and ScaledBy values.<br class=""><br class="">Andy<br class=""><br class=""><br class="">On 13/10/15 08:22, Hannes Jung wrote:<br class=""><blockquote type="cite" class="">Dear Rivet experts<br class=""><br class="">I am using yodamerge to merge several yoda files (actually it is<br class="">1000 or<br class="">so),<br class="">to get reasonable statistics in a reasonable computing time.<br class="">Sometimes I obtain strange results, like in the plot below,<br class="">where the normalization is completely off.<br class="">I am using Rivet 2.4.0, but a similar problem I had with Rivet 2.2.0.<br class=""><br class="">Any idea what this could be ?<br class=""><br class="">Since I am merging 1000 yoda files, it's hard to tell whether it comes<br class="">from one<br class="">specific file.... however, all jobs finished without error...<br class=""><br class="">Thanks a lot<br class="">Cheers<br class="">Hannes<br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class="">***********************************************************************<br class="">Hannes Jung<br class="">Email:<a href="mailto:Hannes.Jung@desy.de" class="">Hannes.Jung@desy.de</a><br class=""><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><br class=""><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><br class="">mobile :+49 40 8998 93741<br class=""><a href="http://www.desy.de/~jung" class="">http://www.desy.de/~jung</a><br class="">Tel: +49 (0) 40 8998 3741<br class="">Fax: +49 (0) 40 8994 3741<br class="">DESY, CMS 01B/02.213<br class="">Notkestr.85, 22603 Hamburg, FRG<br class="">***********************************************************************<br class=""><br class=""><br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">Rivet mailing list<br class=""><a href="mailto:Rivet@projects.hepforge.org" class="">Rivet@projects.hepforge.org</a><span class="Apple-converted-space"> </span><<a href="mailto:Rivet@projects.hepforge.org" class="">mailto:Rivet@projects.hepforge.org</a>><br class=""><<a href="mailto:Rivet@projects.hepforge.org" class="">mailto:Rivet@projects.hepforge.org</a>><<a href="mailto:Rivet@projects.hepforge.org" class="">mailto:Rivet@projects.hepforge.org</a>><br class=""><a href="https://www.hepforge.org/lists/listinfo/rivet" class="">https://www.hepforge.org/lists/listinfo/rivet</a><br class=""><br class=""></blockquote><br class=""><br class="">--<br class="">Dr Andy Buckley, Lecturer / Royal Society University Research Fellow<br class="">Particle Physics Expt Group, University of Glasgow<br class=""></blockquote><br class="">***********************************************************************<br class="">Hannes Jung<br class="">Email:<a href="mailto:Hannes.Jung@desy.de" class="">Hannes.Jung@desy.de</a><span class="Apple-converted-space"> </span><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><br class=""><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><br class="">mobile :+49 40 8998 93741<br class=""><a href="http://www.desy.de/~jung" class="">http://www.desy.de/~jung</a><br class="">Tel: +49 (0) 40 8998 3741<br class="">Fax: +49 (0) 40 8994 3741<br class="">DESY, CMS 01B/02.213<br class="">Notkestr.85, 22603 Hamburg, FRG<br class="">***********************************************************************<br class=""><br class=""><br class=""><br class=""></blockquote><br class=""><br class="">--<br class="">Dr Andy Buckley, Lecturer / Royal Society University Research Fellow<br class="">Particle Physics Expt Group, University of Glasgow<br class=""></blockquote><br class="">***********************************************************************<br class="">Hannes Jung<br class="">Email:<a href="mailto:Hannes.Jung@desy.de" class="">Hannes.Jung@desy.de</a><br class=""><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><br class="">mobile :+49 40 8998 93741<br class=""><a href="http://www.desy.de/~jung" class="">http://www.desy.de/~jung</a><br class="">Tel: +49 (0) 40 8998 3741<br class="">Fax: +49 (0) 40 8994 3741<br class="">DESY, CMS 01B/02.213<br class="">Notkestr.85, 22603 Hamburg, FRG<br class="">***********************************************************************<br class=""><br class=""><br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">Rivet mailing list<br class=""><a href="mailto:Rivet@projects.hepforge.org" class="">Rivet@projects.hepforge.org</a><span class="Apple-converted-space"> </span><<a href="mailto:Rivet@projects.hepforge.org" class="">mailto:Rivet@projects.hepforge.org</a>><br class=""><a href="https://www.hepforge.org/lists/listinfo/rivet" class="">https://www.hepforge.org/lists/listinfo/rivet</a><br class=""></blockquote><br class="">***********************************************************************<br class="">Hannes Jung<br class="">Email:<span class="Apple-converted-space"> </span><a href="mailto:Hannes.Jung@desy.de" class="">Hannes.Jung@desy.de</a><span class="Apple-converted-space"> </span><<a href="mailto:Hannes.Jung@desy.de" class="">mailto:Hannes.Jung@desy.de</a>><br class="">mobile :+49 40 8998 93741<br class=""><a href="http://www.desy.de/~jung" class="">http://www.desy.de/~jung</a><br class="">Tel: +49 (0) 40 8998 3741<br class="">Fax: +49 (0) 40 8994 3741<br class="">DESY, CMS 01B/02.213<br class="">Notkestr.85, 22603 Hamburg, FRG<br class="">***********************************************************************<br class=""><br class=""><br class=""><br class=""></blockquote><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">--<span class="Apple-converted-space"> </span></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Dr Andy Buckley, Lecturer / Royal Society University Research Fellow</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Particle Physics Expt Group, University of Glasgow</span></div></blockquote></div><br class=""><div apple-content-edited="true" class="">
***********************************************************************<br class="">Hannes Jung <br class="">Email: <a href="mailto:Hannes.Jung@desy.de" class="">Hannes.Jung@desy.de</a> <br class="">mobile :+49 40 8998 93741<br class=""><a href="http://www.desy.de/~jung" class="">http://www.desy.de/~jung</a>                                  <br class="">Tel: +49 (0) 40 8998 3741         <br class="">Fax: +49 (0) 40 8994 3741<br class="">DESY, CMS 01B/02.213<br class="">Notkestr.85, 22603 Hamburg, FRG   <br class="">***********************************************************************<br class=""><br class=""><br class="">

</div>
<br class=""></div></body></html>