Skip to content
Snippets Groups Projects
  1. 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
      d4950896
  2. Dec 08, 2017
  3. Dec 07, 2017
  4. Dec 05, 2017
  5. 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
      f0cfaace
  6. Dec 02, 2017
  7. 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
  8. Nov 30, 2017
  9. Nov 24, 2017
  10. Nov 21, 2017
  11. 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
      de651b4e
  12. Nov 12, 2017
  13. Nov 10, 2017
  14. Oct 31, 2017
  15. Oct 20, 2017
  16. Oct 05, 2017
  17. 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
  18. 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
  19. 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
  20. Aug 29, 2017
  21. 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
  22. 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
  23. Jul 26, 2017
    • Eric Pooser's avatar
      Pooser scaler online gui fix (#187) · 834401d2
      Eric Pooser authored
      * Ignor header file
      
      * Fix typo in map file and get rid of debug statement
      
      * Adapt shms scaler online GUI for new naming scheme
      
      * Remove deprecated config files
      
      Move scaler config files to own directory
      
      * Fix scalers replay script so it does not seg fault
      
      * Modify online GUI for HMS scalers to function with new naming scheme
      
      * Auto-indent
      
      * Move staggaling files to examples
      
      * Add directory structure to online GUI
      834401d2
    • Eric Pooser's avatar
      Pooser rename dirs work (#186) · c1277892
      Eric Pooser authored
      * Fix naming scheme and histo names to be consistant with the rest of the repo
      
      * Same fix as previous commit but for HMS
      
      * Modify production replay scripts to keep naming convention consistant with previous commits
      
      * Apparently THaVhist cannot handle LaTeX alphabets
      
      * Turn off tzero per wire param causing replay to crash and burn
      
      * Uncomment event/trigger types.  Needs to be cleaned up later
      
      * Remove deprecated detector directories
      
      * Remove deprecated map files
      
      * Exclude trigger histo with no real variable
      
      * Include raster into stack map
      
      * Uncomment lines which were causing a bajillion errors
      
      Needs to be cleaned up at some point
      
      * Remove deprecated parameter files
      
      * Remove deprecated replay scripts
      
      * Remove deprecated template file
      c1277892
  24. Jul 25, 2017
    • Yero1990's avatar
      Add primary kine (#184) · 5c07f546
      Yero1990 authored
      * -added primary kin to HMS single arm production replay script
      -Minor fix in shms production replay script
      
      * Minor addition in replay_production_hms.C
      
      * -change primary kine names in hms/shms replay scripts
      
      * -added elec_KIN/ dir. for electron kinematics DEF-files for HMS/SHMS
      -include new def files in mergelist and update production def file
      5c07f546
    • Eric Pooser's avatar
      Hms replay restruct (#182) · d02e6a42
      Eric Pooser authored
      * Re-structure the PARAM files for HMS and added raster variables to thms.param
      
      * restructure hallc_replay DBASE for HMS param files; add hodo/cer kpp_spring_2017 calibration directories and parameter files
      
      * restructure HMS detector maps directory; add hms run 303 to standard.database
      
      * -added Raster to HMS trigger map
      -minor fix in commented raster names
      -minor fix in name for HMS to SHMS in an shms map file
      
      * -Include only one spectrometer in 'g.evtyp' variable for HMS/SHMS report file cuts (for the moment ...)
      
      * -added new 'PRODUCTION' directory for HMS where all def files with 'good' variables are included
      -copied python script/list from SHMS 'PRODUCTION' directory to HMS.
      (This script combines individual detector def files into one)
      
      * -added STACK directory in HMS Def-files dir, which includes only stack histograms (excludes EPICS variables)
      
      * -added TEST_STANDS directory in HMS Def-Files to include raw and good
      detector histograms
      
      * -excluded hms Aerogel from def files (for now . . .)
      
      * -updated HMS templates for scalers, stack and production
      
      * Re-structure the PARAM files for HMS and added raster variables to thms.param
      
      * restructure hallc_replay DBASE for HMS param files; add hodo/cer kpp_spring_2017 calibration directories and parameter files
      
      * restructure HMS detector maps directory; add hms run 303 to standard.database
      
      * -added Raster to HMS trigger map
      -minor fix in commented raster names
      -minor fix in name for HMS to SHMS in an shms map file
      
      * -Include only one spectrometer in 'g.evtyp' variable for HMS/SHMS report file cuts (for the moment ...)
      
      * -added new 'PRODUCTION' directory for HMS where all def files with 'good' variables are included
      -copied python script/list from SHMS 'PRODUCTION' directory to HMS.
      (This script combines individual detector def files into one)
      
      * -added STACK directory in HMS Def-files dir, which includes only stack histograms (excludes EPICS variables)
      
      * -added TEST_STANDS directory in HMS Def-Files to include raw and good
      detector histograms
      
      * -excluded hms Aerogel from def files (for now . . .)
      
      * -updated HMS templates for scalers, stack and production
      
      * -Restructurization of replay scripts in HMS
      
      * Minor fixes in shms replay scripts
      
      * -moved replay scripts to new directories
      d02e6a42
    • hallc-online's avatar
      99f6e154
  25. Jul 24, 2017
  26. Jul 21, 2017
    • Eric Pooser's avatar
      Pooser scaler work (#179) · 9180c4be
      Eric Pooser authored
      * Modify naming scheme and aesthetic chaqnges to map
      
      * Move scaler map file and modify naming scheme
      
      * Remove deprecated data base files and relocate them
      
      * Remove depreacted scaler map files in MAPS directory
      
      * Add symbolic links to scaler database files
      
      * Modify scaler prefixes
      
      * Modify templates to utilize new naming convention
      9180c4be
  27. Jul 19, 2017
    • Eric Pooser's avatar
      Pooser report file work (#178) · 89d1932c
      Eric Pooser authored
      * Include trigger apparatus to scaler replay
      
      * Add rate, live time, and dead time to scalers template
      
      * Add rate, live time, and dead time to all template
      
      * Rename ALL to PROD for production
      
      * Move test stand DEF-files into TEST_STAND directory
      
      * Change from PROD to PRODUCTION to be consistant
      89d1932c
    • Eric Pooser's avatar
      Pooser report file work (#176) · 2ffe4293
      Eric Pooser authored
      * Include trigger apparatus to scaler replay
      
      * Add rate, live time, and dead time to scalers template
      
      * Add rate, live time, and dead time to all template
      
      * Rename ALL to PROD for production
      
      * Move test stand DEF-files into TEST_STAND directory
      2ffe4293
  28. Jul 18, 2017
    • Eric Pooser's avatar
      Pooser template work recover (#173) · ca3bfc8e
      Eric Pooser authored
      * Add directory stucture for report outputs
      
      * Add directory structure for templates
      
      * Add directory structure to SCRIPTS directory
      
      * Remove templates from old directory stucture
      
      * Create SHMS EPICS directory
      
      * Configure stack and scaler replay
      
      Add directroy structure to scripts directory
      
      * Add directories for stack and scalers for report output
      
      * Modify locations of replay scripts, def-files, and templates
      
      * Incoporate fast raster into trigger apparatus and stack map
      
      * Add directory structure to maps
      
      Reconfigure test stand scripts to point to new map loactions
      
      * Add fast raster histograms and aesthetic changes
      
      * Tweak stack & all DEF-files
      
      Rename cut files
      
      Configure separate replay scripts
      
      * Remove REPORT_OUTPUT directory from framework since this file should be sym linked to the RAID disk
      
      * Uncomment histos
      
      * Re-work DEF-file directory structure so that one DEF-file exists for each stack component
      
      Include python script to cat individual DEF-files into single DEF-file
      
      * Add new paramter structure of the NGC
      
      * Add new paramter structure of the HGC
      
      * Add new paramter structure of the aerogel
      
      * Add new paramter structure of the calorimeter
      
      * Add new paramter structure of the hodoscope
      
      * Add new paramter structure of the drift chambers
      
      * remove deprecated paramter files
      
      * Remove deprecated parameter files
      
      * Add calibration steering files for run specific calibrations
      
      Remove deprecated general parameter files
      
      * Include calibration steering files
      
      * Include calibiration files for all replay scripts
      
      * Include CALIB directory in path
      ca3bfc8e
    • Eric Pooser's avatar
      Pooser template work (#172) · b462742b
      Eric Pooser authored
      * Add directory stucture for report outputs
      
      * Add directory structure for templates
      
      * Add directory structure to SCRIPTS directory
      
      * Remove templates from old directory stucture
      
      * Create SHMS EPICS directory
      
      * Configure stack and scaler replay
      
      Add directroy structure to scripts directory
      
      * Add directories for stack and scalers for report output
      
      * Modify locations of replay scripts, def-files, and templates
      
      * Incoporate fast raster into trigger apparatus and stack map
      
      * Add directory structure to maps
      
      Reconfigure test stand scripts to point to new map loactions
      
      * Add fast raster histograms and aesthetic changes
      
      * Tweak stack & all DEF-files
      
      Rename cut files
      
      Configure separate replay scripts
      
      * Remove REPORT_OUTPUT directory from framework since this file should be sym linked to the RAID disk
      
      * Uncomment histos
      
      * Re-work DEF-file directory structure so that one DEF-file exists for each stack component
      
      Include python script to cat individual DEF-files into single DEF-file
      b462742b
Loading