Skip to content
Snippets Groups Projects
  1. Oct 05, 2015
  2. Jul 13, 2011
  3. Mar 09, 2010
  4. Nov 10, 2008
  5. Apr 11, 2008
  6. Mar 10, 2008
    • Rene Brun's avatar
      From Jacek Holeczek: · a9d1003e
      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
      a9d1003e
    • Rene Brun's avatar
      From Bertrand: · c0694d3a
      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
      c0694d3a
  7. Sep 19, 2007
  8. Mar 29, 2007
  9. May 23, 2006
    • Rene Brun's avatar
      From Federico Carminati: · 9919dda8
      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
      9919dda8
  10. Apr 25, 2006
  11. Apr 23, 2006
  12. Jan 24, 2006
  13. Sep 04, 2005
  14. Sep 13, 2004
  15. Nov 26, 2002
  16. Nov 16, 2002
  17. Feb 01, 2001
  18. May 16, 2000
Loading