- 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
SSD pedestal runs stability
- look at the pedestal file taken with the SSD
- only st_pedestal_***.daq files are used (pedestal run using Tonko's routine : $STAR/StRoot/RTS/src/DAQ_SST/sstPed.cxx
- plot <ped> and <rms> for the chips on side P and side N : total is 16(wafers)*6chips = 96 entries per ladder
- repeat for all runs
/star/data03/daq/2014/055/15055023/st_pedestal_adc_15055023_raw_0000001.daq
/star/data03/daq/2014/055/15055035/st_pedestal_15055035_raw_0000001.daq
/star/data03/daq/2014/055/15055098/st_pedestal_15055098_raw_0000001.daq
/star/data03/daq/2014/055/15055099/st_pedestal_15055099_raw_0000001.daq
/star/data03/daq/2014/070/15070091/st_pedestal_15070091_raw_0000001.daq
/star/data03/daq/2014/070/15070096/st_pedestal_15070096_raw_0000001.daq
Pedestal and rms are calculated as (according Tonko) :
Pedestal and rms are calculated as (according Tonko) :
ADCprime = (ADC+300)%1024 Ped = mean(ADCprime) ADC2prime = ADCprime * ADCprime RMS = sqrt(mean(ADC2prime) - Ped*Ped))
but later the rms is multiplied by 16 :
for(s=0;s<SST_STRIP_COU;s++) { short pp ; pp = (short)(ped->ped[f][h][s] + 0.5) ; *dta++ = pp; pp = (u_short)(ped->rms[f][h][s]*16.0 + 0.5) ; *dta++ = pp ; }
which is taken into account in Long's DaqMaker.
Fig 1 : <ped> vs. Ladders sideP for run 15055098
Fig 2 : <rms> vs. Ladders side P for run 15055098
Fig 3 : example : <ped> chip 18 ladder 1 side P vs. run number (see Fig1 bottom left)
This pdf file shows <ped> and <rms> on P and N side for 4 of the pedestal runs.
Although we cannot conclude yet about the statibility (only 6 runs and it represents only 2 days, and some of the runs were close in time), we can already see some chips that remained bad (<rms> plots)
Fig 1 : <ped> vs. Ladders sideP for run 15055098
Fig 2 : <rms> vs. Ladders side P for run 15055098
Fig 3 : example : <ped> chip 18 ladder 1 side P vs. run number (see Fig1 bottom left)
This pdf file shows <ped> and <rms> on P and N side for 4 of the pedestal runs.
Although we cannot conclude yet about the statibility (only 6 runs and it represents only 2 days, and some of the runs were close in time), we can already see some chips that remained bad (<rms> plots)
Groups:
- bouchet's blog
- Login or register to post comments