]> git.uio.no Git - u/mrichter/AliRoot.git/blame - LHAPDF/lhapdf5.3.1/parmsetup.inc
change call to AliESDtrack::GetMass to GetMass(kTRUE) - Ruben
[u/mrichter/AliRoot.git] / LHAPDF / lhapdf5.3.1 / parmsetup.inc
CommitLineData
4e9e3152 1c nopmax is the maximum number of PDF parameters one can use.
2c noemax is the maximum number of PDF's in a list.
3c npfmax is the maximum number of functional parameters
4c nofmax is the maximum number of functionals
5c linemax is the maximum number of lines in pdf description text
6c
7c When changing the parameters make sure the 'make' recompiles all
8c affected *.f files
9c
10 integer noemax,nopmax,npfmax,nofmax,linemax,nmxset
11 parameter (noemax=1000,nopmax=40,npfmax=10,nofmax=10,linemax=20)
12c nmxset is the max number of sets that can be initialised at one time ---- added V5
13 parameter (nmxset=3)