Skip to content
Snippets Groups Projects
  1. May 02, 2013
    • Mark Jones's avatar
      1) Add TClone arrays to store the raw scint TDC and ADC paddle and values · 1888bb33
      Mark Jones authored
      The arrays are  frPosTDCHits, frNegTDCHits,frPosADCHits and frNegADCHits
      There are filled in THcScintillatorPlane:ProcessHits
      2) Also modified THcScintillatorPlane::ProcessHits explicitly set variable
      padnum=hit->fCounter and index=padnum-1 so the the TClone arrays for
      scintillator variable set padnum=1,16 while the index=0-15
      Want pdnum=1-16 because it is used in a hitogram fo counts versus
      paddle number
      3) Because of change to filling PaddleNumber in ProcessHits had
      to modify THcScintillatorPlane::PulseHeightCorrection so the
      index variable "j" is set to etPaddleNumber()-1 .
      1888bb33
  2. Apr 09, 2013
  3. Mar 05, 2013
    • Gabriel Niculescu's avatar
      G.N. 2013 · ddd3cf9a
      Gabriel Niculescu authored
      Calculating pulse height correction for the hodoscope.
      Calculating focal plane times for each scintillator plane - (in THcScintillatorPlane)
      Calculating hodoscope start time (average of fp times) - (in THcHodoscope)
      ddd3cf9a
  4. Feb 05, 2013
  5. Jan 28, 2013
  6. Dec 20, 2012
    • Gabriel Niculescu's avatar
      GN: Added variables and procedures for reading hodoscope parameters found in: · 0dc7956d
      Gabriel Niculescu authored
      xhodo.pos and xhodo.param
      THcHodoscope generally holds:
      - singular variables (i.e. central path through the spectrometer, min/max limits for the ADCs, TDCs, etc.)
      - "padded arrays" (i.e. look at the plane with the most scintillators, allocate and array that has max_no_scint * no_of_planes - these are mostly found in the .param file)
      THcScintillatorPlane generally holds:
      - simple variables containing plane-specific info (z-position, scintillator size and spacing)
      - arrays sized appropirately for the specific plane (i.e. individual x (or y) positions for all scintillators in a plane, signal propagation speed in the paddle, etc.)
      0dc7956d
  7. Nov 02, 2012
  8. Aug 28, 2012
    • Stephen A. Wood's avatar
      Pedestal work. · 6aec21a3
      Stephen A. Wood authored
      Use cut file to determine what is a pedestal event.  Pedestal events
      only proceed to Decode.
      In Decode (Just THcHodoscope for now) loop through each plane and accumulate
      pedestal data.  Calculate the pedestals at the first non-pedestal event.
      Pedestals are just calculated, but nothing is done with them.
      6aec21a3
  9. Jun 06, 2012
  10. May 09, 2012
  11. May 08, 2012
  12. May 07, 2012
  13. May 05, 2012
  14. May 04, 2012
  15. May 03, 2012
Loading