]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MEVSIM/common_facfac.inc
The default thickness of the chips is set to 150 mkm (D.Elia). Removing some obsolete...
[u/mrichter/AliRoot.git] / MEVSIM / common_facfac.inc
... / ...
CommitLineData
1CCC Common FACFAC for Factorials
2
3 integer factorial_max
4 parameter (factorial_max = 80000) ! max # multiplicity per event;
5CCC ! for any specific particle ID;
6CCC ! also used for log(n!).
7 Common/FACFAC/ FACLOG(factorial_max)
8 real*4 FACLOG
9