Difference between revisions of "October 22, 2008"
Line 37: | Line 37: | ||
+ | The root commands | ||
+ | |||
+ | root [24] TH1F *RefDetRun229=new TH1F("RefDetRun229","RefDetRun229",800,0,800); | ||
+ | root [25] PhotoFis->Draw("evt.ADCval*0.1675 >> RefDetRun229","evt.ADCnum==0 && evt.LastADCval>0"); | ||
+ | |||
+ | Will create histogram with 800 channels and 800 bins so we have 1 bin per channel (ns). | ||
[[Image:Run229RefDet.gif | 300 px]] | [[Image:Run229RefDet.gif | 300 px]] |
Revision as of 00:53, 24 October 2008
Unpolarized Measurents:
A 2x4x8" aluminum brick was placed at the HRRL export in order to destroy the photon polarization. Rate measurements were made with the descriminator and HV settings used the past week. Then the constant fraction descriminator was replaced with a threshold descriminator on two detectors but not the reference detector.
ADC =0 => Reference Detector D
ADC = 1 => NaI
ADC=2 => Detector C
ADC = 3 => Detector A
channel # * 0.1675 ns/chan => ns
Root command to create and manipulate histograms
root [24] TH1F *RefDetRun229=new TH1F("RefDetRun229","RefDetRun229",800,0,800); root [25] PhotoFis->Draw("evt.ADCval*0.1675 >> RefDetRun229","evt.ADCnum==0 && evt.LastADCval>0");
Default HV and CF descriminator
Matched HV and Threshold Descriminator
2 Runs were taken with the following settings
100 ms Threshold descrimnaotr
=
=
Run 229
The root commands
root [24] TH1F *RefDetRun229=new TH1F("RefDetRun229","RefDetRun229",800,0,800); root [25] PhotoFis->Draw("evt.ADCval*0.1675 >> RefDetRun229","evt.ADCnum==0 && evt.LastADCval>0");
Will create histogram with 800 channels and 800 bins so we have 1 bin per channel (ns).
To normalize the data you need to integrate the NaI histogram. To do this a skeleton program is creates using ROOT which will loop through the ROOT ntuple using the command
PhotoFis->MackClass();
You will see a file called PhotoFis.C after you execute the above command within the ROOT interpreter window.
Run 234
Asym
300 px 300 px 300 px 300 px 300 px 300 px
http://www.iac.isu.edu/mediawiki/index.php/October_Fission_HRRL_Measurements_2008 go back