Difference between revisions of "UnderGraduate Neutron Correlations Lab"

From New IAC Wiki
Jump to navigation Jump to search
 
(40 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[https://wiki.iac.isu.edu/index.php/Main_Page]]
+
[[Main_Page]]
  
 +
[[UNCL_DAQ]]
  
 +
[[PAS_Experiment]]
  
NaI detector setup
+
[[Attenuation_Measurements]]
  
 +
[[Logbook]]
  
Creating ROOT data files
 
  
 +
[[3N_Corr]]
  
 
+
[[Main_Page]]
source ~/CODA/setup
 
 
 
/home/daq/CODA/CODAreader/ROOT_V5.34/PAA/evio2nt -fr6815.dat > /dev/null
 
 
 
Analyzing ROOT data file
 
 
 
root -l r8735.root
 
 
 
to draw a histogram for Peak ADC channel 4
 
 
 
PAA->Draw("PADC.PADC785N[4]>>(4096,0,4096)")
 
 
 
To scale the histogram using an energy calibration of 0.45 keV/channel
 
 
 
PAA->Draw("PADC.PADC785N[4]*0.45>>(4096,0,4096)")
 
 
 
To normalize the histogram by a run time of 2600 seconds
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
[[https://wiki.iac.isu.edu/index.php/Main_Page]]
 

Latest revision as of 22:38, 10 May 2021