Skip to content
Snippets Groups Projects
  1. Jun 11, 2017
    • Yero1990's avatar
      Dc calib develop (#135) · 074f2090
      Yero1990 authored
      * -added the lines to read run number to the top of the script.
      
      * -Modified SHMS DC DEF FILE to display drift times with binning scheme same as used in calib.
      -Added the most up-to-date shms dc parameters obtained from the modified shms dc calib. script
      
      * -set option to use per_wire tzero ON.
      074f2090
    • Yero1990's avatar
      Dc work (#134) · 027a58ce
      Yero1990 authored
      * -added a few lines of code to produce a weighted tzero data file
      per wire basis, where the weight is by groups (ribbon cables)
      
      * -started to add lines to read per-wire tzero parameter data file. (work in progress)
      
      * -mofidied plane numbering in 'get_zero_param.C' to match the rest of the
      calibration script plane numbering scheme
      
      * -minor fix
      
      * -script that reads a data file containing the per wire tzeros
      -the tzero correction is applies on a wire-by-wire basis and the
      wire drift times are added to produce the corrected plane drift times
      
      * minor modifications to name of file being read
      
      * -minor modifications to file name being read
      027a58ce
  2. Jun 09, 2017
  3. Jun 08, 2017
    • Yero1990's avatar
      Shms dc calib (#132) · ac4b30fc
      Yero1990 authored
      * initialied script for writing individual wire tzero values into a parameter file
      
      * script to add tzero param
      
      * -added statement that explicitly assigns a tzero value of zero if certain criteria are not met, rather than leaving a blank line.
      
      * -Added boolean operator to determine ribbon cable group and looped over
      each ribbon cable group corresponding to shms planes DC 1U1 and DC 1U2, so far.
      ...Work in Progress to calculate weighted average t0 per ribbon cable.
      
      * -script that gets tzero values per ribbon cable and writes out a param file
      with the tzero values on a wire basis.
      
      * -made few modifications (still not complete)
      
      * -added dynamic array that holds the group value (5 or 7) for each plane
      
      * SHMS DC Calibration script that takes the weighted average tzero per ribbon cable, and produces a parameter file containing the weighted average tzero per ribbon cable group, expressed on a wire-by-wire basis.
      
      * -added lines to read in run number from a text file
      
      * -added line to execute 'get_tzero_param.C' which creates a parameter
      file with updated tzero values.
      ac4b30fc
  4. Jun 06, 2017
    • Yero1990's avatar
      Files: Changes Made: (#131) · 4777da88
      Yero1990 authored
      run_Cal.C          commented out some boolean statements producing
                         that were producing a compilaton error. Commented out
                         execution of script update_pdcparam.C, as it is obsolete,
                         since we will be using a new paramerer file containing
                         individual wire tzero.
      
      get_pdc_time_histo.C  commented out obsolete lines that created some directories
      
      wire_drift_times.C  declared 'wirenum' variable outside of loop to solve the
                          "use of undeclared identifier" compilation error
      
      get_wire_tzero.C    moved several variable declarations outside the loop
      		    over sensewires to solve  "use of undeclared identifier"
      		    compilation error
      
      get_LookUp_Values.C minor syntax error fix.
      4777da88
  5. May 30, 2017
  6. May 29, 2017
    • Yero1990's avatar
      Hodo work (#128) · 6247a933
      Yero1990 authored
      * -Added the fAdcTimeWindowMin/Max parameter values per plane for the hms/shms h(p)hodo.param file
      
      * -added comments to SHMS/HMS hodo.param file
      6247a933
  7. May 24, 2017
  8. May 23, 2017
  9. May 16, 2017
  10. May 14, 2017
  11. May 12, 2017
  12. May 08, 2017
  13. May 04, 2017
    • Yero1990's avatar
      Hms def file develop (#125) · 4ceccbeb
      Yero1990 authored
      * -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
      4ceccbeb
    • Yero1990's avatar
      -modified hms cer def files (#124) · 2906421d
      Yero1990 authored
      -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.
      2906421d
  14. Apr 26, 2017
  15. Apr 25, 2017
  16. Apr 22, 2017
    • Yero1990's avatar
      Online gui develop (#120) · 4e44b139
      Yero1990 authored
      * modified SHMS HGCER Def File and created new Congig File for HGCER onlineGUI test stand
      
      * modified histos in NGC Def Files and created a test stand NGC configuration file for the onlineGUI
      
      * Added new histograms for SHMA Aero DEF Files and created Config script for
      aerogel online GUI test stand
      
      * Modified SHMS HGC, NGC and AERO DEF Files Histogram Titles and Binning.
      Modified SHMS AERO replay script to include f_adc_debug_param option.
      4e44b139
  17. Apr 20, 2017
    • Mark K Jones's avatar
      Merge pull request #119 from MarkKJones/scaler-update · 1663947a
      Mark K Jones authored
      Scaler replay and online GUI
      1663947a
    • hallc-online's avatar
      Scaler replay and online GUI · fea2fb1f
      hallc-online authored
      Added files
      ------------
      DBASE/db_HSScalerevt.dat : scaler database for HMS
      DBASE/db_PSScalerevt.dat : scaler database for SHMS
      DBASE/make_scaler_db.py  : Python script to make HMS and SHMS
                                 database files from xscaler scaler.map
      SCRIPTS/HMS/replay_hms_scalers.C : script to replay HMS scalers only
      SCRIPTS/SHMS/replay_shms_scalers.C : script to replay SHMS scalers only
      DEF-files/HMS/EPICS/epics_short.def : List of EPICS variables to include in Tree
                                            used in scaler scripts as an example
      onlineGUI/Config/hms_scaler.cfg  : configuration file to plot HMS scalers
      onlineGUI/Macros/plot_hms_scaler.C  : Macro used by hms_scaler.cfg
      
      onlineGUI/Config/shms_scaler.cfg  : configuration file to plot SHMS scalers
      onlineGUI/Macros/plot_shms_scaler.C  : Macro used by shms_scaler.cfg
      fea2fb1f
    • Eric Pooser's avatar
      Modify Makefile to be compatable with ROOT6 (#118) · 4c3527ee
      Eric Pooser authored
      Fix bug in kpp macro
      4c3527ee
  18. Apr 19, 2017
    • Yero1990's avatar
      Wiremap fix (#117) · c2a32b9e
      Yero1990 authored
      * Macro to determine the wire efficiencies per wire
      
      * parameter file to be used with wire_efficiency.C macro
      
      * Modified HMS DC WireMap
      
      * modify wiremap in hdc.map file
      
      * created combined map files
      
      * Delete wire_efficiency.C
      
      * Delete hms_dc.param
      c2a32b9e
  19. Apr 17, 2017
  20. Apr 13, 2017
  21. Apr 12, 2017
Loading