Log of /trunk/montecarlo/pythia6/src/TPythia6.cxx
Parent Directory
Revision
22558 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 10 10:59:13 2008 UTC (6 years, 10 months ago) by
brun
Original Path:
trunk/pythia6/src/TPythia6.cxx
File length: 25552 byte(s)
Diff to
previous 22557
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];
};
Revision
13301 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 21 11:25:37 2005 UTC (9 years, 2 months ago) by
rdm
Original Path:
trunk/pythia6/src/TPythia6.cxx
File length: 22572 byte(s)
Diff to
previous 12638
From Christian Holm:
Here's a patch and some files for ROOT, to fix some problems in the
Debian build.
The file `root-plugin-minuit2.control' plus some changes in the existing
scripts, adds the package `root-plugin-minuit2' containing the new
Minuit implementation. `root-bin.png' is used on Debian to integrate
ROOT into the normal desktop menus. `xrdcp.1' is a missing man(1)
page.
I've added logic in `configure' to check how libPythia6.so is compiled -
with a single, double, or no trailing underscores. This seems safer
than to rely on using a specific library, compiled with specific
options.
Revision
5446 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 21 16:35:22 2002 UTC (12 years, 3 months ago) by
brun
Original Path:
trunk/pythia6/src/TPythia6.cxx
File length: 19200 byte(s)
Diff to
previous 1909
Fix by Constantin Loizides
I had problems using ImportParticles
with the "Final" option. When writing
the "particle" branch with TTree::Fill
it crashed whereas when using the "All"
option the same macro work (macro is attached).
Looping over the particles in the TClonesArray
works perfectly in both cases
(particles->Print()).
I "solved" the problem changing the
TPythia6::ImportParticles in the following way:
The dummy index i is always incremented regardless
whether a particle was "final" or not. Introducing a
variable which actually counts the particles that
were inserted into the TClonesArray apparently works
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.