From 4ceccbeb03032be066e581b3f90a595b699e0153 Mon Sep 17 00:00:00 2001 From: Yero1990 <cyero002@fiu.edu> Date: Thu, 4 May 2017 18:59:04 -0400 Subject: [PATCH] Hms def file develop (#125) * -modified hms cer def files -added hms_cer f_adc_debug.param to hms_cer gen param -added hms_cer f_adc_debug option to the hms_cer_replay script. * created HMS CER online Config file fr onlineGUI --- onlineGUI/Config/HMS/CER/hcer_stand.cfg | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 onlineGUI/Config/HMS/CER/hcer_stand.cfg diff --git a/onlineGUI/Config/HMS/CER/hcer_stand.cfg b/onlineGUI/Config/HMS/CER/hcer_stand.cfg new file mode 100644 index 00000000..de16f72e --- /dev/null +++ b/onlineGUI/Config/HMS/CER/hcer_stand.cfg @@ -0,0 +1,32 @@ +protorootfile ../ROOTfiles/hcer_replay_XXXXX.root +guicolor orange +canvassize 1600 800 +#canvassize 800 800 +newpage 2 2 +title HMS Gas Cherenkov +hgcer_raw_occ -nostat +hgcer_raw_mult -nostat +hgcer_good_occ -nostat +hgcer_good_mult -nostat +newpage 2 3 logz +title Pulse Pedestals/Amplitudes +hgcer_raw_pped_vs_pmt -nostat +hgcer_raw_pamp_vs_pmt -nostat +hgcer_pped_vs_pmt -nostat +hgcer_pamp_vs_pmt -nostat +hgcer_good_pped_vs_pmt -nostat +hgcer_good_pamp_vs_pmt -nostat +newpage 2 3 logz +title Pulse Integrals/Times +hgcer_raw_pi_vs_pmt -nostat +hgcer_raw_ptime_vs_pmt -nostat +hgcer_pi_vs_pmt -nostat +hgcer_good_ptime_vs_pmt -nostat +hgcer_good_pi_vs_pmt -nostat +newpage 1 2 logz +title Number of PhotoElectrons +hgcer_npe -nostat +hgcer_tot_npe -nostat +newpage 1 1 +title Error Flag +hgcer_adcErrFlg -nostat \ No newline at end of file -- GitLab