public class FactorialMoments extends Object
| Constructor and Description |
|---|
FactorialMoments(int NmaxOrder,
int Bins,
int step,
double Min,
double Max)
Initialize factorial-moment calculations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doc()
Show online documentation.
|
boolean |
eval()
Evaluate factorial moments at the end of the run
|
P1D |
getAv()
Return average multiplicity as a function of bin
|
P1D |
getFM(int order)
Return factorial moments (without normalization): log(FM) as a function
of number of bins.
|
P1D |
getNFM(int order)
Return results: NFM as a function of number of bins.
|
void |
run(double[] v)
Collect information about sampling.
|
public FactorialMoments(int NmaxOrder,
int Bins,
int step,
double Min,
double Max)
NmaxOrder - Maximum order of factorial moments for the calculationsBins - Defines Max number of bins used to divide the phase space
(>1). The actual number of divisions is step*Bins. Therefore,
10 bins with step=4 means 400 divisions between Min and Maxstep - used to increase step for divisionsMin - Min value in XMax - Max value in Xpublic void run(double[] v)
v - - vector characterizing particles (like momentum, speed etc)public boolean eval()
public P1D getNFM(int order)
order - order of normalized factorial moment (from 2-5)public P1D getFM(int order)
order - order of factorial moment (from 2-10)public P1D getAv()
public void doc()
DMelt 2.0 © DataMelt by jWork.ORG