added fractional parameter for internal field/bessel. Corrected handling of table functions
This commit is contained in:
@@ -12,7 +12,7 @@ t0, 3300, 3300, 3300, 3300
|
||||
# asym's
|
||||
asym, 0.24, 0.24, 0.24, 0.24
|
||||
#------------------------------------------------------
|
||||
# phases in (°)
|
||||
# phases in (°)
|
||||
phase, 10.0, 90.0, 170.0, 270.0
|
||||
#------------------------------------------------------
|
||||
# N0's
|
||||
|
||||
@@ -42,11 +42,11 @@ void skewedGaussian()
|
||||
char fln[256];
|
||||
|
||||
const Double_t w = 0.8; // weight of the skewed Gaussian
|
||||
const Double_t B0 = 130.0; // skewed Gaussian B0 (G)
|
||||
const Double_t sm = 4.5; // skewed Gaussian sigma- (G)
|
||||
const Double_t B0 = 142.0; // skewed Gaussian B0 (G)
|
||||
const Double_t sm = 2.5; // skewed Gaussian sigma- (G)
|
||||
const Double_t sp = 4.5; // skewed Gaussian sigma+ (G)
|
||||
|
||||
const Double_t B0ext = 30.0; // external field Gaussian B0 (G)
|
||||
const Double_t B0ext = 150.0; // external field Gaussian B0 (G)
|
||||
const Double_t sext = 1.2; // external field Gaussian sigma (G)
|
||||
|
||||
sprintf(fln, "skewedGauss-B%0.2lf-sm%0.2lf-sp%0.2lf-w%0.1lf-Bext%0.2lf-sext%0.2lf.dat",
|
||||
|
||||
Reference in New Issue
Block a user