public class BunchingParameters extends Object
1) LOCAL MULTIPLICITY FLUCTUATIONS IN HADRONIC Z DECAY. L3 Collaboration (M. Acciarri et al.). CERN-PPE-97-165, Dec 1997. 18pp. Phys.Lett.B429:375-386,1998
Other papers:
1) Bunching Parameter and Intermittency in High-Energy Collisions
by S.V.Chekanov and V.I.Kuvshinov
Acta Phys. Pol. B25 (1994) p.1189-1197
2) Multifractal Multiplicity Distribution in Bunching-Parameter Analysis by S.V.Chekanov and V.I.Kuvshinov J. Phys G22 (1996), p.601-610
3) Generalized Bunching Parameters and Multiplicity Fluctuations in Restricted Phase-Space Bins by S.V.Chekanov, W.Kittel and V.I.Kuvshinov Z. Phys. C74 (1997) p.517-529, hep-ph/9606335
4) Scale-Invariant Dynamical Fluctuations in Jet Physics by S.V.Chekanov Eur. Phys. J. C6 (1999), 331-342, hep-ph/9804316
5) Suppression of multi-gluon fluctuations in jets at a Linear Collider by S. V. Chekanov Phys.Lett. B509 (2001) 74-80, hep-ph/0101233
Constructor and Description |
---|
BunchingParameters(int NmaxOrder,
int Bins,
int step,
double Min,
double Max)
Initialize Bunching parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
doc()
Show online documentation.
|
boolean |
eval()
Evaluate bunching parameters at the end of the run
|
P1D |
getBP(int order)
Return results: BP as a function of number of bins.
|
void |
run(double[] v)
Collect information about sampling.
|
public BunchingParameters(int NmaxOrder, int Bins, int step, double Min, double Max)
NmaxOrder
- Max order of the bunching parameter (starting from 2)!Bins
- 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 getBP(int order)
order
- order of bunching parameterpublic void doc()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics