#ROOT Macros
##TNtuple_TH1D.c How to make a 2d-scatter-plot and a 1d-projected-histogram.
##pyroot_demo.py How to draw a graph of f(x) = abs(sin(x)/x).
##randomnumber.c Random number generator.
##pol1fit.c linear fitting for pol1.txt; y=3x+1.
##pol6fit.c polynomial curve fitting for pol6.txt made with makepol6.c.
##rootmacro_args.c How to pass args from commandline.
##drawArrows.c How to draw arrows on TH2D.
##fillToTH1D.c How to fill and merge data into a TH1D with TNtuple::Draw().
##TH1D_addnormalize.c Filling gaussian-random-number in a TH1D, merging 2 TH1Ds and normalizing.
##TNtuple_TCut.c Alias and TCut for TNtuple.
##changing_cutcond.c How to change a cut condition with sprintf and TCut. data.txt by gen_data.py
##derivative2.c and derivative2.py Inflection points of tanh(f*gaus(x,mean,sigma)) as x where second-derivative=0.
##chi2distribution.c How to generate Chi-squared distribution (n.d.f=3).
##chi2table.c How to generate a table of upper critical values of chi-square distribution.
##poissonhist.c Histogram of Poisson distribution.
##TDatabasePDG.c How to use TDatabasePDG.
##rms_mean.c TMath::Mean and TMath::RMS.
##meanFreePathOfKminus.c Mean free path of Kminus meson in nuclear emulsion as a function of laboratory energy
##decayEventGen.c