README.md 871 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Macros related to Wuppertal tests of NeuRad prototype.


cal1ePeaks.cxx:
	Script for calibration of amplitudes to 1e units. Input and output file should be set in the script.

showHists.cxx:
	Show 2D histograms with voltage calibration (used for non-linearity estimation of electronics) for 680 pF.

extract1DHists.cxx:
	Extract TH1D's from TH2D (voltage calibration) for 680 pF and write them as ch* into output ROOT file. It is almost useless script as far as drawing of histograms is realized in the following script.

calPeaksVoltage.cxx:
	Open file with histograms created by "extract1DHists.cxx", draw all 1D histograms and search for peaks corresponding to voltage. The root file containing 64 graphs calibration the non-linear behaviour of the electronics is on the output.

graphToHist.cxx:
	It was probably some testing of the conversion of graph to histogram.