Skip to content
Snippets Groups Projects
Commit a9d1003e authored by Rene Brun's avatar Rene Brun
Browse files

From Jacek Holeczek:

Fix some bugs in the "Pythia-6" interface:
1. the "pyuppr" /PYUPPR/ common DOES NOT EXIST in Pythia-6 fortran code;
   all references to it (and to all variables that it "declares": NUP,
   KUP, NFUP, IFUP, PUP, Q2UP) are void.
2. the "pyssmt" /PYSSMT/ common IS TOO SHORT with respect to Pythia-6
   fortran code; the "pythia6_common_address.c" should define it as:
	int pyssmt[2*4*4+2*2*2+2*2*2+2*4+2*2+2*4*16+2*4*4+2*2*2+2*2*2];
   and the file "./pythia6/inc/TPythia6Calls.h" should declare it as:
	struct Pyssmt_t {
		double ZMIX[4][4];
		double UMIX[2][2];
		double VMIX[2][2];
		double SMZ[4];
		double SMW[2];
		double SFMIX[4][16];
		double ZMIXI[4][4];
		double UMIXI[2][2];
		double VMIXI[2][2];
	};


git-svn-id: http://root.cern.ch/svn/root/trunk@22558 27541ba8-7e3a-0410-8455-c3a389f83636
parent c0694d3a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment