Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi, part of this is already reported in bug 231484, but I open a new report for it to ease keeping track of things. This patch enables pythia-8 support for root via an abstraction layer for Monte Carlo generators in root. Jugding from the examples, the interface looks rather slick. Also, via python support in root, it effectivly enables python access to pythia via root. That sounds all very fancy, maybe it is even useful. More on Pythia-6 in root later; it is on my TODO list. Cheers, Benjamin Reproducible: Always
Created an attachment (id=164036) [details] patch against main tree
Created an attachment (id=164089) [details] pythia{6,8}: patch against main tree Hi, as promised an updated patch for adding support for both pythia6 and pythia8 support to root. Pythia6 support for root depends on some small interfaces being added to pythia6 (see http://bugs.gentoo.org/attachment.cgi?id=164087&action=diff), but like I wrote there, (FIXME) I do not see any potential for interference with normal use cases. With this patch both examples from /usr/share/doc/root-5.20.00/tutorials/pythia/ run fine and produce some output. I think this should be all that needs to be done here. Cheers, Benjamin
Now in cvs. Thanks!