An error occurred fetching the project authors.
- Oct 05, 2015
-
-
Pere Mato Vila authored
Reestablish method TPythia6::Pytune (see https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=20399&p=87881#p87881)
-
- Jul 13, 2011
-
-
Fons Rademakers authored
in libPythia6 (generates unresolved symbol error). git-svn-id: http://root.cern.ch/svn/root/trunk@40221 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 09, 2010
-
-
Rene Brun authored
void TPythia6::Pygive(const char *param) git-svn-id: http://root.cern.ch/svn/root/trunk@32513 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 10, 2008
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@26120 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 11, 2008
-
-
Fons Rademakers authored
eg, g4root, pythia6, pythia8, vmc git-svn-id: http://root.cern.ch/svn/root/trunk@23136 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 10, 2008
-
-
Rene Brun authored
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
-
Rene Brun authored
- Fix calculation of scroll bars position for i.e. list tree with large number of items git-svn-id: http://root.cern.ch/svn/root/trunk@22557 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 19, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@19826 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@19825 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 29, 2007
-
-
Rene Brun authored
In the inline function TPythia6::GetPROC(i), set explicitily the termination character number 27 to take into account the fact that in Fortran there is no character terminator. git-svn-id: http://root.cern.ch/svn/root/trunk@18435 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 23, 2006
-
-
Rene Brun authored
"I have implemented all copy and equal operators needed to silence all warnings in AliRoot, as requested. I have implemented shallow copies as would do the default operators synthetized by the compiler. Most operators are protected. If users complain, you just have to move them into the public area, but class derivation is of course supported. It has been a terrible job, I have modified 278 files, but the changes are backward compabile, and this goes a long way to permitting user to use the effc++ flag with root headers." git-svn-id: http://root.cern.ch/svn/root/trunk@15134 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 25, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14842 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 23, 2006
-
-
Rene Brun authored
Introduce new class TPythia6Decayer git-svn-id: http://root.cern.ch/svn/root/trunk@14798 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 24, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13901 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 04, 2005
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@12638 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@12636 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 13, 2004
-
-
Rene Brun authored
In GetKFIN and SetKFIN replace statements like fPysubs->KFIN[j-1][i-1] = kfin; by fPysubs->KFIN[j+40][i-1] = kfin; Following the Pythia manual, SetKFIN may be called with negative values of j. git-svn-id: http://root.cern.ch/svn/root/trunk@9989 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 26, 2002
-
-
Rene Brun authored
"on Nick's request I have added the two methods Pymass and Pychge to TPythia6. Also ImportParticles is called after a Pyedit call." git-svn-id: http://root.cern.ch/svn/root/trunk@5671 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 16, 2002
-
-
Rene Brun authored
of the common block /pydat3/. The new definition is struct Pydat3_t { int MDCY[3][500]; int MDME[2][KNDCAY]; double BRAT[KNDCAY]; int KFDP[5][KNDCAY]; }; instead of: struct Pydat3_t { int MDCY[3][500]; int MDME[2][4000]; double BRAT[4000]; int KFDP[5][4000]; }; where KNDCAY=8000. To run with the previous version of Pythia5.1, simply change KNDCAY from 8000 to 4000. git-svn-id: http://root.cern.ch/svn/root/trunk@5603 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 01, 2001
-
-
Rene Brun authored
Fix some typos. git-svn-id: http://root.cern.ch/svn/root/trunk@1502 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 16, 2000
-
-
Fons Rademakers authored
which included commits to RCS files with non-trunk default branches. git-svn-id: http://root.cern.ch/svn/root/trunk@3 27541ba8-7e3a-0410-8455-c3a389f83636
-