Difference between revisions of "HRRL Pos Test 26Jul2012 Data Ana Sub Spcs"
Jump to navigation
Jump to search
(Created page with ' Cut was done that impose events to be in the 511 keV region on both NaI detectors: if(run_out==3687) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && A…') |
|||
Line 1: | Line 1: | ||
− | |||
Cut was done that impose events to be in the 511 keV region on both NaI detectors: | Cut was done that impose events to be in the 511 keV region on both NaI detectors: | ||
− | if(run_out==3687) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/1411"); | + | if(run_in==3686) ntuple->Draw("ADC6>>T2_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/1260"); |
− | + | else if(run_in==3688) ntuple->Draw("ADC6>>T2_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/2460"); | |
− | if( | + | else if(run_in==3690) ntuple->Draw("ADC6>>T2_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/4228"); |
+ | |||
+ | if(run_out==3687) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/1411"); | ||
+ | else if(run_out==3689) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/2706"); | ||
+ | else if(run_out==3691) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/1383"); | ||
+ | else if(run_out==3692) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/1238"); | ||
+ | Looks like the time normalization was not working. | ||
{| border="1" | {| border="1" |
Revision as of 22:04, 5 August 2012
Cut was done that impose events to be in the 511 keV region on both NaI detectors:
if(run_in==3686) ntuple->Draw("ADC6>>T2_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/1260"); else if(run_in==3688) ntuple->Draw("ADC6>>T2_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/2460"); else if(run_in==3690) ntuple->Draw("ADC6>>T2_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/4228");
if(run_out==3687) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/1411"); else if(run_out==3689) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/2706"); else if(run_out==3691) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/1383"); else if(run_out==3692) ntuple->Draw("ADC6>>T2_out_NaI_L","ADC6>900 && ADC6<1500 && ADC5>1000 && ADC5<1550","1/1238");
Looks like the time normalization was not working.
runs | NaI right | NaI left |
r3686-r3687 |