Skip to content

Latest commit

 

History

History
78 lines (66 loc) · 4.08 KB

File metadata and controls

78 lines (66 loc) · 4.08 KB

Cut parameters

This file contains the cut parameters described in C. Krieger’s PhD thesis. Appendix B are the cuts applied to the raw CDL runs to get rid of unphysical events like double hits. Appendix C are the cuts applied to the spectra to create the actual reference spectra by cutting on the main line.

Appendix B cuts

TargetFilterHVCK Namelengthrms_minrms_maxeccentricity
CuNi15A0.11.01.3
MnCr12B0.11.01.3
TiTi9C0.11.01.3
AgAg6D6.00.11.01.4
AlAl4E0.11.12.0
CuEPIC2F0.11.12.0
CuEPIC0.9G0.11.12.0
CEPIC0.6H6.00.11.1

Appendix C cuts

TargetFilterHVCK Namecharge_mincharge_maxlengthrms_minrms_max
CuNi15A5.910.07.00.11.1
MnCr12B3.56.07.00.11.1
TiTi9C2.95.57.00.11.1
AgAg6D2.04.07.00.11.1
AlAl4E0.92.17.00.11.1
CuEPIC2F0.71.37.00.11.1
CuEPIC0.9G0.30.87.00.11.1
CEPIC0.6H0.56.0

CDL 2019 cuts

The cuts for the creation of the X-ray reference datasets are found in ~/CastData/ExternCode/TimepixAnalysis/Analysis/ingrid/private/cdl_cuts.nim in the

func getEnergyBinMinMaxVals2018*(): Table[string, Cuts]

proc.

The length, and RMS cuts remain the same. Only the charge cuts change to actually fit to the charge values from our Run-2 and Run-3 Septemboard detector.

NOTE: The cut values presented below are those used for all plots in Hendrik’s MSc thesis as well as for the SPSC Sep 2019 report. However, due to the bug in https://github.com/Vindaar/TimepixAnalysis/commit/64da2bef2bf6e8a29451ec774dd697120362c864 these values are actually wrong and will have to be changed.

The charge cut values are derived from the fits to the main peaks in the spectra. It’s

let minCharge = gmu - 3 * gs
let maxCharge = gmu + 3 * gs

to cover 99.7 % of the spectrum.

TargetFilterHVCK Namecharge_mincharge_maxlengthrms_minrms_max
CuNi15A5.9e51.0e67.00.11.1
MnCr12B3.5e56.0e57.00.11.1
TiTi9C2.9e55.5e57.00.11.1
AgAg6D2.0e54.0e57.00.11.1
AlAl4E5.9e42.1e57.00.11.1
CuEPIC2F1.3e57.0e47.00.11.1
CuEPIC0.9G3.0e48.0e47.00.11.1
CEPIC0.6H0.05.0e46.0

Update the above values using correct total charge calc

Need to run through all spectra fits again to derive fit parameters and calculate those charge cuts again from the mean and sigma of the main peaks.