- bouchet's home page
- Posts
- 2016
- 2015
- December (1)
- November (3)
- October (2)
- September (2)
- August (2)
- June (2)
- April (5)
- March (2)
- February (3)
- January (2)
- 2014
- December (2)
- November (2)
- October (3)
- September (2)
- August (3)
- July (1)
- June (3)
- May (6)
- April (6)
- March (1)
- February (2)
- January (1)
- 2013
- December (2)
- November (3)
- October (3)
- September (4)
- August (1)
- July (1)
- May (4)
- April (6)
- March (4)
- February (3)
- 2012
- 2011
- December (2)
- November (2)
- October (4)
- September (1)
- August (2)
- July (6)
- June (2)
- May (3)
- April (3)
- March (2)
- 2010
- 2009
- December (2)
- November (1)
- October (3)
- September (1)
- August (1)
- July (1)
- June (2)
- April (1)
- March (2)
- February (2)
- January (1)
- 2008
- My blog
- Post new blog entry
- All blogs
Bad Chip Files
Updated on Thu, 2016-04-07 12:49. Originally created by bouchet on 2016-04-06 11:31.
For run 16, Jim prepared several bad chip files where the online threshold has been increased :
Threshold = (N*Sigma+4) , with N= 3 , Constant = 4
- Remove the offline threshold (in StSstUtil/StSstWafer.cc) that cut strips having signal>10
no bad chip table
bad chip table 10
bad chip table 15
Threshold = (N*Sigma+4) , with N= 3 , Constant = 4
OfflineAsicFile _10.txt contains exactly the same definition of a “bad” chip as was used to collect the online data. OfflineAsicFile_10.txt cuts out 8.3% of all channels (not including ladders 2 and 19). OfflineAsicFile_15.txt cuts out 9.7% OfflineAsicFile_20.txt cuts out 10.8% OfflineAsicFile_25.txt cuts out 12.0% OfflineAsicFile_30.txt cuts out 14.9% OfflineAsicFile_35.txt cuts out 24.2% OfflineAsicFile_40.txt cuts out 40.0%
1) From the txt (csv) files
2) tests
below are the number of strips, clusters, hit per side for a) no table used, b) offset=10 c) offset=40
no bad chip table
bad chip table 10
bad chip table 40
comments (for myself) :
- there is already a method to mask chips, but it was used in run 14 and run 15 as a second pass of the chipCorrect table
- this table (sstChipCorrect) is no more used in run 16.
- possibilities :
- use maskChip table as bad chip and do not remask chip
- make another table (sstBadChip)
} //chipMask table if( mRunNum >= 14 && mRunNum <=15) { if (gStSstDbMaker->maskChip(id_side, ladder, wafer, chip)) continue; }5) pass 2
- Remove the offline threshold (in StSstUtil/StSstWafer.cc) that cut strips having signal>10
no bad chip table
bad chip table 10
bad chip table 15
bla bla
»
- bouchet's blog
- Login or register to post comments