27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------------
|
|
Author: Andreas Suter, 2008/02/13
|
|
$Id$
|
|
-------------------------------------------------------------------------
|
|
|
|
Generate fake data:
|
|
|
|
fakeData.pro : qmake input file to generate the Makefile
|
|
fakeData.cpp : main -> generates root-file output
|
|
|
|
fakeDataNemu.pro : qmake input file to generate the Makefile
|
|
fakeDataNemu.cpp : main -> generates nemu-file output
|
|
|
|
paramInput.dat : example input file for setting t0, asym, N0, bkg,
|
|
time resolution, no of channels
|
|
|
|
fakeData is producing fake data root files which can be used in analysis
|
|
software like maxent and wkm (wkm only after converting to nemu files).
|
|
|
|
fakeDataNemu is producing fake data nemu files which can be used in analysis
|
|
software like maxent and wkm (wkm only after converting to nemu files).
|
|
|
|
-------------------------------------------------------------------------
|
|
|
|
skewedGaussian.C : is a simple root macro which is generating a skewed
|
|
Gaussian input file for fakeData
|