Skip to content
Snippets Groups Projects
  • Stephen A. Wood's avatar
    6104d708
    For Hodoscope, setup options to use flash ADC data in various ways · 6104d708
    Stephen A. Wood authored
      Use xhodo_adc_mode to choose how to interpret data
        0 - Interpret as a standard ADC, subtracting pedestal found from ped events
        1 - Use integrated pulse from ADC.  Subtract the event by ev pedestal
        2 - Integrate the sample data, subtract ped found from ped events
        3 - Integrate the sample data, subtract dynamic pedestal
      xhodo_pedestal_scale is factor to multiply dynamic pedestal before
        subtracting.  For example, if uses 4 samples to get pedestal and
        is acquiring 86 samples, in mode 3, this should be 86/4
      xhodo_adc_diag_cut is a cut used to determine if diagnostic ADC
        stuff should be put in tree for each channel.  Need to set this so
        that hodoscope hitmaps get filled right.  Was 50 for Fastbus data.
    6104d708
    History
    For Hodoscope, setup options to use flash ADC data in various ways
    Stephen A. Wood authored
      Use xhodo_adc_mode to choose how to interpret data
        0 - Interpret as a standard ADC, subtracting pedestal found from ped events
        1 - Use integrated pulse from ADC.  Subtract the event by ev pedestal
        2 - Integrate the sample data, subtract ped found from ped events
        3 - Integrate the sample data, subtract dynamic pedestal
      xhodo_pedestal_scale is factor to multiply dynamic pedestal before
        subtracting.  For example, if uses 4 samples to get pedestal and
        is acquiring 86 samples, in mode 3, this should be 86/4
      xhodo_adc_diag_cut is a cut used to determine if diagnostic ADC
        stuff should be put in tree for each channel.  Need to set this so
        that hodoscope hitmaps get filled right.  Was 50 for Fastbus data.