Sadiq ROOTSYS Data Analysis Memo

From New IAC Wiki
Revision as of 00:53, 10 December 2011 by Setisadi (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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();