Difference between revisions of "Sadiq ROOTSYS Data Analysis Memo"

From New IAC Wiki
Jump to navigation Jump to search
(Created page with '= PEPPo = We want to multiply Aug spectrum to calibration constant, and then overlay Na22 spectrum with Co60 spectrum. == Creating Class and Using it == We created program ca…')
(No difference)

Revision as of 00:53, 10 December 2011

PEPPo

We want to multiply Aug spectrum to calibration constant, and then overlay Na22 spectrum with Co60 spectrum.

Creating Class and Using it

We created program called T.C by:

root [1] T->MakeClass();

We edited T.C to add the calibration and calculation we want. Then Load T.C:

root [2] .L T.C

root [3] T t;

root [4] t.Loop();