<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 24/08/10 10:46, Albert Knutsson wrote:
<blockquote cite="mid:4C7386D1.3080308@desy.de" type="cite">
<pre wrap=""> Dear Rivet/Agile experts,
we would like to use Rivet with Cascade. Could you please help us to
include it in Agile. I have a vague memory of seeing a documentation on
"adding generators in agile" (?), but I can not find it again. On the
Agile home page I see that Cascade should be already supported.
As a start it will be used by 2 summer students who are coding CMS
analyses routines. They are working on the CMS machines here at DESY.
Here is a genser mirror.
Thank you very much in advance!
Cheers,
Albert
_______________________________________________
Rivet mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>
<a class="moz-txt-link-freetext" href="http://www.hepforge.org/lists/listinfo/rivet">http://www.hepforge.org/lists/listinfo/rivet</a>
</pre>
</blockquote>
Hi Albert,<br>
<br>
there is a very basic implementation in AGILe already.<br>
I think it should be available in the latest release but<br>
definitely in the SVN HEAD version of AGILe.<br>
<br>
You still need the steer_XY files to run the generator<br>
as it is now and I think there was a small problem with<br>
compiling Cascade that I had to overcome since we<br>
need shared libraries in AGILe.<br>
<br>
An example command-line for AGILe/Rivet with Cascade<br>
would be<br>
<blockquote>agile-runmc CascadePythia6:421:2.0.1 <
~/generators/cascade-2.0.1/share/steer_pp -n 100000 -o hepmc.fifo &
rivet hepmc.fifo -a CDF_2001_S4751469 -H cdf_2001_cascacde_pp.aida<br>
</blockquote>
It is also important for the current implementation that <br>
cascade is installed under $AGILE_GEN_PATH/cascade-X.Y.Z<br>
<br>
For the details you can have a look in agile/src/Core/Loader.cc<br>
<br>
Hope that helps,<br>
<br>
Holger<br>
<br>
<br>
<br>
<br>
</body>
</html>