Sadiq ROOTSYS Data Analysis Memo
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();