[ROOT] FYI: pythia version 6.210

From: Constantin Loizides (loizides@ikf.uni-frankfurt.de)
Date: Sat Nov 16 2002 - 11:39:53 MET


Hi,
to use the 6.2x version of Pythia with the
TPythia6 wrapper, I had to do adjust the table
size for the decays in TPythia6Calls.h

< #ifdef CLPYTHIA61
< #define N_DECAY 4000
< #else
< #define N_DECAY 8000
< #endif
<
<
<   int    MDME[2][N_DECAY];
<   double BRAT[N_DECAY];
<   int    KFDP[5][N_DECAY];

instead of

>   int    MDME[2][4000];
>   double BRAT[4000];
>   int    KFDP[5][4000];

I am not 100% sure, whether the #define
is really needed or whether we rather
could enlarge the tables for all pythia versions
e.g. have
   int    MDME[2][8000];
   double BRAT[8000];
   int    KFDP[5][8000];

always.


Best regards,
Constantin



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:18 MET