Skip to content
Snippets Groups Projects
Commit 740096d3 authored by John Matter's avatar John Matter Committed by Eric Pooser
Browse files

Rebin ptrig and htrig pedestal histograms to 0.25 mV per bin (#401)

parent 7bedf0c2
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,6 @@ TH2D htrig6rate_vs_time 'HMS Trig6 Rate vs. Time; 1 MHz Clock Time (s); hTRIG6 R ...@@ -53,6 +53,6 @@ TH2D htrig6rate_vs_time 'HMS Trig6 Rate vs. Time; 1 MHz Clock Time (s); hTRIG6 R
#HMS Trigger ADC Pulse pedestals #HMS Trigger ADC Pulse pedestals
#-------------------------------- #--------------------------------
TH1F htrig_hpreShwr_adc_pped 'HMS Pre-Shower Pulse Pedestal; Pulse Pedestal (mV); Counts / 2 mV;' T.hms.hPSHWR_adcPed 500 0 1000 T.hms.hPSHWR_adcPed>0.0 TH1F htrig_hpreShwr_adc_pped 'HMS Pre-Shower Pulse Pedestal; Pulse Pedestal (mV); Counts / 0.25 mV;' T.hms.hPSHWR_adcPed 4000 0 1000 T.hms.hPSHWR_adcPed>0.0
TH1F htrig_hshwr_adc_pped 'HMS Shower Pulse Pedestal; Pulse Pedestal (mV); Counts / 2 mV;' T.hms.hSHWR_adcPed 500 0 1000 T.hms.hSHWR_adcPed>0.0 TH1F htrig_hshwr_adc_pped 'HMS Shower Pulse Pedestal; Pulse Pedestal (mV); Counts / 0.25 mV;' T.hms.hSHWR_adcPed 4000 0 1000 T.hms.hSHWR_adcPed>0.0
TH1F htrig_hcersum_adc_pped 'HMS Cherenkov Sum Pulse Pedestal; Pulse Pedestal (mV); Counts / 2 mV;' T.hms.hCER_adcPed 500 0 1000 T.hms.hCER_adcPed>0.0 TH1F htrig_hcersum_adc_pped 'HMS Cherenkov Sum Pulse Pedestal; Pulse Pedestal (mV); Counts / 0.25 mV;' T.hms.hCER_adcPed 4000 0 1000 T.hms.hCER_adcPed>0.0
...@@ -68,8 +68,8 @@ TH2D ptrig6rate_vs_time 'SHMS Trig6 Rate vs. Time; 1 MHz Clock Time (s); pTRIG6 ...@@ -68,8 +68,8 @@ TH2D ptrig6rate_vs_time 'SHMS Trig6 Rate vs. Time; 1 MHz Clock Time (s); pTRIG6
#SHMS TRIG PEDESTALS for HGC, NGC, PRESHWR #SHMS TRIG PEDESTALS for HGC, NGC, PRESHWR
#-------------------------------------------- #--------------------------------------------
TH1F ptrig_phgc_sum_pped 'SHMS Heavy Gas Sum FADC Pulse Pedestal; Pulse Pedestal; Number of Entries / 2 mV' T.shms.pHGCER_adcPed 500 0 1000 T.shms.pHGCER_adcPed>0.0 TH1F ptrig_phgc_sum_pped 'SHMS Heavy Gas Sum FADC Pulse Pedestal; Pulse Pedestal; Number of Entries / 0.25 mV' T.shms.pHGCER_adcPed 4000 0 1000 T.shms.pHGCER_adcPed>0.0
TH1F ptrig_pngc_sum_pped 'SHMS Noble Gas Sum FADC Pulse Pedestal; Pulse Pedestal; Number of Entries / 2 mV' T.shms.pNGCER_adcPed 500 0 1000 T.shms.pNGCER_adcPed>0.0 TH1F ptrig_pngc_sum_pped 'SHMS Noble Gas Sum FADC Pulse Pedestal; Pulse Pedestal; Number of Entries / 0.25 mV' T.shms.pNGCER_adcPed 4000 0 1000 T.shms.pNGCER_adcPed>0.0
TH1F ptrig_prshwr_sum_pped 'SHMS Preshwr Sum FADC pulse Pedestal; Pulse Pedestal; Number of entries /2 mV' T.shms.pPSHWR_adcPed 500 0 1000 T.shms.pPSHWR_adcPed>0.0 TH1F ptrig_prshwr_sum_pped 'SHMS Preshwr Sum FADC pulse Pedestal; Pulse Pedestal; Number of entries / 0.25 mV' T.shms.pPSHWR_adcPed 4000 0 1000 T.shms.pPSHWR_adcPed>0.0
TH1F ptrig_phgc_sum_MOD_pped 'SHMS Heavy Gas Sum FADC Pulse Pedestal; Pulse Pedestal; Number of Entries / 2 mV' T.shms.pHGCER_MOD_adcPed 500 0 1000 T.shms.pHGCER_MOD_adcPed>0.0 TH1F ptrig_phgc_sum_MOD_pped 'SHMS Heavy Gas Sum FADC Pulse Pedestal; Pulse Pedestal; Number of Entries / 0.25 mV' T.shms.pHGCER_MOD_adcPed 4000 0 1000 T.shms.pHGCER_MOD_adcPed>0.0
TH1F ptrig_pngc_sum_MOD_pped 'SHMS Heavy Gas Sum FADC Pulse Pedestal; Pulse Pedestal; Number of Entries / 2 mV' T.shms.pNGCER_MOD_adcPed 500 0 1000 T.shms.pNGCER_MOD_adcPed>0.0 TH1F ptrig_pngc_sum_MOD_pped 'SHMS Heavy Gas Sum FADC Pulse Pedestal; Pulse Pedestal; Number of Entries / 0.25 mV' T.shms.pNGCER_MOD_adcPed 4000 0 1000 T.shms.pNGCER_MOD_adcPed>0.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment