SST : run15 QA update
Updated on Thu, 2016-01-21 09:26. Originally created by bouchet on 2016-01-04 14:55.
Histrograms added to StSstMonMaker :
Example is below for a given wafer (the 4th pad plots everything) :
The QA plots for the entire wafers (320) are here.
Update
More runs and the 1sigma to 5sigma lines have been added
New pdf file for all wafers here
Update 2
final plot for ppLong period
Removal of outlier will be based on <nHits> (no consideration about <cluster_size>), criteria (1 to 5 sigma) will be decided after running the whole run 15.
Geometry/sstWaferConfiguration table should be updated with the removed wafers
New pdf file for all wafers : here
Update 3:
2 new issues
1) files are listed in 5 directories :
2) there are files for the same runumber : it increases the size of files to analyze
A small command line to sort the files by runnumber :
All runs (2408) analyzed , threshold set to mean*2
Details per wafer is here
- <hits> per wafer : number of reconstructed hits
- <p-clusters Size> : size of clusters on P-side as a number of strips (note that this quantity is already truncated to 4(max) when writting to StEvent
- <n-clusters Size> : size of clusters on N-side as a number of strips (note that this quantity is already truncated to 4(max) when writting to StEvent
Example is below for a given wafer (the 4th pad plots everything) :
The QA plots for the entire wafers (320) are here.
Update
More runs and the 1sigma to 5sigma lines have been added
New pdf file for all wafers here
Update 2
final plot for ppLong period
Removal of outlier will be based on <nHits> (no consideration about <cluster_size>), criteria (1 to 5 sigma) will be decided after running the whole run 15.
Geometry/sstWaferConfiguration table should be updated with the removed wafers
New pdf file for all wafers : here
Update 3:
2 new issues
1) files are listed in 5 directories :
/star/data*/reco/production_pp200long_2015/ReversedFullField/P15il_HFT/2015/*/* /star/data*/reco/production_pp200long2_2015/ReversedFullField/P15il_HFT/2015/*/* /star/data*/reco/production_pp200trans_2015/ReversedFullField/P15il_HFT/2015/*/* /star/data*/reco/production_pAu200_2015/ReversedFullField/P15il_HFT/2015/*/* /star/data*/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/*/*
The issue is that find will order by data76 --> 77 --> 78 --> 79 --> 80 and my macro to find unique elements compares the runnumber.
2) there are files for the same runumber : it increases the size of files to analyze
A small command line to sort the files by runnumber :
find /star/data*/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/*/*/st_ssdmb_adc_*.event.root | sort -t '/' -k 10 > run15_calib_order_unique.txt
Example after re-ordering :
/star/data79/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_1000007.event.root /star/data77/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_1000032.event.root /star/data77/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_1500006.event.root /star/data76/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_2000009.event.root /star/data76/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_2000032.event.root /star/data78/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_2500006.event.root /star/data78/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_2500034.event.root /star/data76/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_3000006.event.root /star/data78/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_4000009.event.root /star/data77/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_4000034.event.root /star/data77/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_4500007.event.root /star/data80/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160027/st_ssdmb_adc_16160027_raw_1000008.event.root /star/data76/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160027/st_ssdmb_adc_16160027_raw_1500009.event.root (...)
Then a small macro to remove duplicate (1 file / runnumber)
/star/data79/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160026/st_ssdmb_adc_16160026_raw_1000007.event.root /star/data80/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160027/st_ssdmb_adc_16160027_raw_1000008.event.root /star/data77/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160030/st_ssdmb_adc_16160030_raw_1000008.event.root /star/data80/reco/production_pAl200_2015/ReversedFullField/P15il_HFT/2015/160/16160031/st_ssdmb_adc_16160031_raw_1000007.event.root (...)
result :
original list --> 1114 files (pAl200)
re-ordered + unique --> 132 files (pAl200)
All runs (2408) analyzed , threshold set to mean*2
Details per wafer is here
»
- bouchet's blog
- Login or register to post comments