newly added

This commit is contained in:
nemu
2008-02-15 09:14:53 +00:00
parent 5ab34c0ab1
commit 39fafe825a
4 changed files with 306 additions and 6 deletions

View File

@@ -16,9 +16,9 @@ asym, 0.26, 0.26, 0.26, 0.26
phase, 0.0, 90.0, 180.0, 270.0
#------------------------------------------------------
# N0's
N0, 1100, 1000, 1020, 990
N0, 110, 100, 102, 99
#------------------------------------------------------
# bkg's
bkg, 12, 10, 15, 8
bkg, 2, 1, 2, 3
#------------------------------------------------------
# end

View File

@@ -29,11 +29,11 @@ void skewedGaussian()
FILE *fp;
char fln[256];
strcpy(fln, "skewedGauss.dat");
const Double_t B0 = 100.0; // (G)
const Double_t sm = 2.0; // (G)
const Double_t sp = 10.0; // (G)
const Double_t sm = 4.0; // (G)
const Double_t sp = 5.0; // (G)
sprintf(fln, "skewedGauss-B%0.2lf-sm%0.2lf-sp%0.2lf.dat", B0, sm, sp);
const Int_t noOfPoints = 1000;