Skip to content
Snippets Groups Projects
  1. Aug 31, 2017
  2. Oct 28, 2016
  3. May 07, 2014
  4. May 05, 2014
    • Buddhini Waidyawansa's avatar
      Added parameters for run 52947 into raster_test.database · 56d3f4cf
      Buddhini Waidyawansa authored
      In raster_jun04.map, reassigned the raster channels into a single plane instead of different planes.
      This makes it easier for comparision with the engine.
      Modified raster_test.C to analyze run 52947 in the cache directory.
      Some minor clean up in the THcRaster.cxx class- removing comments and unused variables.
      56d3f4cf
  5. Apr 25, 2014
  6. Apr 24, 2014
    • Buddhini Waidyawansa's avatar
      Changed the raster channels to use a single plane instead of 4 planes. So went from · 857df591
      Buddhini Waidyawansa authored
        12, 1, 1, 0 !ADC ROC#1 Sl#13 Ch#12 Fast Raster X-sync
        13, 2, 1, 1 !ADC ROC#1 Sl#13 Ch#13 Fast Raster X-signal
        14, 3, 1, 2 !ADC ROC#1 Sl#13 Ch#14 Fast Raster Y-sync
        15, 4, 1, 3 !ADC ROC#1 Sl#13 Ch#15 Fast Raster Y-signal
      to
        12, 1, 1, 0 !ADC ROC#1 Sl#13 Ch#12 Fast Raster X-sync
        13, 1, 1, 1 !ADC ROC#1 Sl#13 Ch#13 Fast Raster X-signal
        14, 1, 1, 2 !ADC ROC#1 Sl#13 Ch#14 Fast Raster Y-sync
        15, 1, 1, 3 !ADC ROC#1 Sl#13 Ch#15 Fast Raster Y-signal
      This works and it makes easier for the mapedit_rasterbcm.pl script to propagate these changes into ENGINE type map files.
      857df591
  7. Mar 05, 2014
    • Buddhini Waidyawansa's avatar
      THcRaster minor changse, files prefixed with raster_ for testing. · 49064b4b
      Buddhini Waidyawansa authored
        Files with the prefix raster_ are coppies of original *.database,
        and *.param files which now includes changes nessacery for
        decoding raster data. I created seperate files for these because I
        need to merge this code upstream before I can compare the raster
        decoding results with that of the analyzer. For e.g. the map files are
        different from the original map files. So Steve needs to create a perl
        script that can propgate these changes in the map files to the map
        file of the analyzer inorder for me to do the analyzer hcana
        comparision. Once the comparision is done and we are satisifies with
        the results, we will merge the changes with the original files and
        remove the files with the prefix raster_*.
      
        gbeam.param now included by general.param.  No need to load
        a separate parameter set to test raster/BPM code.
      
        examples/MAPS/raster_jun04.map adds new detector IDs for the raster
        and BPMs as follows:
      
      Add the following IDs to the misc elements,
      BEAM
       RASTER_ID= 18          ADC
       BPM_ID= 19             ADC
      
      In the channel section did the following modification:
       sub , plane, counter, sig
        14, 1, 13, 1 !ADC ROC#1 Sl#15 Ch#14 Fast Raster X-sync
        15, 1, 14, 2 !ADC ROC#1 Sl#15 Ch#15 Fast Raster X-signal
        12, 1, 15, 3 !ADC ROC#1 Sl#15 Ch#12 Fast Raster Y-sync
        13, 1, 16, 4 !ADC ROC#1 Sl#15 Ch#13 Fast Raster Y-signal
      49064b4b
  8. Aug 20, 2013
  9. Jun 11, 2013
  10. Aug 11, 2012
    • Stephen A. Wood's avatar
      Fix hitmaps for the drift chambers: · 51e240f3
      Stephen A. Wood authored
      Put map files in MAPS subdir.
      Define correct map for run 50017 in test.database.
      Add a script to display drift chamber hitmaps.
      Fix make_cratemap.pl so that it makes an entry in db_cratemap.dat
        for all Fastbus slots.
      51e240f3
Loading