Skip to content
Snippets Groups Projects
  1. Oct 20, 2017
  2. Oct 19, 2017
    • Stephen Wood's avatar
      Scaler script and map updates (#233) · d3501c2a
      Stephen Wood authored
      * Make make_scaler_db.py have unix format rather than DOS format
      
      * Generate special lines for Charge, Current and Time in scaler configs
      
      * Accomadate extra "page" column in scaler.map
        in make_scaler_db.py conversion script
      
      * Add extra "page" column to scaler.map for new xscaler
        (And remove underscore in SHMS HODO EDTM description)
      d3501c2a
  3. Oct 18, 2017
  4. Oct 16, 2017
  5. Oct 15, 2017
  6. Oct 13, 2017
  7. Oct 12, 2017
  8. Oct 05, 2017
  9. Sep 29, 2017
  10. Sep 27, 2017
  11. Sep 26, 2017
  12. Sep 22, 2017
    • Hall C Online Analyzer User's avatar
      Pooser edtm work (#215) · b184324a
      Hall C Online Analyzer User authored
      * Add SHMS FADC reference time signal
      
      * Modify report files and templates to better quantify the deadtimes
      
      * Push initial changes for Steve
      
      * Include failed state of HMS scalers replay script
      
      * Include proper(?) method for obtaining event 129 scaler reads
      
      * Ensure that trigger apparatus cut file has similar flow to stack and production to avoid confusion
      
      * Remove reference time which serves as a reference time for the trigger apparatus
      
      * Update maps corresponding to previous commit
      
      * Ignore # files
      
      * Update test stand cuts file to match production and stack
      
      * Update test stand cuts file to match production and stack on HMS side
      
      * Update cuts files to handle new event type stucture corresponding to mulitple triggers
      
      * Make cuts only HMS specific
      
      * Do the same for the SHMS and correct the template files
      
      * Correct template files
      
      * Add pedestal event because of historical reasons (needs to be fixed)
      
      * Do the same for the SHMS
      b184324a
  13. Sep 21, 2017
    • Hall C Online Analyzer User's avatar
      Pooser edtm work (#214) · 55e99c3a
      Hall C Online Analyzer User authored
      * Add SHMS FADC reference time signal
      
      * Modify report files and templates to better quantify the deadtimes
      
      * Push initial changes for Steve
      
      * Include failed state of HMS scalers replay script
      
      * Include proper(?) method for obtaining event 129 scaler reads
      
      * Ensure that trigger apparatus cut file has similar flow to stack and production to avoid confusion
      
      * Remove reference time which serves as a reference time for the trigger apparatus
      
      * Update maps corresponding to previous commit
      
      * Ignore # files
      
      * Update test stand cuts file to match production and stack
      
      * Update test stand cuts file to match production and stack on HMS side
      55e99c3a
  14. Sep 20, 2017
    • Brad Sawatzky's avatar
      Find coda files in a path list (#209) · b342e543
      Brad Sawatzky authored
      * Add vim lint to .gitignore
      
      * Update replay scripts to search in a list of paths
      
      - NOTE: This requires the podd submodule be updated to include
        modifcations to the THaRun constructor that can search a pathList.
      
      - The default './raw' and './cache' pathnames that are searched here
        should generally be symlinks to the relevant local path on the Hall C
        cluster, and the /cache/mss/hallc/.../raw/ path, respectively. For
        example:
          cd hallc_replay
          ln -s /net/cdaq/cdaql3data/coda/data/raw raw
          ln -s /cache/mss/hallc/spring17/raw      cache
      
      - FWIW: The batch filtering of the replay scripts was done with
        this perl script:
          cd SCRIPTS/
          find . -name '*.C' -exec ./filter.pl {} \;
        --- filter.pl ---
        #!/usr/bin/perl
      
        use File::Slurp;
      
        my $file = read_file($ARGV[0]);
      
        $file =~ s/\Qchar RunFileName[100];\E\W*\Qsprintf(RunFileName, RunFileNamePattern, RunNumber);\E\W*\QTHaRun* run = new THaRun(RunFileName);\E/THaRun* run = new THaRun( pathList, Form(RunFileNamePattern, RunNumber) );/s;
      
        $file =~ s/\Qconst char* RunFileNamePattern = "\E.*?\/(.*?\.dat)";/const char* RunFileNamePattern = "$1";\n  vector<TString> pathList;\n    pathList.push_back(".");\n    pathList.push_back(".\/raw");\n    pathList.push_back(".\/cache");\n/s;
      
        write_file("$ARGV[0]", $file);
        ---
      b342e543
    • Hall C Online Analyzer User's avatar
  15. Sep 19, 2017
    • Yero1990's avatar
      updated shms scaler map (#212) · 7287fa6c
      Yero1990 authored
      7287fa6c
    • Hall C Online Analyzer User's avatar
      Pooser trig map work (#210) · 68e24ba4
      Hall C Online Analyzer User authored
      * Include consolidated SHMS TI trigger inputs into HMS trigger maps
      
      * Include SHMS TI trigger inputs into HMS test stand maps
      
      * Include consolidated HMS TI trigger inputs into SHMS trigger maps
      
      * Include HMS TI trigger inputs into SHMS test stand maps
      
      * Point HMS DC test stand to 6 GeV chamber histos
      
      * Update scaler map and database to include mixed HMS and SHMS triggers
      68e24ba4
  16. Sep 18, 2017
  17. Sep 15, 2017
  18. Sep 12, 2017
  19. Sep 08, 2017
  20. Aug 31, 2017
    • Eric Pooser's avatar
      Raster tweaks (#205) · 323ce1ef
      Eric Pooser authored
      * Incorporate fast raster DEFfiles into appropriate infrastructure
      
      * Tweak DEFfiles to match previous pull request
      323ce1ef
  21. Aug 30, 2017
    • Mark Jones's avatar
      Add file onlineGUI/Macros/comp_histos.C · e2f4f625
      Mark Jones authored
      comp_histos.C does a chi-squared comparision between histograms
        in two root files. Need to create the subdirectory Output
        The execution is
        .x Macros/comp_histos.C("oldfile.root","newfile.root")
      
        Main purpose is for comparing histograms
        after changes to hcana. Histograms which are exactly the same
        have a chi-square = 0 .
        For histograms that fail the chi-square test, a list of
        names in placed in Output/hist_diff_NoMatch_output.txt
        and the histograms are plotted and the plots saved to
         Output/hist_diff_NoMatchoutput.pdf
        For histograms that pass the chi-square test, a list of
        names in placed in Output/hist_diff_Match_output.txt
      e2f4f625
  22. Aug 29, 2017
  23. Aug 25, 2017
  24. Aug 24, 2017
  25. Aug 19, 2017
    • Yero1990's avatar
      Scalers map (#200) · 3d051873
      Yero1990 authored
      * added HODO EDTM to Maps and Param filrs for HMS/SHMS; Added block T.hms.* in epics_short.def in order to produce HMS Hodo EDTM leaf variable; Added Hodo EDTM to scaler.map
      
      * undo changes in HMS hodo naming schemes for scalers map
      3d051873
Loading