From e47b1d7e8325d659e8abd2c52ba4daf39fa939eb Mon Sep 17 00:00:00 2001 From: Yero1990 <cyero002@fiu.edu> Date: Thu, 6 Jul 2017 19:05:14 -0400 Subject: [PATCH] -Added PID Histos (beta and E/p) to SHMS Cal and Hodo in Def Files (#166) -Update the SHMS config files with these new histos --- DEF-files/SHMS/CAL/pcalana.def | 4 ++++ DEF-files/SHMS/GEN/pstackana.def | 19 +++++++++++++++++++ DEF-files/SHMS/HODO/phodoana.def | 6 +++++- onlineGUI/Config/SHMS/GEN/shms_stack.cfg | 19 ++++++++++++++++--- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/DEF-files/SHMS/CAL/pcalana.def b/DEF-files/SHMS/CAL/pcalana.def index 3b68eb70..6e4b1944 100644 --- a/DEF-files/SHMS/CAL/pcalana.def +++ b/DEF-files/SHMS/CAL/pcalana.def @@ -116,3 +116,7 @@ TH2F pcal_shwr_E_vs_pmt 'SHMS Shower Energy Deposition vs. PMT Number; PMT Numbe #TOTAL ENERGY DEPOSITION IN THE SHMS SHOWER ARRAY TH1F pcal_shwr_Earray 'SHMS Shower Total Energy Deposition in Array; Total Energy Deposition (GeV); Number of Entries / 0.01 GeV' P.cal.fly.earray 600 0 6 P.cal.fly.earray>0.0 +#TOTAL ENERGY AND NORMALIZED ENERGY DEPOSITED IN CALORIMETER (SHOWER AND PRE-SHOWER) +TH1F pcal_etot 'SHMS Calorimeter Total Energy Deposition; Total Energy Deposition (GeV); Number of Entries / 0.01 GeV' P.cal.etot 500 0 5 P.cal.etot>0.0 +TH1F pcal_etot_norm 'SHMS Calorimeter Total Normalized Energy Deposition; Total Energy Deposition (GeV) / P0 (GeV); Number of Entries / 0.01' P.cal.etotnorm 500 0 5 P.cal.etotnorm>0.0 + diff --git a/DEF-files/SHMS/GEN/pstackana.def b/DEF-files/SHMS/GEN/pstackana.def index 7e04786d..780bfea9 100644 --- a/DEF-files/SHMS/GEN/pstackana.def +++ b/DEF-files/SHMS/GEN/pstackana.def @@ -351,6 +351,17 @@ TH2F phodo_1y_good_tdctime_tofcorr_vs_pmt_neg 'SHMS 1Y- Good TOF Corrected TDC T TH2F phodo_2x_good_tdctime_tofcorr_vs_pmt_neg 'SHMS 2X- Good TOF Corrected TDC Time vs. PMT Number; PMT Number; Good TOF Corrected TDC Time / 1 TDC Unit' [I+1] P.hod.2x.GoodNegTdcTimeTOFCorr 14 0.5 14.5 120 0 120 P.hod.2x.GoodNegTdcTimeTOFCorr>0.0 TH2F phodo_2y_good_tdctime_tofcorr_vs_pmt_neg 'SHMS 2Y- Good TOF Corrected TDC Time vs. PMT Number; PMT Number; Good TOF Corrected TDC Time / 1 TDC Unit' [I+1] P.hod.2y.GoodNegTdcTimeTOFCorr 21 0.5 21.5 120 0 120 P.hod.2y.GoodNegTdcTimeTOFCorr>0.0 +#------------------------------------------------------- +#SHMS HODO TRACKING, TIMING AND Particle ID (PID) - BETA (v/c) +#------------------------------------------------------- +TH1F phodo_beta_notrack 'SHMS Hodo Calculated Beta Without Track Info; Beta; Number of Entries / 0.02' P.hod.betanotrack 100 0 2.0 P.hod.betanotrack>0.0 +TH1F phodo_beta 'SHMS Hodo Beta; Beta; Number of Entries / 0.02' P.hod.beta 100 0 2.0 P.hod.beta>0.0 +TH1F phodo_fpHitsTime 'SHMS Hodo Focal Plane Time; Focal Plane Time (ns); Number of Entries / 1 ns' P.hod.fpHitsTime 90 0 90 +TH1F phodo_starttime 'SHMS Hodo Start Time; Start Time (ns); Number of Entries / 1ns' P.hod.starttime 90 0 90 +TH1F phodo_good_startime 'SHMS Hodo Good Start Time (ns); Good Start Time (ns); Number of Entries / 1ns' P.hod.goodstarttime 90 0 90 +TH2F phodo_xhod_vs_yhod 'SHMS Hodo Projected X vs. Y; Y_hodo(cm) / 1mm; X_hodo(cm) / 1mm' P.hod.y_hodo P.hod.x_hodo 1000 -50 50 1000 -50 50 + + #********************** # Heavy Gas Cherenkov * @@ -507,6 +518,14 @@ TH2F pcal_shwr_E_vs_pmt 'SHMS Shower Energy Deposition vs. PMT Number; PMT Numbe #------------------------------------------------- TH1F pcal_shwr_Earray 'SHMS Shower Total Energy Deposition in Array; Total Energy Deposition (GeV); Number of Entries / 0.01 GeV' P.cal.fly.earray 600 0 6 P.cal.fly.earray>0.0 +#----------------------------------------------------------------- +#SHMS PRE-SHOWER AND SHOWER (CALORIMETER) TOTAL ENERGY DEPOSITION +#----------------------------------------------------------------- +#TOTAL ENERGY AND NORMALIZED ENERGY DEPOSITED IN CALORIMETER (SHOWER AND PRE-SHOWER) +TH1F pcal_etot 'SHMS Calorimeter Total Energy Deposition; Total Energy Deposition (GeV); Number of Entries / 0.01 GeV' P.cal.etot 500 0 5 P.cal.etot>0.0 +TH1F pcal_etot_norm 'SHMS Calorimeter Total Normalized Energy Deposition; Total Energy Deposition (GeV) / P0 (GeV); Number of Entries / 0.01' P.cal.etotnorm 500 0 5 P.cal.etotnorm>0.0 +TH1F pcal_etrack 'SHMS Calorimeter Total Track Energy; Track Energy Deposition (GeV); Number of Entries / 0.1 GeV' P.cal.etrack 100 0 10 P.cal.etrack>0.0 +TH1F pcal_etracknorm 'SHMS Calorimeter Normalized Track Energy; Track Energy Deposition (GeV) / Track Momentum, P (GeV); Number of Entries / 0.1 ' P.cal.etracknorm 100 0 10 P.cal.etracknorm>0.0 #******************** # Trigger Apparatus * diff --git a/DEF-files/SHMS/HODO/phodoana.def b/DEF-files/SHMS/HODO/phodoana.def index 1b545891..edaa1830 100644 --- a/DEF-files/SHMS/HODO/phodoana.def +++ b/DEF-files/SHMS/HODO/phodoana.def @@ -14,6 +14,7 @@ TH2F phodo_1y_neg_adcErrFlg2D 'SHMS 1Y- FPGA Error Flag; PMT Number; Error Flag' TH2F phodo_2x_neg_adcErrFlg2D 'SHMS 2X- FPGA Error Flag; PMT Number; Error Flag' P.hod.2x.negAdcCounter P.hod.2x.negAdcErrorFlag 14 0.5 14.5 2 -0.5 1.5 TH2F phodo_2y_neg_adcErrFlg2D 'SHMS 2Y- FPGA Error Flag; PMT Number; Error Flag' P.hod.2y.negAdcCounter P.hod.2y.negAdcErrorFlag 21 0.5 21.5 2 -0.5 1.5 + #SHMS Hodo Raw ADC Multiplicities TH1F phodo_1x_raw_adc_mult_pos 'SHMS 1X+ Raw ADC Multiplicity; Number of PMTs Hit; Total Number of Raw +ADC Hits' P.hod.1x.totNumPosAdcHits 13 0.5 13.5 TH1F phodo_1y_raw_adc_mult_pos 'SHMS 1Y+ Raw ADC Multiplicity; Number of PMTs Hit; Total Number of Raw +ADC Hits' P.hod.1y.totNumPosAdcHits 13 0.5 13.5 @@ -306,4 +307,7 @@ TH2F phodo_2y_good_tdctime_tofcorr_vs_pmt_pos 'SHMS 2Y+ Good TOF Corrected TDC T TH2F phodo_1x_good_tdctime_tofcorr_vs_pmt_neg 'SHMS 1X- Good TOF Corrected TDC Time vs. PMT Number; PMT Number; Good TOF Corrected TDC Time / 1 TDC Unit' [I+1] P.hod.1x.GoodNegTdcTimeTOFCorr 13 0.5 13.5 120 0 120 P.hod.1x.GoodNegTdcTimeTOFCorr>0.0 TH2F phodo_1y_good_tdctime_tofcorr_vs_pmt_neg 'SHMS 1Y- Good TOF Corrected TDC Time vs. PMT Number; PMT Number; Good TOF Corrected TDC Time / 1 TDC Unit' [I+1] P.hod.1y.GoodNegTdcTimeTOFCorr 13 0.5 13.5 120 0 120 P.hod.1y.GoodNegTdcTimeTOFCorr>0.0 TH2F phodo_2x_good_tdctime_tofcorr_vs_pmt_neg 'SHMS 2X- Good TOF Corrected TDC Time vs. PMT Number; PMT Number; Good TOF Corrected TDC Time / 1 TDC Unit' [I+1] P.hod.2x.GoodNegTdcTimeTOFCorr 14 0.5 14.5 120 0 120 P.hod.2x.GoodNegTdcTimeTOFCorr>0.0 -TH2F phodo_2y_good_tdctime_tofcorr_vs_pmt_neg 'SHMS 2Y- Good TOF Corrected TDC Time vs. PMT Number; PMT Number; Good TOF Corrected TDC Time / 1 TDC Unit' [I+1] P.hod.2y.GoodNegTdcTimeTOFCorr 21 0.5 21.5 120 0 120 P.hod.2y.GoodNegTdcTimeTOFCorr>0.0 \ No newline at end of file +TH2F phodo_2y_good_tdctime_tofcorr_vs_pmt_neg 'SHMS 2Y- Good TOF Corrected TDC Time vs. PMT Number; PMT Number; Good TOF Corrected TDC Time / 1 TDC Unit' [I+1] P.hod.2y.GoodNegTdcTimeTOFCorr 21 0.5 21.5 120 0 120 P.hod.2y.GoodNegTdcTimeTOFCorr>0.0 + + + diff --git a/onlineGUI/Config/SHMS/GEN/shms_stack.cfg b/onlineGUI/Config/SHMS/GEN/shms_stack.cfg index 8532769b..433d8835 100644 --- a/onlineGUI/Config/SHMS/GEN/shms_stack.cfg +++ b/onlineGUI/Config/SHMS/GEN/shms_stack.cfg @@ -14,7 +14,7 @@ pngcer_good_pamp_vs_pmt -nostat pngcer_good_pi_vs_pmt -nostat pngcer_good_ptime_vs_pmt -nostat newpage 2 1 logz -title SHMS NGC Number of PhotoElectrons +title SHMS NGC Number of PhotoElectrons (PID) pngcer_npe -nostat pngcer_tot_npe -nostat newpage 6 2 @@ -134,7 +134,7 @@ phgcer_good_pamp_vs_pmt -nostat phgcer_good_pi_vs_pmt -nostat phgcer_good_ptime_vs_pmt -nostat newpage 2 1 logz -title SHMS HGC Number of PhotoElectrons +title SHMS HGC Number of PhotoElectrons (PID) phgcer_npe -nostat phgcer_tot_npe -nostat @@ -263,6 +263,9 @@ phodo_2x_good_tdctime_tofcorr_vs_pmt_neg -nostat phodo_2y_good_tdctime_tofcorr_vs_pmt_pos -nostat phodo_2y_good_tdctime_tofcorr_vs_pmt_neg -nostat +newpage 1 1 +title SHMS Hodo Beta (PID) +phodo_beta -nostat newpage 2 1 title SHMS Aerogel Cherenkov Good Occupancy @@ -274,7 +277,7 @@ paero_good_mult_pos paero_good_mult_neg paero_good_mult newpage 3 2 logz -title SHMS Aerogel Number of Photoelectrons +title SHMS Aerogel Number of Photoelectrons (PID) paero_tot_npe_pos -nostat paero_tot_npe_neg -nostat paero_tot_npe -nostat @@ -339,6 +342,16 @@ title SHMS Shower Energy Deposition pcal_shwr_E_vs_pmt -nostat pcal_shwr_Earray -nostat +newpage 2 1 +title SHMS Calorimeter Normalized Energy (PID) +pcal_etot -nostat +pcal_etot_norm -nostat + +newpage 2 1 +title SHMS Calorimeter Normalized Track Energy (PID) +pcal_etrack -nostat +pcal_etracknorm -nostat + newpage 2 1 newpage 3 3 logy -- GitLab