[root] / trunk / montecarlo / pythia6 / inc / TPythia6.h Repository:
ViewVC logotype

Log of /trunk/montecarlo/pythia6/inc/TPythia6.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 40221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 13 19:43:59 2011 UTC (3 years, 6 months ago) by rdm
File length: 15421 byte(s)
Diff to previous 32513
comment out the interface to pytune() as this function is not anymore
in libPythia6 (generates unresolved symbol error).

Revision 32513 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 9 21:10:43 2010 UTC (4 years, 10 months ago) by brun
File length: 15386 byte(s)
Diff to previous 26120
Add interface to pythia routine pygive
  void TPythia6::Pygive(const char *param)

Revision 26120 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 10 11:59:12 2008 UTC (6 years, 2 months ago) by brun
File length: 15339 byte(s)
Diff to previous 23136
Add interface to fortran function Pytune

Revision 23136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 08:58:49 2008 UTC (6 years, 9 months ago) by rdm
File length: 15300 byte(s)
Diff to previous 22558
move the following directories to "montecarlo":

eg, g4root, pythia6, pythia8, vmc

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/inc/TPythia6.h
File length: 15300 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 22557 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 10 10:56:00 2008 UTC (6 years, 10 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15374 byte(s)
Diff to previous 20882
From Bertrand:
- Fix calculation of scroll bars position for 
  i.e. list tree with large number of items

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15370 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15370 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15419 byte(s)
Diff to previous 18435
remove :$ from tag line

Revision 18435 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 29 21:11:12 2007 UTC (7 years, 9 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15429 byte(s)
Diff to previous 15134
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.

Revision 15134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15404 byte(s)
Diff to previous 14842
From Federico Carminati:

"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."

Revision 14842 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 25 15:56:07 2006 UTC (8 years, 9 months ago) by rdm
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15281 byte(s)
Diff to previous 14798
identation and coding standards.

Revision 14798 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 23 20:40:23 2006 UTC (8 years, 9 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15312 byte(s)
Diff to previous 13901
From Christian Holm
Introduce new class TPythia6Decayer

Revision 13901 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 24 05:59:27 2006 UTC (9 years ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15199 byte(s)
Diff to previous 12638
Add interface function TPythia6::Pydiff calling the pythia6 pydiff routine.

Revision 12638 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 4 19:08:11 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15170 byte(s)
Diff to previous 12636
Fix coding conventions violations.

Revision 12636 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 4 16:37:43 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15138 byte(s)
Diff to previous 9989
Fix coding conventions violations.

Revision 9989 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 13 05:37:16 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15163 byte(s)
Diff to previous 5671
Implement a suggestion from  Suyong Choi <alesis1001@yahoo.com>.
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.

Revision 5671 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 26 17:57:43 2002 UTC (12 years, 2 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15161 byte(s)
Diff to previous 5603
From Andreas Morsch;
"on Nick's request I have added the two methods
Pymass and Pychge to TPythia6.
Also ImportParticles is called after a Pyedit call."

Revision 5603 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 16 17:13:50 2002 UTC (12 years, 2 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 15091 byte(s)
Diff to previous 1502
Replace interface to Pythia6.1 by 6.2. The main difference is the size
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.

Revision 1502 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 1 15:06:59 2001 UTC (13 years, 11 months ago) by brun
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 14557 byte(s)
Diff to previous 3
Add functions GetKFIN and SetKFIN.
Fix some typos.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/pythia6/inc/TPythia6.h
File length: 14344 byte(s)
Copied from: branches/rdm/pythia6/inc/TPythia6.h revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/pythia6/inc/TPythia6.h
File length: 14344 byte(s)
Initial import of ROOT into CVS

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9