]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MEVSIM/Parameter_values.inc
Apply manu mask to motifPositionID
[u/mrichter/AliRoot.git] / MEVSIM / Parameter_values.inc
CommitLineData
c28b8f8d 1CCC Set array dimension sizes here:
2
3 integer npid,nmax_integ,n_mult_max_steps,nflowterms
4 parameter (npid = 30) ! max # of particle ID types
5 parameter (nmax_integ = 100) ! max # integration steps in parameter
6CCC ! variance calculation.
7 parameter (n_mult_max_steps = 1000)
8CCC ! max # integration steps in multiplicity
9CCC ! variance calculation (this must be an
10CCC ! even integer).
11 parameter (nflowterms = 6) ! max # of terms in the anisotropic
12CCC ! flow model for azimuthal (phi angle)
13CCC ! dependence.
14