Skip to content
Snippets Groups Projects
  1. Jan 24, 2018
  2. Jan 22, 2018
  3. Jan 20, 2018
  4. Jan 17, 2018
  5. Jan 16, 2018
  6. Jan 12, 2018
  7. Jan 03, 2018
  8. Dec 14, 2017
    • Eric Pooser's avatar
      Production restructure (#339) · 99ad1e55
      Eric Pooser authored
      * SHMS aerogel histos
      
      * SHMS calorimeter histos
      
      * Add DC histos
      
      * Add HGCER histos
      
      * Add SHMS hodoscope histos
      
      * Add NGCER histos
      
      * Clean up some straggling files
      
      * Create new prodcution_ all replay that includes leaves and all histos
      
      * Include PID production histos
      
      * Clean up production_all work
      
      * HMS calorimeter histos
      
      * Add HMS production all infrastructure and PID histos
      
      * Add HMS HGCER histos
      
      * Add HMS drift chamber histos
      
      * Add HMS hodo histos
      
      * Add HMS trigger histos
      
      * Add new production all script and infrastucture
      Unverified
      99ad1e55
  9. Dec 11, 2017
    • Eric Pooser's avatar
      Report file work (#331) · d4950896
      Eric Pooser authored
      * Update templates so that scalers and production are calculating the computer live time in the same manner
      
      * Update replay scripts to include the configuration event handler and correct event types in the scaler replays
      
      * Update various DEFfiles so that the report file quantities are consistent
      Unverified
      d4950896
  10. Dec 08, 2017
  11. Dec 07, 2017
  12. Dec 05, 2017
  13. Dec 04, 2017
    • Eric Pooser's avatar
      Trigger work (#296) · f0cfaace
      Eric Pooser authored
      * Include new trigger types in the trigger apparatus
      
      * Add new trigger types to scaler maps and database
      
      * Include new trigger types in trigger maps
      
      * Update scaler templates and def files
      
      * Update maps to include new trigger types
      
      * Set scaler event handlers to point at event 129 scaler reads
      
      * Minor changes to pscaler cuts
      Unverified
      f0cfaace
  14. Dec 02, 2017
  15. Dec 01, 2017
    • Hall C Online Analyzer User's avatar
      Pooser coin work (#284) · 567c6038
      Hall C Online Analyzer User authored
      * Minor changes to SHMS maps
      
      * Minor changes to HMS maps
      
      * Update merge list
      
      * Update crate 3 map for coin
      
      * Update coin maps
      
      * Initial attempt at coincidence replay
      
      * Update coin maps and replay script
      567c6038
  16. Nov 30, 2017
  17. Nov 24, 2017
  18. Nov 21, 2017
  19. Nov 20, 2017
    • Eric Pooser's avatar
      Edtm live time (#268) · de651b4e
      Eric Pooser authored
      * Incorporate event 129 into scaler reads
      
      * Add configuration event handler
      
      * Add pre-scale values and factors, also had HMS hodoscope scaler info
      
      * Fix typo
      Unverified
      de651b4e
  20. Nov 12, 2017
  21. Nov 10, 2017
  22. Oct 31, 2017
  23. Oct 20, 2017
  24. Oct 05, 2017
  25. 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
  26. 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
  27. Sep 19, 2017
    • 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
  28. Aug 29, 2017
  29. Jul 28, 2017
    • Eric Pooser's avatar
      Coincidence setup (#193) · 6565a90b
      Eric Pooser authored
      * First hack at setting up coincidence replay
      
      * Add coincidence trigger map
      
      * Update merge list for example purposes
      
      * Add coincidence map
      
      * Create coincidence replay script
      6565a90b
  30. Jul 27, 2017
    • Eric Pooser's avatar
      Directory work (#191) · 714c8359
      Eric Pooser authored
      * Create separate DBASE directory for SHMS
      
      * Create separate DBASE for SHMS
      
      Fix plethora of issues in HMS replay scripts
      
      * Do not delete onlineDict.h
      714c8359
Loading